@superfluid-finance/ethereum-contracts 1.2.2-dev.ec379f7.0 → 1.2.3-dev.6fea5a7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +9 -9
- package/build/contracts/AgreementLibrary.json +1 -1
- package/build/contracts/BaseRelayRecipient.json +1 -1
- package/build/contracts/BatchLiquidator.json +1023 -1023
- package/build/contracts/BatchOperation.json +1 -1
- package/build/contracts/CFAv1Library.json +1 -1
- package/build/contracts/CallUtils.json +1 -1
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +3580 -3580
- package/build/contracts/ConstantFlowAgreementV1.json +5088 -5088
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1 -1
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +1 -1
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +79 -79
- package/build/contracts/ERC1820RegistryCompiled.json +256 -0
- package/build/contracts/ERC20.json +1008 -1008
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
- package/build/contracts/ERC20WithTokenInfo.json +1 -1
- package/build/contracts/ERC721.json +1834 -1834
- package/build/contracts/ERC777Helper.json +660 -660
- package/build/contracts/ERC777RecipientDrainingGas.json +1871 -1871
- package/build/contracts/ERC777RecipientReverting.json +1893 -1893
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +3608 -3608
- package/build/contracts/FixedSizeData.json +405 -405
- package/build/contracts/FlowExchangeTestApp.json +3718 -3718
- package/build/contracts/FlowOperatorDefinitions.json +1 -1
- package/build/contracts/FullUpgradableSuperTokenProxy.json +316 -316
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1 -1
- package/build/contracts/IDAv1Library.json +1 -1
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
- package/build/contracts/IMultiSigWallet.json +1 -1
- package/build/contracts/IPureSuperToken.json +1 -1
- package/build/contracts/IPureSuperTokenCustom.json +1 -1
- package/build/contracts/IRelayRecipient.json +1 -1
- package/build/contracts/IResolver.json +1 -1
- package/build/contracts/ISETH.json +1 -1
- package/build/contracts/ISETHCustom.json +1 -1
- package/build/contracts/ISuperAgreement.json +1 -1
- package/build/contracts/ISuperApp.json +1 -1
- package/build/contracts/ISuperToken.json +1 -1
- package/build/contracts/ISuperTokenFactory.json +1 -1
- package/build/contracts/ISuperfluid.json +1 -1
- package/build/contracts/ISuperfluidGovernance.json +1 -1
- package/build/contracts/ISuperfluidToken.json +1 -1
- package/build/contracts/ITOGAv1.json +2143 -2143
- package/build/contracts/ITOGAv2.json +2143 -2143
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5413 -5413
- package/build/contracts/Int96SafeMath.json +504 -504
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +968 -968
- package/build/contracts/NonClosableOutflowTestApp.json +3483 -3483
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +691 -691
- package/build/contracts/Resolver.json +1058 -1058
- package/build/contracts/SETHProxy.json +658 -658
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +3580 -3580
- package/build/contracts/SlotsBitmapLibrary.json +1704 -1704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +1 -1
- package/build/contracts/SuperAppDefinitions.json +1 -1
- package/build/contracts/SuperToken.json +9035 -9035
- package/build/contracts/SuperTokenFactory.json +2071 -2071
- package/build/contracts/SuperTokenFactoryBase.json +988 -988
- package/build/contracts/SuperTokenFactoryHelper.json +1092 -1092
- package/build/contracts/SuperUpgrader.json +2492 -2492
- package/build/contracts/Superfluid.json +12968 -12968
- package/build/contracts/SuperfluidFrameworkDeployer.json +3440 -2173
- package/build/contracts/SuperfluidGovernanceBase.json +8 -8
- package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
- package/build/contracts/SuperfluidGovernanceII.json +2019 -2019
- package/build/contracts/SuperfluidGovernanceIIProxy.json +224 -224
- package/build/contracts/SuperfluidLoader.json +749 -749
- package/build/contracts/SuperfluidToken.json +2233 -2233
- package/build/contracts/TOGA.json +4118 -4118
- package/build/contracts/TestGovernance.json +2399 -2399
- package/build/contracts/TestToken.json +1267 -1267
- package/build/contracts/TokenCustodian.json +903 -903
- package/build/contracts/TokenInfo.json +1 -1
- package/build/contracts/UInt128SafeMath.json +174 -174
- package/build/contracts/UUPSProxiable.json +233 -233
- package/build/contracts/UUPSProxy.json +257 -257
- package/build/contracts/UUPSUtils.json +85 -85
- package/build/contracts-sizes.txt +5 -5
- package/contracts/libs/ERC1820RegistryCompiled.sol +10 -0
- package/contracts/utils/SuperfluidFrameworkDeployer.sol +24 -9
- package/package.json +2 -2
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractName": "ERC1820RegistryCompiled",
|
|
3
|
+
"abi": [],
|
|
4
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This is meant to be used by test framework to get the raw bytecode without compiling the origin contract\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/libs/ERC1820RegistryCompiled.sol\":\"ERC1820RegistryCompiled\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/libs/ERC1820RegistryCompiled.sol\":{\"keccak256\":\"0xfdcee5b706e8f9b2e7a7d72d212caa2e17234d4905bcd9331b095eede02bf8ee\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://289e7d2e3ddcc5daceb00e7536d1ed8a539dbbad049f3e9824350a326451aeca\",\"dweb:/ipfs/QmU7gxayrg6sBWGaPPsk11Zb6GfiKnnhbTNr54mxcZ7EDA\"]}},\"version\":1}",
|
|
5
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212202ae59d05e6561b65b08151860e69226141bfd08965218fe61c5b95f11a0c7a8264736f6c634300080d0033",
|
|
6
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212202ae59d05e6561b65b08151860e69226141bfd08965218fe61c5b95f11a0c7a8264736f6c634300080d0033",
|
|
7
|
+
"immutableReferences": {},
|
|
8
|
+
"generatedSources": [],
|
|
9
|
+
"deployedGeneratedSources": [],
|
|
10
|
+
"sourceMap": "249:5173:64:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;249:5173:64;;;;;;;;;;;;;;;;;",
|
|
11
|
+
"deployedSourceMap": "249:5173:64:-:0;;;;;;;;",
|
|
12
|
+
"source": "// SPDX-License-Identifier: AGPLv3\n// solhint-disable const-name-snakecase\n// solhint-disable max-line-length\npragma solidity 0.8.13;\n\n/// @dev This is meant to be used by test framework to get the raw bytecode without compiling the origin contract\nlibrary ERC1820RegistryCompiled {\n address internal constant at = address(0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24);\n bytes internal constant bin = bytes(hex\"608060405234801561001057600080fd5b50600436106100a5576000357c010000000000000000000000000000000000000000000000000000000090048063a41e7d5111610078578063a41e7d51146101d4578063aabbb8ca1461020a578063b705676514610236578063f712f3e814610280576100a5565b806329965a1d146100aa5780633d584063146100e25780635df8122f1461012457806365ba36c114610152575b600080fd5b6100e0600480360360608110156100c057600080fd5b50600160a060020a038135811691602081013591604090910135166102b6565b005b610108600480360360208110156100f857600080fd5b5035600160a060020a0316610570565b60408051600160a060020a039092168252519081900360200190f35b6100e06004803603604081101561013a57600080fd5b50600160a060020a03813581169160200135166105bc565b6101c26004803603602081101561016857600080fd5b81019060208101813564010000000081111561018357600080fd5b82018360208201111561019557600080fd5b803590602001918460018302840111640100000000831117156101b757600080fd5b5090925090506106b3565b60408051918252519081900360200190f35b6100e0600480360360408110156101ea57600080fd5b508035600160a060020a03169060200135600160e060020a0319166106ee565b6101086004803603604081101561022057600080fd5b50600160a060020a038135169060200135610778565b61026c6004803603604081101561024c57600080fd5b508035600160a060020a03169060200135600160e060020a0319166107ef565b604080519115158252519081900360200190f35b61026c6004803603604081101561029657600080fd5b508035600160a060020a03169060200135600160e060020a0319166108aa565b6000600160a060020a038416156102cd57836102cf565b335b9050336102db82610570565b600160a060020a031614610339576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b6103428361092a565b15610397576040805160e560020a62461bcd02815260206004820152601a60248201527f4d757374206e6f7420626520616e204552433136352068617368000000000000604482015290519081900360640190fd5b600160a060020a038216158015906103b85750600160a060020a0382163314155b156104ff5760405160200180807f455243313832305f4143434550545f4d4147494300000000000000000000000081525060140190506040516020818303038152906040528051906020012082600160a060020a031663249cb3fa85846040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083815260200182600160a060020a0316600160a060020a031681526020019250505060206040518083038186803b15801561047e57600080fd5b505afa158015610492573d6000803e3d6000fd5b505050506040513d60208110156104a857600080fd5b5051146104ff576040805160e560020a62461bcd02815260206004820181905260248201527f446f6573206e6f7420696d706c656d656e742074686520696e74657266616365604482015290519081900360640190fd5b600160a060020a03818116600081815260208181526040808320888452909152808220805473ffffffffffffffffffffffffffffffffffffffff19169487169485179055518692917f93baa6efbd2244243bfee6ce4cfdd1d04fc4c0e9a786abd3a41313bd352db15391a450505050565b600160a060020a03818116600090815260016020526040812054909116151561059a5750806105b7565b50600160a060020a03808216600090815260016020526040902054165b919050565b336105c683610570565b600160a060020a031614610624576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b81600160a060020a031681600160a060020a0316146106435780610646565b60005b600160a060020a03838116600081815260016020526040808220805473ffffffffffffffffffffffffffffffffffffffff19169585169590951790945592519184169290917f605c2dbf762e5f7d60a546d42e7205dcb1b011ebc62a61736a57c9089d3a43509190a35050565b600082826040516020018083838082843780830192505050925050506040516020818303038152906040528051906020012090505b92915050565b6106f882826107ef565b610703576000610705565b815b600160a060020a03928316600081815260208181526040808320600160e060020a031996909616808452958252808320805473ffffffffffffffffffffffffffffffffffffffff19169590971694909417909555908152600284528181209281529190925220805460ff19166001179055565b600080600160a060020a038416156107905783610792565b335b905061079d8361092a565b156107c357826107ad82826108aa565b6107b85760006107ba565b815b925050506106e8565b600160a060020a0390811660009081526020818152604080832086845290915290205416905092915050565b6000808061081d857f01ffc9a70000000000000000000000000000000000000000000000000000000061094c565b909250905081158061082d575080155b1561083d576000925050506106e8565b61084f85600160e060020a031961094c565b909250905081158061086057508015155b15610870576000925050506106e8565b61087a858561094c565b909250905060018214801561088f5750806001145b1561089f576001925050506106e8565b506000949350505050565b600160a060020a0382166000908152600260209081526040808320600160e060020a03198516845290915281205460ff1615156108f2576108eb83836107ef565b90506106e8565b50600160a060020a03808316600081815260208181526040808320600160e060020a0319871684529091529020549091161492915050565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff161590565b6040517f01ffc9a7000000000000000000000000000000000000000000000000000000008082526004820183905260009182919060208160248189617530fa90519096909550935050505056fea165627a7a72305820377f4a2d4301ede9949f163f319021a6e9c687c292a5e2b2c4734c126b524e6c0029\");\n}\n",
|
|
13
|
+
"sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/libs/ERC1820RegistryCompiled.sol",
|
|
14
|
+
"ast": {
|
|
15
|
+
"absolutePath": "project:/contracts/libs/ERC1820RegistryCompiled.sol",
|
|
16
|
+
"exportedSymbols": {
|
|
17
|
+
"ERC1820RegistryCompiled": [
|
|
18
|
+
19768
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"id": 19769,
|
|
22
|
+
"license": "AGPLv3",
|
|
23
|
+
"nodeType": "SourceUnit",
|
|
24
|
+
"nodes": [
|
|
25
|
+
{
|
|
26
|
+
"id": 19754,
|
|
27
|
+
"literals": [
|
|
28
|
+
"solidity",
|
|
29
|
+
"0.8",
|
|
30
|
+
".13"
|
|
31
|
+
],
|
|
32
|
+
"nodeType": "PragmaDirective",
|
|
33
|
+
"src": "110:23:64"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"abstract": false,
|
|
37
|
+
"baseContracts": [],
|
|
38
|
+
"canonicalName": "ERC1820RegistryCompiled",
|
|
39
|
+
"contractDependencies": [],
|
|
40
|
+
"contractKind": "library",
|
|
41
|
+
"documentation": {
|
|
42
|
+
"id": 19755,
|
|
43
|
+
"nodeType": "StructuredDocumentation",
|
|
44
|
+
"src": "135:114:64",
|
|
45
|
+
"text": "@dev This is meant to be used by test framework to get the raw bytecode without compiling the origin contract"
|
|
46
|
+
},
|
|
47
|
+
"fullyImplemented": true,
|
|
48
|
+
"id": 19768,
|
|
49
|
+
"linearizedBaseContracts": [
|
|
50
|
+
19768
|
|
51
|
+
],
|
|
52
|
+
"name": "ERC1820RegistryCompiled",
|
|
53
|
+
"nameLocation": "257:23:64",
|
|
54
|
+
"nodeType": "ContractDefinition",
|
|
55
|
+
"nodes": [
|
|
56
|
+
{
|
|
57
|
+
"constant": true,
|
|
58
|
+
"id": 19761,
|
|
59
|
+
"mutability": "constant",
|
|
60
|
+
"name": "at",
|
|
61
|
+
"nameLocation": "313:2:64",
|
|
62
|
+
"nodeType": "VariableDeclaration",
|
|
63
|
+
"scope": 19768,
|
|
64
|
+
"src": "287:82:64",
|
|
65
|
+
"stateVariable": true,
|
|
66
|
+
"storageLocation": "default",
|
|
67
|
+
"typeDescriptions": {
|
|
68
|
+
"typeIdentifier": "t_address",
|
|
69
|
+
"typeString": "address"
|
|
70
|
+
},
|
|
71
|
+
"typeName": {
|
|
72
|
+
"id": 19756,
|
|
73
|
+
"name": "address",
|
|
74
|
+
"nodeType": "ElementaryTypeName",
|
|
75
|
+
"src": "287:7:64",
|
|
76
|
+
"stateMutability": "nonpayable",
|
|
77
|
+
"typeDescriptions": {
|
|
78
|
+
"typeIdentifier": "t_address",
|
|
79
|
+
"typeString": "address"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"value": {
|
|
83
|
+
"arguments": [
|
|
84
|
+
{
|
|
85
|
+
"hexValue": "307831383230613442373631384264453731446365386364633733614142364339353930356661443234",
|
|
86
|
+
"id": 19759,
|
|
87
|
+
"isConstant": false,
|
|
88
|
+
"isLValue": false,
|
|
89
|
+
"isPure": true,
|
|
90
|
+
"kind": "number",
|
|
91
|
+
"lValueRequested": false,
|
|
92
|
+
"nodeType": "Literal",
|
|
93
|
+
"src": "326:42:64",
|
|
94
|
+
"typeDescriptions": {
|
|
95
|
+
"typeIdentifier": "t_address",
|
|
96
|
+
"typeString": "address"
|
|
97
|
+
},
|
|
98
|
+
"value": "0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"expression": {
|
|
102
|
+
"argumentTypes": [
|
|
103
|
+
{
|
|
104
|
+
"typeIdentifier": "t_address",
|
|
105
|
+
"typeString": "address"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"id": 19758,
|
|
109
|
+
"isConstant": false,
|
|
110
|
+
"isLValue": false,
|
|
111
|
+
"isPure": true,
|
|
112
|
+
"lValueRequested": false,
|
|
113
|
+
"nodeType": "ElementaryTypeNameExpression",
|
|
114
|
+
"src": "318:7:64",
|
|
115
|
+
"typeDescriptions": {
|
|
116
|
+
"typeIdentifier": "t_type$_t_address_$",
|
|
117
|
+
"typeString": "type(address)"
|
|
118
|
+
},
|
|
119
|
+
"typeName": {
|
|
120
|
+
"id": 19757,
|
|
121
|
+
"name": "address",
|
|
122
|
+
"nodeType": "ElementaryTypeName",
|
|
123
|
+
"src": "318:7:64",
|
|
124
|
+
"typeDescriptions": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"id": 19760,
|
|
128
|
+
"isConstant": false,
|
|
129
|
+
"isLValue": false,
|
|
130
|
+
"isPure": true,
|
|
131
|
+
"kind": "typeConversion",
|
|
132
|
+
"lValueRequested": false,
|
|
133
|
+
"names": [],
|
|
134
|
+
"nodeType": "FunctionCall",
|
|
135
|
+
"src": "318:51:64",
|
|
136
|
+
"tryCall": false,
|
|
137
|
+
"typeDescriptions": {
|
|
138
|
+
"typeIdentifier": "t_address",
|
|
139
|
+
"typeString": "address"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"visibility": "internal"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"constant": true,
|
|
146
|
+
"id": 19767,
|
|
147
|
+
"mutability": "constant",
|
|
148
|
+
"name": "bin",
|
|
149
|
+
"nameLocation": "399:3:64",
|
|
150
|
+
"nodeType": "VariableDeclaration",
|
|
151
|
+
"scope": 19768,
|
|
152
|
+
"src": "375:5044:64",
|
|
153
|
+
"stateVariable": true,
|
|
154
|
+
"storageLocation": "default",
|
|
155
|
+
"typeDescriptions": {
|
|
156
|
+
"typeIdentifier": "t_bytes_memory_ptr",
|
|
157
|
+
"typeString": "bytes"
|
|
158
|
+
},
|
|
159
|
+
"typeName": {
|
|
160
|
+
"id": 19762,
|
|
161
|
+
"name": "bytes",
|
|
162
|
+
"nodeType": "ElementaryTypeName",
|
|
163
|
+
"src": "375:5:64",
|
|
164
|
+
"typeDescriptions": {
|
|
165
|
+
"typeIdentifier": "t_bytes_storage_ptr",
|
|
166
|
+
"typeString": "bytes"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"value": {
|
|
170
|
+
"arguments": [
|
|
171
|
+
{
|
|
172
|
+
"hexValue": "608060405234801561001057600080fd5b50600436106100a5576000357c010000000000000000000000000000000000000000000000000000000090048063a41e7d5111610078578063a41e7d51146101d4578063aabbb8ca1461020a578063b705676514610236578063f712f3e814610280576100a5565b806329965a1d146100aa5780633d584063146100e25780635df8122f1461012457806365ba36c114610152575b600080fd5b6100e0600480360360608110156100c057600080fd5b50600160a060020a038135811691602081013591604090910135166102b6565b005b610108600480360360208110156100f857600080fd5b5035600160a060020a0316610570565b60408051600160a060020a039092168252519081900360200190f35b6100e06004803603604081101561013a57600080fd5b50600160a060020a03813581169160200135166105bc565b6101c26004803603602081101561016857600080fd5b81019060208101813564010000000081111561018357600080fd5b82018360208201111561019557600080fd5b803590602001918460018302840111640100000000831117156101b757600080fd5b5090925090506106b3565b60408051918252519081900360200190f35b6100e0600480360360408110156101ea57600080fd5b508035600160a060020a03169060200135600160e060020a0319166106ee565b6101086004803603604081101561022057600080fd5b50600160a060020a038135169060200135610778565b61026c6004803603604081101561024c57600080fd5b508035600160a060020a03169060200135600160e060020a0319166107ef565b604080519115158252519081900360200190f35b61026c6004803603604081101561029657600080fd5b508035600160a060020a03169060200135600160e060020a0319166108aa565b6000600160a060020a038416156102cd57836102cf565b335b9050336102db82610570565b600160a060020a031614610339576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b6103428361092a565b15610397576040805160e560020a62461bcd02815260206004820152601a60248201527f4d757374206e6f7420626520616e204552433136352068617368000000000000604482015290519081900360640190fd5b600160a060020a038216158015906103b85750600160a060020a0382163314155b156104ff5760405160200180807f455243313832305f4143434550545f4d4147494300000000000000000000000081525060140190506040516020818303038152906040528051906020012082600160a060020a031663249cb3fa85846040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083815260200182600160a060020a0316600160a060020a031681526020019250505060206040518083038186803b15801561047e57600080fd5b505afa158015610492573d6000803e3d6000fd5b505050506040513d60208110156104a857600080fd5b5051146104ff576040805160e560020a62461bcd02815260206004820181905260248201527f446f6573206e6f7420696d706c656d656e742074686520696e74657266616365604482015290519081900360640190fd5b600160a060020a03818116600081815260208181526040808320888452909152808220805473ffffffffffffffffffffffffffffffffffffffff19169487169485179055518692917f93baa6efbd2244243bfee6ce4cfdd1d04fc4c0e9a786abd3a41313bd352db15391a450505050565b600160a060020a03818116600090815260016020526040812054909116151561059a5750806105b7565b50600160a060020a03808216600090815260016020526040902054165b919050565b336105c683610570565b600160a060020a031614610624576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b81600160a060020a031681600160a060020a0316146106435780610646565b60005b600160a060020a03838116600081815260016020526040808220805473ffffffffffffffffffffffffffffffffffffffff19169585169590951790945592519184169290917f605c2dbf762e5f7d60a546d42e7205dcb1b011ebc62a61736a57c9089d3a43509190a35050565b600082826040516020018083838082843780830192505050925050506040516020818303038152906040528051906020012090505b92915050565b6106f882826107ef565b610703576000610705565b815b600160a060020a03928316600081815260208181526040808320600160e060020a031996909616808452958252808320805473ffffffffffffffffffffffffffffffffffffffff19169590971694909417909555908152600284528181209281529190925220805460ff19166001179055565b600080600160a060020a038416156107905783610792565b335b905061079d8361092a565b156107c357826107ad82826108aa565b6107b85760006107ba565b815b925050506106e8565b600160a060020a0390811660009081526020818152604080832086845290915290205416905092915050565b6000808061081d857f01ffc9a70000000000000000000000000000000000000000000000000000000061094c565b909250905081158061082d575080155b1561083d576000925050506106e8565b61084f85600160e060020a031961094c565b909250905081158061086057508015155b15610870576000925050506106e8565b61087a858561094c565b909250905060018214801561088f5750806001145b1561089f576001925050506106e8565b506000949350505050565b600160a060020a0382166000908152600260209081526040808320600160e060020a03198516845290915281205460ff1615156108f2576108eb83836107ef565b90506106e8565b50600160a060020a03808316600081815260208181526040808320600160e060020a0319871684529091529020549091161492915050565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff161590565b6040517f01ffc9a7000000000000000000000000000000000000000000000000000000008082526004820183905260009182919060208160248189617530fa90519096909550935050505056fea165627a7a72305820377f4a2d4301ede9949f163f319021a6e9c687c292a5e2b2c4734c126b524e6c0029",
|
|
173
|
+
"id": 19765,
|
|
174
|
+
"isConstant": false,
|
|
175
|
+
"isLValue": false,
|
|
176
|
+
"isPure": true,
|
|
177
|
+
"kind": "hexString",
|
|
178
|
+
"lValueRequested": false,
|
|
179
|
+
"nodeType": "Literal",
|
|
180
|
+
"src": "411:5007:64",
|
|
181
|
+
"typeDescriptions": {
|
|
182
|
+
"typeIdentifier": "t_stringliteral_f0aa940bb32e37c5f7268b53acc48c7cdd148cd0fc196f30faa00a4d66c0443a",
|
|
183
|
+
"typeString": "literal_string hex\"608060405234801561001057600080fd5b50600436106100a5576000357c010000000000000000000000000000000000000000000000000000000090048063a41e7d5111610078578063a41e7d51146101d4578063aabbb8ca1461020a578063b705676514610236578063f712f3e814610280576100a5565b806329965a1d146100aa5780633d584063146100e25780635df8122f1461012457806365ba36c114610152575b600080fd5b6100e0600480360360608110156100c057600080fd5b50600160a060020a038135811691602081013591604090910135166102b6565b005b610108600480360360208110156100f857600080fd5b5035600160a060020a0316610570565b60408051600160a060020a039092168252519081900360200190f35b6100e06004803603604081101561013a57600080fd5b50600160a060020a03813581169160200135166105bc565b6101c26004803603602081101561016857600080fd5b81019060208101813564010000000081111561018357600080fd5b82018360208201111561019557600080fd5b803590602001918460018302840111640100000000831117156101b757600080fd5b5090925090506106b3565b60408051918252519081900360200190f35b6100e0600480360360408110156101ea57600080fd5b508035600160a060020a03169060200135600160e060020a0319166106ee565b6101086004803603604081101561022057600080fd5b50600160a060020a038135169060200135610778565b61026c6004803603604081101561024c57600080fd5b508035600160a060020a03169060200135600160e060020a0319166107ef565b604080519115158252519081900360200190f35b61026c6004803603604081101561029657600080fd5b508035600160a060020a03169060200135600160e060020a0319166108aa565b6000600160a060020a038416156102cd57836102cf565b335b9050336102db82610570565b600160a060020a031614610339576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b6103428361092a565b15610397576040805160e560020a62461bcd02815260206004820152601a60248201527f4d757374206e6f7420626520616e204552433136352068617368000000000000604482015290519081900360640190fd5b600160a060020a038216158015906103b85750600160a060020a0382163314155b156104ff5760405160200180807f455243313832305f4143434550545f4d4147494300000000000000000000000081525060140190506040516020818303038152906040528051906020012082600160a060020a031663249cb3fa85846040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083815260200182600160a060020a0316600160a060020a031681526020019250505060206040518083038186803b15801561047e57600080fd5b505afa158015610492573d6000803e3d6000fd5b505050506040513d60208110156104a857600080fd5b5051146104ff576040805160e560020a62461bcd02815260206004820181905260248201527f446f6573206e6f7420696d706c656d656e742074686520696e74657266616365604482015290519081900360640190fd5b600160a060020a03818116600081815260208181526040808320888452909152808220805473ffffffffffffffffffffffffffffffffffffffff19169487169485179055518692917f93baa6efbd2244243bfee6ce4cfdd1d04fc4c0e9a786abd3a41313bd352db15391a450505050565b600160a060020a03818116600090815260016020526040812054909116151561059a5750806105b7565b50600160a060020a03808216600090815260016020526040902054165b919050565b336105c683610570565b600160a060020a031614610624576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b81600160a060020a031681600160a060020a0316146106435780610646565b60005b600160a060020a03838116600081815260016020526040808220805473ffffffffffffffffffffffffffffffffffffffff19169585169590951790945592519184169290917f605c2dbf762e5f7d60a546d42e7205dcb1b011ebc62a61736a57c9089d3a43509190a35050565b600082826040516020018083838082843780830192505050925050506040516020818303038152906040528051906020012090505b92915050565b6106f882826107ef565b610703576000610705565b815b600160a060020a03928316600081815260208181526040808320600160e060020a031996909616808452958252808320805473ffffffffffffffffffffffffffffffffffffffff19169590971694909417909555908152600284528181209281529190925220805460ff19166001179055565b600080600160a060020a038416156107905783610792565b335b905061079d8361092a565b156107c357826107ad82826108aa565b6107b85760006107ba565b815b925050506106e8565b600160a060020a0390811660009081526020818152604080832086845290915290205416905092915050565b6000808061081d857f01ffc9a70000000000000000000000000000000000000000000000000000000061094c565b909250905081158061082d575080155b1561083d576000925050506106e8565b61084f85600160e060020a031961094c565b909250905081158061086057508015155b15610870576000925050506106e8565b61087a858561094c565b909250905060018214801561088f5750806001145b1561089f576001925050506106e8565b506000949350505050565b600160a060020a0382166000908152600260209081526040808320600160e060020a03198516845290915281205460ff1615156108f2576108eb83836107ef565b90506106e8565b50600160a060020a03808316600081815260208181526040808320600160e060020a0319871684529091529020549091161492915050565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff161590565b6040517f01ffc9a7000000000000000000000000000000000000000000000000000000008082526004820183905260009182919060208160248189617530fa90519096909550935050505056fea165627a7a72305820377f4a2d4301ede9949f163f319021a6e9c687c292a5e2b2c4734c126b524e6c0029\""
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"expression": {
|
|
188
|
+
"argumentTypes": [
|
|
189
|
+
{
|
|
190
|
+
"typeIdentifier": "t_stringliteral_f0aa940bb32e37c5f7268b53acc48c7cdd148cd0fc196f30faa00a4d66c0443a",
|
|
191
|
+
"typeString": "literal_string hex\"608060405234801561001057600080fd5b50600436106100a5576000357c010000000000000000000000000000000000000000000000000000000090048063a41e7d5111610078578063a41e7d51146101d4578063aabbb8ca1461020a578063b705676514610236578063f712f3e814610280576100a5565b806329965a1d146100aa5780633d584063146100e25780635df8122f1461012457806365ba36c114610152575b600080fd5b6100e0600480360360608110156100c057600080fd5b50600160a060020a038135811691602081013591604090910135166102b6565b005b610108600480360360208110156100f857600080fd5b5035600160a060020a0316610570565b60408051600160a060020a039092168252519081900360200190f35b6100e06004803603604081101561013a57600080fd5b50600160a060020a03813581169160200135166105bc565b6101c26004803603602081101561016857600080fd5b81019060208101813564010000000081111561018357600080fd5b82018360208201111561019557600080fd5b803590602001918460018302840111640100000000831117156101b757600080fd5b5090925090506106b3565b60408051918252519081900360200190f35b6100e0600480360360408110156101ea57600080fd5b508035600160a060020a03169060200135600160e060020a0319166106ee565b6101086004803603604081101561022057600080fd5b50600160a060020a038135169060200135610778565b61026c6004803603604081101561024c57600080fd5b508035600160a060020a03169060200135600160e060020a0319166107ef565b604080519115158252519081900360200190f35b61026c6004803603604081101561029657600080fd5b508035600160a060020a03169060200135600160e060020a0319166108aa565b6000600160a060020a038416156102cd57836102cf565b335b9050336102db82610570565b600160a060020a031614610339576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b6103428361092a565b15610397576040805160e560020a62461bcd02815260206004820152601a60248201527f4d757374206e6f7420626520616e204552433136352068617368000000000000604482015290519081900360640190fd5b600160a060020a038216158015906103b85750600160a060020a0382163314155b156104ff5760405160200180807f455243313832305f4143434550545f4d4147494300000000000000000000000081525060140190506040516020818303038152906040528051906020012082600160a060020a031663249cb3fa85846040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083815260200182600160a060020a0316600160a060020a031681526020019250505060206040518083038186803b15801561047e57600080fd5b505afa158015610492573d6000803e3d6000fd5b505050506040513d60208110156104a857600080fd5b5051146104ff576040805160e560020a62461bcd02815260206004820181905260248201527f446f6573206e6f7420696d706c656d656e742074686520696e74657266616365604482015290519081900360640190fd5b600160a060020a03818116600081815260208181526040808320888452909152808220805473ffffffffffffffffffffffffffffffffffffffff19169487169485179055518692917f93baa6efbd2244243bfee6ce4cfdd1d04fc4c0e9a786abd3a41313bd352db15391a450505050565b600160a060020a03818116600090815260016020526040812054909116151561059a5750806105b7565b50600160a060020a03808216600090815260016020526040902054165b919050565b336105c683610570565b600160a060020a031614610624576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7420746865206d616e616765720000000000000000000000000000000000604482015290519081900360640190fd5b81600160a060020a031681600160a060020a0316146106435780610646565b60005b600160a060020a03838116600081815260016020526040808220805473ffffffffffffffffffffffffffffffffffffffff19169585169590951790945592519184169290917f605c2dbf762e5f7d60a546d42e7205dcb1b011ebc62a61736a57c9089d3a43509190a35050565b600082826040516020018083838082843780830192505050925050506040516020818303038152906040528051906020012090505b92915050565b6106f882826107ef565b610703576000610705565b815b600160a060020a03928316600081815260208181526040808320600160e060020a031996909616808452958252808320805473ffffffffffffffffffffffffffffffffffffffff19169590971694909417909555908152600284528181209281529190925220805460ff19166001179055565b600080600160a060020a038416156107905783610792565b335b905061079d8361092a565b156107c357826107ad82826108aa565b6107b85760006107ba565b815b925050506106e8565b600160a060020a0390811660009081526020818152604080832086845290915290205416905092915050565b6000808061081d857f01ffc9a70000000000000000000000000000000000000000000000000000000061094c565b909250905081158061082d575080155b1561083d576000925050506106e8565b61084f85600160e060020a031961094c565b909250905081158061086057508015155b15610870576000925050506106e8565b61087a858561094c565b909250905060018214801561088f5750806001145b1561089f576001925050506106e8565b506000949350505050565b600160a060020a0382166000908152600260209081526040808320600160e060020a03198516845290915281205460ff1615156108f2576108eb83836107ef565b90506106e8565b50600160a060020a03808316600081815260208181526040808320600160e060020a0319871684529091529020549091161492915050565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff161590565b6040517f01ffc9a7000000000000000000000000000000000000000000000000000000008082526004820183905260009182919060208160248189617530fa90519096909550935050505056fea165627a7a72305820377f4a2d4301ede9949f163f319021a6e9c687c292a5e2b2c4734c126b524e6c0029\""
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"id": 19764,
|
|
195
|
+
"isConstant": false,
|
|
196
|
+
"isLValue": false,
|
|
197
|
+
"isPure": true,
|
|
198
|
+
"lValueRequested": false,
|
|
199
|
+
"nodeType": "ElementaryTypeNameExpression",
|
|
200
|
+
"src": "405:5:64",
|
|
201
|
+
"typeDescriptions": {
|
|
202
|
+
"typeIdentifier": "t_type$_t_bytes_storage_ptr_$",
|
|
203
|
+
"typeString": "type(bytes storage pointer)"
|
|
204
|
+
},
|
|
205
|
+
"typeName": {
|
|
206
|
+
"id": 19763,
|
|
207
|
+
"name": "bytes",
|
|
208
|
+
"nodeType": "ElementaryTypeName",
|
|
209
|
+
"src": "405:5:64",
|
|
210
|
+
"typeDescriptions": {}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"id": 19766,
|
|
214
|
+
"isConstant": false,
|
|
215
|
+
"isLValue": false,
|
|
216
|
+
"isPure": true,
|
|
217
|
+
"kind": "typeConversion",
|
|
218
|
+
"lValueRequested": false,
|
|
219
|
+
"names": [],
|
|
220
|
+
"nodeType": "FunctionCall",
|
|
221
|
+
"src": "405:5014:64",
|
|
222
|
+
"tryCall": false,
|
|
223
|
+
"typeDescriptions": {
|
|
224
|
+
"typeIdentifier": "t_bytes_memory_ptr",
|
|
225
|
+
"typeString": "bytes memory"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"visibility": "internal"
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"scope": 19769,
|
|
232
|
+
"src": "249:5173:64",
|
|
233
|
+
"usedErrors": []
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"src": "110:5313:64"
|
|
237
|
+
},
|
|
238
|
+
"compiler": {
|
|
239
|
+
"name": "solc",
|
|
240
|
+
"version": "0.8.13+commit.abaa5c0e.Emscripten.clang"
|
|
241
|
+
},
|
|
242
|
+
"networks": {},
|
|
243
|
+
"schemaVersion": "3.4.7",
|
|
244
|
+
"updatedAt": "2022-05-11T09:53:08.595Z",
|
|
245
|
+
"devdoc": {
|
|
246
|
+
"details": "This is meant to be used by test framework to get the raw bytecode without compiling the origin contract",
|
|
247
|
+
"kind": "dev",
|
|
248
|
+
"methods": {},
|
|
249
|
+
"version": 1
|
|
250
|
+
},
|
|
251
|
+
"userdoc": {
|
|
252
|
+
"kind": "user",
|
|
253
|
+
"methods": {},
|
|
254
|
+
"version": 1
|
|
255
|
+
}
|
|
256
|
+
}
|