@superfluid-finance/ethereum-contracts 1.2.3-dev.f94fdbb.0 → 1.3.1-dev.7df8a6a.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 +3 -3
- package/build/contracts/AccessControlEnumerable.json +3 -3
- package/build/contracts/Address.json +5 -5
- package/build/contracts/AgreementBase.json +13 -13
- package/build/contracts/AgreementLibrary.json +7 -7
- package/build/contracts/BaseRelayRecipient.json +5 -5
- package/build/contracts/BatchLiquidator.json +179 -179
- package/build/contracts/BatchOperation.json +5 -5
- package/build/contracts/CFAv1Library.json +5 -5
- package/build/contracts/CallUtils.json +7 -7
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2107 -1917
- package/build/contracts/ConstantFlowAgreementV1.json +8 -8
- package/build/contracts/Context.json +3 -3
- package/build/contracts/ContextDefinitions.json +5 -5
- package/build/contracts/Create2.json +5 -5
- package/build/contracts/CustomSuperTokenBase.json +3 -3
- package/build/contracts/ERC165.json +3 -3
- package/build/contracts/ERC1820Implementer.json +5 -5
- package/build/contracts/ERC1820RegistryCompiled.json +7 -7
- package/build/contracts/ERC20.json +5 -5
- package/build/contracts/ERC20Burnable.json +3 -3
- package/build/contracts/ERC20Pausable.json +3 -3
- package/build/contracts/ERC20PresetMinterPauser.json +5 -5
- package/build/contracts/ERC20WithTokenInfo.json +3 -3
- package/build/contracts/ERC777Helper.json +7 -7
- package/build/contracts/ERC777RecipientDrainingGas.json +839 -839
- package/build/contracts/ERC777RecipientReverting.json +839 -839
- package/build/contracts/EnumerableSet.json +5 -5
- package/build/contracts/EventsEmitter.json +47 -47
- package/build/contracts/ExclusiveInflowTestApp.json +2107 -1917
- package/build/contracts/FixedSizeData.json +213 -213
- package/build/contracts/FlowExchangeTestApp.json +2107 -1917
- package/build/contracts/FlowOperatorDefinitions.json +5 -5
- package/build/contracts/FullUpgradableSuperTokenProxy.json +226 -312
- package/build/contracts/IAccessControl.json +3 -3
- package/build/contracts/IAccessControlEnumerable.json +3 -3
- package/build/contracts/IConstantFlowAgreementV1.json +451 -444
- package/build/contracts/IDAv1Library.json +5 -5
- package/build/contracts/IERC165.json +3 -3
- package/build/contracts/IERC1820Implementer.json +3 -3
- package/build/contracts/IERC1820Registry.json +3 -3
- package/build/contracts/IERC20.json +3 -3
- package/build/contracts/IERC20Metadata.json +3 -3
- package/build/contracts/IERC777.json +3 -3
- package/build/contracts/IERC777Recipient.json +3 -3
- package/build/contracts/IERC777Sender.json +3 -3
- package/build/contracts/IInstantDistributionAgreementV1.json +570 -559
- package/build/contracts/IMaticBridgedNativeSuperToken.json +71 -32
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +3 -3
- package/build/contracts/IMultiSigWallet.json +3 -3
- package/build/contracts/IPureSuperToken.json +71 -32
- package/build/contracts/IPureSuperTokenCustom.json +3 -3
- package/build/contracts/IRelayRecipient.json +3 -3
- package/build/contracts/IResolver.json +3 -3
- package/build/contracts/ISETH.json +71 -32
- package/build/contracts/ISETHCustom.json +3 -3
- package/build/contracts/ISuperAgreement.json +3 -3
- package/build/contracts/ISuperApp.json +179 -173
- package/build/contracts/ISuperToken.json +522 -483
- package/build/contracts/ISuperTokenFactory.json +3 -3
- package/build/contracts/ISuperfluid.json +633 -628
- package/build/contracts/ISuperfluidGovernance.json +134 -133
- package/build/contracts/ISuperfluidToken.json +403 -394
- package/build/contracts/ITOGAv1.json +1211 -1211
- package/build/contracts/ITOGAv2.json +1211 -1211
- package/build/contracts/Initializable.json +3 -3
- package/build/contracts/InstantDistributionAgreementV1.json +10 -10
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +194 -194
- package/build/contracts/NonClosableOutflowTestApp.json +2107 -1917
- package/build/contracts/Ownable.json +3 -3
- package/build/contracts/Pausable.json +3 -3
- package/build/contracts/Proxy.json +3 -3
- package/build/contracts/PureSuperToken.json +91 -91
- package/build/contracts/Resolver.json +96 -96
- package/build/contracts/SETHProxy.json +199 -199
- package/build/contracts/SafeCast.json +5 -5
- package/build/contracts/SafeERC20.json +5 -5
- package/build/contracts/SafeMath.json +5 -5
- package/build/contracts/SelfDeletingFlowTestApp.json +2107 -1917
- package/build/contracts/SlotsBitmapLibrary.json +7 -7
- package/build/contracts/Strings.json +5 -5
- package/build/contracts/SuperAppBase.json +3 -3
- package/build/contracts/SuperAppDefinitions.json +5 -5
- package/build/contracts/SuperToken.json +2262 -2262
- package/build/contracts/SuperTokenFactory.json +582 -582
- package/build/contracts/SuperTokenFactoryBase.json +576 -576
- package/build/contracts/SuperTokenFactoryHelper.json +578 -578
- package/build/contracts/SuperUpgrader.json +687 -687
- package/build/contracts/Superfluid.json +6648 -6678
- package/build/contracts/SuperfluidFrameworkDeployer.json +526 -526
- package/build/contracts/SuperfluidGovernanceBase.json +13 -13
- package/build/contracts/SuperfluidGovernanceConfigs.json +5 -5
- package/build/contracts/SuperfluidGovernanceII.json +21 -21
- package/build/contracts/SuperfluidGovernanceIIProxy.json +20 -20
- package/build/contracts/SuperfluidLoader.json +147 -147
- package/build/contracts/SuperfluidToken.json +1269 -1269
- package/build/contracts/TOGA.json +1221 -1221
- package/build/contracts/TestGovernance.json +315 -315
- package/build/contracts/TestToken.json +475 -561
- package/build/contracts/TokenCustodian.json +220 -220
- package/build/contracts/TokenInfo.json +3 -3
- package/build/contracts/UUPSProxiable.json +136 -136
- package/build/contracts/UUPSProxy.json +87 -87
- package/build/contracts/UUPSUtils.json +43 -43
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementBase.sol +1 -1
- package/contracts/agreements/AgreementLibrary.sol +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
- package/contracts/agreements/InstantDistributionAgreementV1.sol +1 -1
- package/contracts/gov/SuperfluidGovernanceBase.sol +1 -1
- package/contracts/gov/SuperfluidGovernanceII.sol +1 -1
- package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +7 -10
- package/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol +11 -18
- package/contracts/interfaces/superfluid/ISuperApp.sol +7 -9
- package/contracts/interfaces/superfluid/ISuperToken.sol +36 -44
- package/contracts/interfaces/superfluid/ISuperfluid.sol +17 -21
- package/contracts/interfaces/superfluid/ISuperfluidGovernance.sol +1 -1
- package/contracts/interfaces/superfluid/ISuperfluidToken.sol +13 -14
- package/contracts/libs/BaseRelayRecipient.sol +1 -1
- package/contracts/libs/CallUtils.sol +1 -1
- package/contracts/libs/ERC1820RegistryCompiled.sol +1 -1
- package/contracts/libs/ERC777Helper.sol +1 -1
- package/contracts/libs/EventsEmitter.sol +2 -2
- package/contracts/libs/FixedSizeData.sol +2 -2
- package/contracts/libs/SlotsBitmapLibrary.sol +1 -1
- package/contracts/mocks/AgreementMock.sol +1 -1
- package/contracts/mocks/CFAAppMocks.sol +6 -6
- package/contracts/mocks/CFALibraryMock.sol +2 -2
- package/contracts/mocks/CallUtilsMock.sol +1 -1
- package/contracts/mocks/CallUtilsTester.sol +1 -1
- package/contracts/mocks/CustomSuperTokenMock.sol +1 -1
- package/contracts/mocks/ERC777SenderRecipientMock.sol +1 -1
- package/contracts/mocks/FakeSuperfluidMock.sol +1 -1
- package/contracts/mocks/ForwarderMock.sol +1 -1
- package/contracts/mocks/IDASuperAppTester.sol +2 -2
- package/contracts/mocks/IDAv1LibraryMock.sol +3 -3
- package/contracts/mocks/MockSmartWallet.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +2 -2
- package/contracts/mocks/SuperAppMocks.sol +15 -12
- package/contracts/mocks/SuperTokenFactoryMock.sol +1 -1
- package/contracts/mocks/SuperTokenMock.sol +1 -1
- package/contracts/mocks/SuperfluidDestructorMock.sol +1 -1
- package/contracts/mocks/SuperfluidGovernanceIIMock.sol +1 -1
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/mocks/UUPSProxiableMock.sol +1 -1
- package/contracts/superfluid/FullUpgradableSuperTokenProxy.sol +2 -2
- package/contracts/superfluid/SuperToken.sol +1 -1
- package/contracts/superfluid/SuperTokenFactory.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +4 -4
- package/contracts/superfluid/SuperfluidToken.sol +1 -1
- package/contracts/tokens/MaticBridgedNativeSuperToken.sol +1 -1
- package/contracts/tokens/PureSuperToken.sol +1 -1
- package/contracts/tokens/SETH.sol +1 -1
- package/contracts/upgradability/UUPSProxiable.sol +1 -1
- package/contracts/upgradability/UUPSProxy.sol +1 -1
- package/contracts/upgradability/UUPSUtils.sol +1 -1
- package/contracts/utils/BatchLiquidator.sol +1 -1
- package/contracts/utils/Resolver.sol +1 -1
- package/contracts/utils/SuperUpgrader.sol +6 -6
- package/contracts/utils/SuperfluidLoader.sol +1 -1
- package/contracts/utils/TOGA.sol +1 -1
- package/contracts/utils/TestGovernance.sol +2 -2
- package/contracts/utils/TestToken.sol +2 -2
- package/contracts/utils/TokenCustodian.sol +1 -1
- package/package.json +5 -3
- package/scripts/deploy-framework.js +5 -5
- package/scripts/deploy-super-token.js +13 -4
- package/scripts/gov-create-new-app-registration-key.js +2 -1
- package/scripts/gov-create-new-factory-registration.js +1 -1
- package/scripts/libs/getConfig.js +21 -3
- package/scripts/resolver-list-super-token.js +1 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractName": "EnumerableSet",
|
|
3
3
|
"abi": [],
|
|
4
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.
|
|
5
|
-
"bytecode": "
|
|
6
|
-
"deployedBytecode": "
|
|
4
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/structs/EnumerableSet.sol\":\"EnumerableSet\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/structs/EnumerableSet.sol\":{\"keccak256\":\"0x9772845c886f87a3aab315f8d6b68aa599027c20f441b131cd4afaf65b588900\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ad2f29a9c17a4f746416c9e254e17671f43c409dbfa6e4d7d76c3e4a83212d31\",\"dweb:/ipfs/QmTqU65L6iu6yqmXKzcNLPioR8etzKPWycpDJCm17ifVdS\"]}},\"version\":1}",
|
|
5
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b913dd3f4cc6e2b6f94097c536a8750768dc5dded076a899cd53d0f2e30cd4f64736f6c634300080e0033",
|
|
6
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b913dd3f4cc6e2b6f94097c536a8750768dc5dded076a899cd53d0f2e30cd4f64736f6c634300080e0033",
|
|
7
7
|
"immutableReferences": {},
|
|
8
8
|
"generatedSources": [],
|
|
9
9
|
"deployedGeneratedSources": [],
|
|
@@ -7055,11 +7055,11 @@
|
|
|
7055
7055
|
},
|
|
7056
7056
|
"compiler": {
|
|
7057
7057
|
"name": "solc",
|
|
7058
|
-
"version": "0.8.
|
|
7058
|
+
"version": "0.8.14+commit.80d49f37.Emscripten.clang"
|
|
7059
7059
|
},
|
|
7060
7060
|
"networks": {},
|
|
7061
7061
|
"schemaVersion": "3.4.7",
|
|
7062
|
-
"updatedAt": "2022-06-
|
|
7062
|
+
"updatedAt": "2022-06-20T11:32:29.570Z",
|
|
7063
7063
|
"devdoc": {
|
|
7064
7064
|
"details": "Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported.",
|
|
7065
7065
|
"kind": "dev",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"type": "event"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.
|
|
31
|
-
"bytecode": "
|
|
32
|
-
"deployedBytecode": "
|
|
30
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"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\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"A library used for emitting missing and unaccessable events.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Events Emitter Library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/libs/EventsEmitter.sol\":\"EventsEmitter\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/libs/EventsEmitter.sol\":{\"keccak256\":\"0x3e67a65d0a3f7808567e60be52e280999ed7ef3332bcba4aa23ea083553422bb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6a5b5bac9e108f3e12e3246d92b96c8fea259ebe8ba88acdff1034c5650441a3\",\"dweb:/ipfs/QmVUEMDpp79NaqEhZjLzdxWoLoBVAEdieuJA5pagYeH7Gd\"]}},\"version\":1}",
|
|
31
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e757db4bffec2370e170776439180ab2e066ab177e146f7d87ca9572315dc6c64736f6c634300080e0033",
|
|
32
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e757db4bffec2370e170776439180ab2e066ab177e146f7d87ca9572315dc6c64736f6c634300080e0033",
|
|
33
33
|
"immutableReferences": {},
|
|
34
34
|
"generatedSources": [],
|
|
35
35
|
"deployedGeneratedSources": [],
|
|
36
|
-
"sourceMap": "
|
|
37
|
-
"deployedSourceMap": "
|
|
38
|
-
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.
|
|
36
|
+
"sourceMap": "195:227:62:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;195:227:62;;;;;;;;;;;;;;;;;",
|
|
37
|
+
"deployedSourceMap": "195:227:62:-:0;;;;;;;;",
|
|
38
|
+
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\n/**\n * @title Events Emitter Library\n * @author Superfluid\n * @dev A library used for emitting missing and unaccessable events.\n *\n */\nlibrary EventsEmitter {\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n function emitTransfer(address from, address to, uint256 value) internal {\n emit Transfer(from, to, value);\n }\n}",
|
|
39
39
|
"sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/libs/EventsEmitter.sol",
|
|
40
40
|
"ast": {
|
|
41
41
|
"absolutePath": "project:/contracts/libs/EventsEmitter.sol",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"literals": [
|
|
54
54
|
"solidity",
|
|
55
55
|
"0.8",
|
|
56
|
-
".
|
|
56
|
+
".14"
|
|
57
57
|
],
|
|
58
58
|
"nodeType": "PragmaDirective",
|
|
59
59
|
"src": "35:23:62"
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"documentation": {
|
|
68
68
|
"id": 19348,
|
|
69
69
|
"nodeType": "StructuredDocumentation",
|
|
70
|
-
"src": "60:
|
|
71
|
-
"text": " @title Events Emitter Library\n @author Superfluid\n @dev A library used for emitting missing and unaccessable events
|
|
70
|
+
"src": "60:134:62",
|
|
71
|
+
"text": " @title Events Emitter Library\n @author Superfluid\n @dev A library used for emitting missing and unaccessable events."
|
|
72
72
|
},
|
|
73
73
|
"fullyImplemented": true,
|
|
74
74
|
"id": 19373,
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
19373
|
|
77
77
|
],
|
|
78
78
|
"name": "EventsEmitter",
|
|
79
|
-
"nameLocation": "
|
|
79
|
+
"nameLocation": "203:13:62",
|
|
80
80
|
"nodeType": "ContractDefinition",
|
|
81
81
|
"nodes": [
|
|
82
82
|
{
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
85
85
|
"id": 19356,
|
|
86
86
|
"name": "Transfer",
|
|
87
|
-
"nameLocation": "
|
|
87
|
+
"nameLocation": "229:8:62",
|
|
88
88
|
"nodeType": "EventDefinition",
|
|
89
89
|
"parameters": {
|
|
90
90
|
"id": 19355,
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"indexed": true,
|
|
97
97
|
"mutability": "mutable",
|
|
98
98
|
"name": "from",
|
|
99
|
-
"nameLocation": "
|
|
99
|
+
"nameLocation": "254:4:62",
|
|
100
100
|
"nodeType": "VariableDeclaration",
|
|
101
101
|
"scope": 19356,
|
|
102
|
-
"src": "
|
|
102
|
+
"src": "238:20:62",
|
|
103
103
|
"stateVariable": false,
|
|
104
104
|
"storageLocation": "default",
|
|
105
105
|
"typeDescriptions": {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"id": 19349,
|
|
111
111
|
"name": "address",
|
|
112
112
|
"nodeType": "ElementaryTypeName",
|
|
113
|
-
"src": "
|
|
113
|
+
"src": "238:7:62",
|
|
114
114
|
"stateMutability": "nonpayable",
|
|
115
115
|
"typeDescriptions": {
|
|
116
116
|
"typeIdentifier": "t_address",
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
"indexed": true,
|
|
126
126
|
"mutability": "mutable",
|
|
127
127
|
"name": "to",
|
|
128
|
-
"nameLocation": "
|
|
128
|
+
"nameLocation": "276:2:62",
|
|
129
129
|
"nodeType": "VariableDeclaration",
|
|
130
130
|
"scope": 19356,
|
|
131
|
-
"src": "
|
|
131
|
+
"src": "260:18:62",
|
|
132
132
|
"stateVariable": false,
|
|
133
133
|
"storageLocation": "default",
|
|
134
134
|
"typeDescriptions": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"id": 19351,
|
|
140
140
|
"name": "address",
|
|
141
141
|
"nodeType": "ElementaryTypeName",
|
|
142
|
-
"src": "
|
|
142
|
+
"src": "260:7:62",
|
|
143
143
|
"stateMutability": "nonpayable",
|
|
144
144
|
"typeDescriptions": {
|
|
145
145
|
"typeIdentifier": "t_address",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"indexed": false,
|
|
155
155
|
"mutability": "mutable",
|
|
156
156
|
"name": "value",
|
|
157
|
-
"nameLocation": "
|
|
157
|
+
"nameLocation": "288:5:62",
|
|
158
158
|
"nodeType": "VariableDeclaration",
|
|
159
159
|
"scope": 19356,
|
|
160
|
-
"src": "
|
|
160
|
+
"src": "280:13:62",
|
|
161
161
|
"stateVariable": false,
|
|
162
162
|
"storageLocation": "default",
|
|
163
163
|
"typeDescriptions": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"id": 19353,
|
|
169
169
|
"name": "uint256",
|
|
170
170
|
"nodeType": "ElementaryTypeName",
|
|
171
|
-
"src": "
|
|
171
|
+
"src": "280:7:62",
|
|
172
172
|
"typeDescriptions": {
|
|
173
173
|
"typeIdentifier": "t_uint256",
|
|
174
174
|
"typeString": "uint256"
|
|
@@ -177,15 +177,15 @@
|
|
|
177
177
|
"visibility": "internal"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
180
|
-
"src": "
|
|
180
|
+
"src": "237:57:62"
|
|
181
181
|
},
|
|
182
|
-
"src": "
|
|
182
|
+
"src": "223:72:62"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"body": {
|
|
186
186
|
"id": 19371,
|
|
187
187
|
"nodeType": "Block",
|
|
188
|
-
"src": "
|
|
188
|
+
"src": "373:47:62",
|
|
189
189
|
"statements": [
|
|
190
190
|
{
|
|
191
191
|
"eventCall": {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"nodeType": "Identifier",
|
|
197
197
|
"overloadedDeclarations": [],
|
|
198
198
|
"referencedDeclaration": 19358,
|
|
199
|
-
"src": "
|
|
199
|
+
"src": "397:4:62",
|
|
200
200
|
"typeDescriptions": {
|
|
201
201
|
"typeIdentifier": "t_address",
|
|
202
202
|
"typeString": "address"
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"nodeType": "Identifier",
|
|
209
209
|
"overloadedDeclarations": [],
|
|
210
210
|
"referencedDeclaration": 19360,
|
|
211
|
-
"src": "
|
|
211
|
+
"src": "403:2:62",
|
|
212
212
|
"typeDescriptions": {
|
|
213
213
|
"typeIdentifier": "t_address",
|
|
214
214
|
"typeString": "address"
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"nodeType": "Identifier",
|
|
221
221
|
"overloadedDeclarations": [],
|
|
222
222
|
"referencedDeclaration": 19362,
|
|
223
|
-
"src": "
|
|
223
|
+
"src": "407:5:62",
|
|
224
224
|
"typeDescriptions": {
|
|
225
225
|
"typeIdentifier": "t_uint256",
|
|
226
226
|
"typeString": "uint256"
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"nodeType": "Identifier",
|
|
248
248
|
"overloadedDeclarations": [],
|
|
249
249
|
"referencedDeclaration": 19356,
|
|
250
|
-
"src": "
|
|
250
|
+
"src": "388:8:62",
|
|
251
251
|
"typeDescriptions": {
|
|
252
252
|
"typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
|
|
253
253
|
"typeString": "function (address,address,uint256)"
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"lValueRequested": false,
|
|
262
262
|
"names": [],
|
|
263
263
|
"nodeType": "FunctionCall",
|
|
264
|
-
"src": "
|
|
264
|
+
"src": "388:25:62",
|
|
265
265
|
"tryCall": false,
|
|
266
266
|
"typeDescriptions": {
|
|
267
267
|
"typeIdentifier": "t_tuple$__$",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"id": 19370,
|
|
272
272
|
"nodeType": "EmitStatement",
|
|
273
|
-
"src": "
|
|
273
|
+
"src": "383:30:62"
|
|
274
274
|
}
|
|
275
275
|
]
|
|
276
276
|
},
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"kind": "function",
|
|
280
280
|
"modifiers": [],
|
|
281
281
|
"name": "emitTransfer",
|
|
282
|
-
"nameLocation": "
|
|
282
|
+
"nameLocation": "310:12:62",
|
|
283
283
|
"nodeType": "FunctionDefinition",
|
|
284
284
|
"parameters": {
|
|
285
285
|
"id": 19363,
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
"id": 19358,
|
|
291
291
|
"mutability": "mutable",
|
|
292
292
|
"name": "from",
|
|
293
|
-
"nameLocation": "
|
|
293
|
+
"nameLocation": "331:4:62",
|
|
294
294
|
"nodeType": "VariableDeclaration",
|
|
295
295
|
"scope": 19372,
|
|
296
|
-
"src": "
|
|
296
|
+
"src": "323:12:62",
|
|
297
297
|
"stateVariable": false,
|
|
298
298
|
"storageLocation": "default",
|
|
299
299
|
"typeDescriptions": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"id": 19357,
|
|
305
305
|
"name": "address",
|
|
306
306
|
"nodeType": "ElementaryTypeName",
|
|
307
|
-
"src": "
|
|
307
|
+
"src": "323:7:62",
|
|
308
308
|
"stateMutability": "nonpayable",
|
|
309
309
|
"typeDescriptions": {
|
|
310
310
|
"typeIdentifier": "t_address",
|
|
@@ -318,10 +318,10 @@
|
|
|
318
318
|
"id": 19360,
|
|
319
319
|
"mutability": "mutable",
|
|
320
320
|
"name": "to",
|
|
321
|
-
"nameLocation": "
|
|
321
|
+
"nameLocation": "345:2:62",
|
|
322
322
|
"nodeType": "VariableDeclaration",
|
|
323
323
|
"scope": 19372,
|
|
324
|
-
"src": "
|
|
324
|
+
"src": "337:10:62",
|
|
325
325
|
"stateVariable": false,
|
|
326
326
|
"storageLocation": "default",
|
|
327
327
|
"typeDescriptions": {
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"id": 19359,
|
|
333
333
|
"name": "address",
|
|
334
334
|
"nodeType": "ElementaryTypeName",
|
|
335
|
-
"src": "
|
|
335
|
+
"src": "337:7:62",
|
|
336
336
|
"stateMutability": "nonpayable",
|
|
337
337
|
"typeDescriptions": {
|
|
338
338
|
"typeIdentifier": "t_address",
|
|
@@ -346,10 +346,10 @@
|
|
|
346
346
|
"id": 19362,
|
|
347
347
|
"mutability": "mutable",
|
|
348
348
|
"name": "value",
|
|
349
|
-
"nameLocation": "
|
|
349
|
+
"nameLocation": "357:5:62",
|
|
350
350
|
"nodeType": "VariableDeclaration",
|
|
351
351
|
"scope": 19372,
|
|
352
|
-
"src": "
|
|
352
|
+
"src": "349:13:62",
|
|
353
353
|
"stateVariable": false,
|
|
354
354
|
"storageLocation": "default",
|
|
355
355
|
"typeDescriptions": {
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"id": 19361,
|
|
361
361
|
"name": "uint256",
|
|
362
362
|
"nodeType": "ElementaryTypeName",
|
|
363
|
-
"src": "
|
|
363
|
+
"src": "349:7:62",
|
|
364
364
|
"typeDescriptions": {
|
|
365
365
|
"typeIdentifier": "t_uint256",
|
|
366
366
|
"typeString": "uint256"
|
|
@@ -369,38 +369,38 @@
|
|
|
369
369
|
"visibility": "internal"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
372
|
-
"src": "
|
|
372
|
+
"src": "322:41:62"
|
|
373
373
|
},
|
|
374
374
|
"returnParameters": {
|
|
375
375
|
"id": 19364,
|
|
376
376
|
"nodeType": "ParameterList",
|
|
377
377
|
"parameters": [],
|
|
378
|
-
"src": "
|
|
378
|
+
"src": "373:0:62"
|
|
379
379
|
},
|
|
380
380
|
"scope": 19373,
|
|
381
|
-
"src": "
|
|
381
|
+
"src": "301:119:62",
|
|
382
382
|
"stateMutability": "nonpayable",
|
|
383
383
|
"virtual": false,
|
|
384
384
|
"visibility": "internal"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
387
|
"scope": 19374,
|
|
388
|
-
"src": "
|
|
388
|
+
"src": "195:227:62",
|
|
389
389
|
"usedErrors": []
|
|
390
390
|
}
|
|
391
391
|
],
|
|
392
|
-
"src": "35:
|
|
392
|
+
"src": "35:387:62"
|
|
393
393
|
},
|
|
394
394
|
"compiler": {
|
|
395
395
|
"name": "solc",
|
|
396
|
-
"version": "0.8.
|
|
396
|
+
"version": "0.8.14+commit.80d49f37.Emscripten.clang"
|
|
397
397
|
},
|
|
398
398
|
"networks": {},
|
|
399
399
|
"schemaVersion": "3.4.7",
|
|
400
|
-
"updatedAt": "2022-06-
|
|
400
|
+
"updatedAt": "2022-06-20T11:32:29.715Z",
|
|
401
401
|
"devdoc": {
|
|
402
402
|
"author": "Superfluid",
|
|
403
|
-
"details": "A library used for emitting missing and unaccessable events.
|
|
403
|
+
"details": "A library used for emitting missing and unaccessable events.",
|
|
404
404
|
"kind": "dev",
|
|
405
405
|
"methods": {},
|
|
406
406
|
"title": "Events Emitter Library",
|