@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.36bfd5f.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/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- 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 +18 -18
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/IDAv1Library.json +430 -430
- 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/IERC20Permit.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +138 -138
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +1483 -1483
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +5196 -5196
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
- package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2384 -2384
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +15 -15
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
- package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
- package/package.json +3 -4
- package/ops-scripts/.eslintrc.js +0 -15
- package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
- package/ops-scripts/deploy-aux-contracts.js +0 -99
- package/ops-scripts/deploy-deterministically.js +0 -169
- package/ops-scripts/deploy-erc1820.js +0 -83
- package/ops-scripts/deploy-framework.js +0 -895
- package/ops-scripts/deploy-mfa.ts +0 -27
- package/ops-scripts/deploy-super-token.js +0 -206
- package/ops-scripts/deploy-test-environment.js +0 -98
- package/ops-scripts/deploy-test-token.js +0 -86
- package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
- package/ops-scripts/deploy-unlisted-super-token.js +0 -68
- package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
- package/ops-scripts/gov-create-new-factory-registration.js +0 -49
- package/ops-scripts/gov-set-3Ps-config.js +0 -67
- package/ops-scripts/gov-set-reward-address.js +0 -60
- package/ops-scripts/gov-set-token-min-deposit.js +0 -53
- package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
- package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
- package/ops-scripts/gov-upgrade-governance.js +0 -87
- package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
- package/ops-scripts/info-inspect-account.js +0 -118
- package/ops-scripts/info-list-apps.js +0 -55
- package/ops-scripts/info-print-contract-addresses.js +0 -136
- package/ops-scripts/info-scan-deployments.js +0 -63
- package/ops-scripts/info-show-protocol.js +0 -400
- package/ops-scripts/libs/common.js +0 -436
- package/ops-scripts/libs/getConfig.js +0 -289
- package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
- package/ops-scripts/resolver-list-super-token.js +0 -73
- package/ops-scripts/resolver-register-token.js +0 -72
- package/ops-scripts/resolver-reset-deployment.js +0 -54
- package/ops-scripts/resolver-set-key-value.js +0 -69
- package/ops-scripts/resolver-unlist-super-token.js +0 -61
- package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
- package/ops-scripts/validate-nft-addresses.ts +0 -49
|
@@ -1829,10 +1829,10 @@
|
|
|
1829
1829
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
1830
1830
|
"exportedSymbols": {
|
|
1831
1831
|
"IConstantInflowNFT": [
|
|
1832
|
-
|
|
1832
|
+
23643
|
|
1833
1833
|
],
|
|
1834
1834
|
"IConstantOutflowNFT": [
|
|
1835
|
-
|
|
1835
|
+
23697
|
|
1836
1836
|
],
|
|
1837
1837
|
"IERC20": [
|
|
1838
1838
|
1540
|
|
@@ -1841,30 +1841,30 @@
|
|
|
1841
1841
|
2188
|
|
1842
1842
|
],
|
|
1843
1843
|
"IPoolAdminNFT": [
|
|
1844
|
-
|
|
1844
|
+
23774
|
|
1845
1845
|
],
|
|
1846
1846
|
"IPoolMemberNFT": [
|
|
1847
|
-
|
|
1847
|
+
23777
|
|
1848
1848
|
],
|
|
1849
1849
|
"ISuperToken": [
|
|
1850
|
-
|
|
1850
|
+
24394
|
|
1851
1851
|
],
|
|
1852
1852
|
"ISuperfluid": [
|
|
1853
|
-
|
|
1853
|
+
25048
|
|
1854
1854
|
],
|
|
1855
1855
|
"ISuperfluidToken": [
|
|
1856
|
-
|
|
1856
|
+
25463
|
|
1857
1857
|
],
|
|
1858
1858
|
"TokenInfo": [
|
|
1859
|
-
|
|
1859
|
+
25543
|
|
1860
1860
|
]
|
|
1861
1861
|
},
|
|
1862
|
-
"id":
|
|
1862
|
+
"id": 24395,
|
|
1863
1863
|
"license": "MIT",
|
|
1864
1864
|
"nodeType": "SourceUnit",
|
|
1865
1865
|
"nodes": [
|
|
1866
1866
|
{
|
|
1867
|
-
"id":
|
|
1867
|
+
"id": 23922,
|
|
1868
1868
|
"literals": [
|
|
1869
1869
|
"solidity",
|
|
1870
1870
|
">=",
|
|
@@ -1877,20 +1877,20 @@
|
|
|
1877
1877
|
{
|
|
1878
1878
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
1879
1879
|
"file": "./ISuperfluid.sol",
|
|
1880
|
-
"id":
|
|
1880
|
+
"id": 23924,
|
|
1881
1881
|
"nameLocation": "-1:-1:-1",
|
|
1882
1882
|
"nodeType": "ImportDirective",
|
|
1883
|
-
"scope":
|
|
1884
|
-
"sourceUnit":
|
|
1883
|
+
"scope": 24395,
|
|
1884
|
+
"sourceUnit": 25049,
|
|
1885
1885
|
"src": "59:48:53",
|
|
1886
1886
|
"symbolAliases": [
|
|
1887
1887
|
{
|
|
1888
1888
|
"foreign": {
|
|
1889
|
-
"id":
|
|
1889
|
+
"id": 23923,
|
|
1890
1890
|
"name": "ISuperfluid",
|
|
1891
1891
|
"nodeType": "Identifier",
|
|
1892
1892
|
"overloadedDeclarations": [],
|
|
1893
|
-
"referencedDeclaration":
|
|
1893
|
+
"referencedDeclaration": 25048,
|
|
1894
1894
|
"src": "68:11:53",
|
|
1895
1895
|
"typeDescriptions": {}
|
|
1896
1896
|
},
|
|
@@ -1902,20 +1902,20 @@
|
|
|
1902
1902
|
{
|
|
1903
1903
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
1904
1904
|
"file": "./ISuperfluidToken.sol",
|
|
1905
|
-
"id":
|
|
1905
|
+
"id": 23926,
|
|
1906
1906
|
"nameLocation": "-1:-1:-1",
|
|
1907
1907
|
"nodeType": "ImportDirective",
|
|
1908
|
-
"scope":
|
|
1909
|
-
"sourceUnit":
|
|
1908
|
+
"scope": 24395,
|
|
1909
|
+
"sourceUnit": 25464,
|
|
1910
1910
|
"src": "108:58:53",
|
|
1911
1911
|
"symbolAliases": [
|
|
1912
1912
|
{
|
|
1913
1913
|
"foreign": {
|
|
1914
|
-
"id":
|
|
1914
|
+
"id": 23925,
|
|
1915
1915
|
"name": "ISuperfluidToken",
|
|
1916
1916
|
"nodeType": "Identifier",
|
|
1917
1917
|
"overloadedDeclarations": [],
|
|
1918
|
-
"referencedDeclaration":
|
|
1918
|
+
"referencedDeclaration": 25463,
|
|
1919
1919
|
"src": "117:16:53",
|
|
1920
1920
|
"typeDescriptions": {}
|
|
1921
1921
|
},
|
|
@@ -1927,20 +1927,20 @@
|
|
|
1927
1927
|
{
|
|
1928
1928
|
"absolutePath": "project:/contracts/interfaces/tokens/TokenInfo.sol",
|
|
1929
1929
|
"file": "../tokens/TokenInfo.sol",
|
|
1930
|
-
"id":
|
|
1930
|
+
"id": 23928,
|
|
1931
1931
|
"nameLocation": "-1:-1:-1",
|
|
1932
1932
|
"nodeType": "ImportDirective",
|
|
1933
|
-
"scope":
|
|
1934
|
-
"sourceUnit":
|
|
1933
|
+
"scope": 24395,
|
|
1934
|
+
"sourceUnit": 25544,
|
|
1935
1935
|
"src": "167:52:53",
|
|
1936
1936
|
"symbolAliases": [
|
|
1937
1937
|
{
|
|
1938
1938
|
"foreign": {
|
|
1939
|
-
"id":
|
|
1939
|
+
"id": 23927,
|
|
1940
1940
|
"name": "TokenInfo",
|
|
1941
1941
|
"nodeType": "Identifier",
|
|
1942
1942
|
"overloadedDeclarations": [],
|
|
1943
|
-
"referencedDeclaration":
|
|
1943
|
+
"referencedDeclaration": 25543,
|
|
1944
1944
|
"src": "176:9:53",
|
|
1945
1945
|
"typeDescriptions": {}
|
|
1946
1946
|
},
|
|
@@ -1952,16 +1952,16 @@
|
|
|
1952
1952
|
{
|
|
1953
1953
|
"absolutePath": "@openzeppelin/contracts/token/ERC777/IERC777.sol",
|
|
1954
1954
|
"file": "@openzeppelin/contracts/token/ERC777/IERC777.sol",
|
|
1955
|
-
"id":
|
|
1955
|
+
"id": 23930,
|
|
1956
1956
|
"nameLocation": "-1:-1:-1",
|
|
1957
1957
|
"nodeType": "ImportDirective",
|
|
1958
|
-
"scope":
|
|
1958
|
+
"scope": 24395,
|
|
1959
1959
|
"sourceUnit": 2189,
|
|
1960
1960
|
"src": "220:75:53",
|
|
1961
1961
|
"symbolAliases": [
|
|
1962
1962
|
{
|
|
1963
1963
|
"foreign": {
|
|
1964
|
-
"id":
|
|
1964
|
+
"id": 23929,
|
|
1965
1965
|
"name": "IERC777",
|
|
1966
1966
|
"nodeType": "Identifier",
|
|
1967
1967
|
"overloadedDeclarations": [],
|
|
@@ -1977,16 +1977,16 @@
|
|
|
1977
1977
|
{
|
|
1978
1978
|
"absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
1979
1979
|
"file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
1980
|
-
"id":
|
|
1980
|
+
"id": 23932,
|
|
1981
1981
|
"nameLocation": "-1:-1:-1",
|
|
1982
1982
|
"nodeType": "ImportDirective",
|
|
1983
|
-
"scope":
|
|
1983
|
+
"scope": 24395,
|
|
1984
1984
|
"sourceUnit": 1541,
|
|
1985
1985
|
"src": "296:72:53",
|
|
1986
1986
|
"symbolAliases": [
|
|
1987
1987
|
{
|
|
1988
1988
|
"foreign": {
|
|
1989
|
-
"id":
|
|
1989
|
+
"id": 23931,
|
|
1990
1990
|
"name": "IERC20",
|
|
1991
1991
|
"nodeType": "Identifier",
|
|
1992
1992
|
"overloadedDeclarations": [],
|
|
@@ -2002,20 +2002,20 @@
|
|
|
2002
2002
|
{
|
|
2003
2003
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantOutflowNFT.sol",
|
|
2004
2004
|
"file": "./IConstantOutflowNFT.sol",
|
|
2005
|
-
"id":
|
|
2005
|
+
"id": 23934,
|
|
2006
2006
|
"nameLocation": "-1:-1:-1",
|
|
2007
2007
|
"nodeType": "ImportDirective",
|
|
2008
|
-
"scope":
|
|
2009
|
-
"sourceUnit":
|
|
2008
|
+
"scope": 24395,
|
|
2009
|
+
"sourceUnit": 23698,
|
|
2010
2010
|
"src": "369:64:53",
|
|
2011
2011
|
"symbolAliases": [
|
|
2012
2012
|
{
|
|
2013
2013
|
"foreign": {
|
|
2014
|
-
"id":
|
|
2014
|
+
"id": 23933,
|
|
2015
2015
|
"name": "IConstantOutflowNFT",
|
|
2016
2016
|
"nodeType": "Identifier",
|
|
2017
2017
|
"overloadedDeclarations": [],
|
|
2018
|
-
"referencedDeclaration":
|
|
2018
|
+
"referencedDeclaration": 23697,
|
|
2019
2019
|
"src": "378:19:53",
|
|
2020
2020
|
"typeDescriptions": {}
|
|
2021
2021
|
},
|
|
@@ -2027,20 +2027,20 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantInflowNFT.sol",
|
|
2029
2029
|
"file": "./IConstantInflowNFT.sol",
|
|
2030
|
-
"id":
|
|
2030
|
+
"id": 23936,
|
|
2031
2031
|
"nameLocation": "-1:-1:-1",
|
|
2032
2032
|
"nodeType": "ImportDirective",
|
|
2033
|
-
"scope":
|
|
2034
|
-
"sourceUnit":
|
|
2033
|
+
"scope": 24395,
|
|
2034
|
+
"sourceUnit": 23644,
|
|
2035
2035
|
"src": "434:62:53",
|
|
2036
2036
|
"symbolAliases": [
|
|
2037
2037
|
{
|
|
2038
2038
|
"foreign": {
|
|
2039
|
-
"id":
|
|
2039
|
+
"id": 23935,
|
|
2040
2040
|
"name": "IConstantInflowNFT",
|
|
2041
2041
|
"nodeType": "Identifier",
|
|
2042
2042
|
"overloadedDeclarations": [],
|
|
2043
|
-
"referencedDeclaration":
|
|
2043
|
+
"referencedDeclaration": 23643,
|
|
2044
2044
|
"src": "443:18:53",
|
|
2045
2045
|
"typeDescriptions": {}
|
|
2046
2046
|
},
|
|
@@ -2052,20 +2052,20 @@
|
|
|
2052
2052
|
{
|
|
2053
2053
|
"absolutePath": "project:/contracts/interfaces/superfluid/IPoolAdminNFT.sol",
|
|
2054
2054
|
"file": "./IPoolAdminNFT.sol",
|
|
2055
|
-
"id":
|
|
2055
|
+
"id": 23938,
|
|
2056
2056
|
"nameLocation": "-1:-1:-1",
|
|
2057
2057
|
"nodeType": "ImportDirective",
|
|
2058
|
-
"scope":
|
|
2059
|
-
"sourceUnit":
|
|
2058
|
+
"scope": 24395,
|
|
2059
|
+
"sourceUnit": 23775,
|
|
2060
2060
|
"src": "497:52:53",
|
|
2061
2061
|
"symbolAliases": [
|
|
2062
2062
|
{
|
|
2063
2063
|
"foreign": {
|
|
2064
|
-
"id":
|
|
2064
|
+
"id": 23937,
|
|
2065
2065
|
"name": "IPoolAdminNFT",
|
|
2066
2066
|
"nodeType": "Identifier",
|
|
2067
2067
|
"overloadedDeclarations": [],
|
|
2068
|
-
"referencedDeclaration":
|
|
2068
|
+
"referencedDeclaration": 23774,
|
|
2069
2069
|
"src": "506:13:53",
|
|
2070
2070
|
"typeDescriptions": {}
|
|
2071
2071
|
},
|
|
@@ -2077,20 +2077,20 @@
|
|
|
2077
2077
|
{
|
|
2078
2078
|
"absolutePath": "project:/contracts/interfaces/superfluid/IPoolMemberNFT.sol",
|
|
2079
2079
|
"file": "./IPoolMemberNFT.sol",
|
|
2080
|
-
"id":
|
|
2080
|
+
"id": 23940,
|
|
2081
2081
|
"nameLocation": "-1:-1:-1",
|
|
2082
2082
|
"nodeType": "ImportDirective",
|
|
2083
|
-
"scope":
|
|
2084
|
-
"sourceUnit":
|
|
2083
|
+
"scope": 24395,
|
|
2084
|
+
"sourceUnit": 23778,
|
|
2085
2085
|
"src": "550:54:53",
|
|
2086
2086
|
"symbolAliases": [
|
|
2087
2087
|
{
|
|
2088
2088
|
"foreign": {
|
|
2089
|
-
"id":
|
|
2089
|
+
"id": 23939,
|
|
2090
2090
|
"name": "IPoolMemberNFT",
|
|
2091
2091
|
"nodeType": "Identifier",
|
|
2092
2092
|
"overloadedDeclarations": [],
|
|
2093
|
-
"referencedDeclaration":
|
|
2093
|
+
"referencedDeclaration": 23777,
|
|
2094
2094
|
"src": "559:14:53",
|
|
2095
2095
|
"typeDescriptions": {}
|
|
2096
2096
|
},
|
|
@@ -2104,37 +2104,37 @@
|
|
|
2104
2104
|
"baseContracts": [
|
|
2105
2105
|
{
|
|
2106
2106
|
"baseName": {
|
|
2107
|
-
"id":
|
|
2107
|
+
"id": 23942,
|
|
2108
2108
|
"name": "ISuperfluidToken",
|
|
2109
2109
|
"nameLocations": [
|
|
2110
2110
|
"729:16:53"
|
|
2111
2111
|
],
|
|
2112
2112
|
"nodeType": "IdentifierPath",
|
|
2113
|
-
"referencedDeclaration":
|
|
2113
|
+
"referencedDeclaration": 25463,
|
|
2114
2114
|
"src": "729:16:53"
|
|
2115
2115
|
},
|
|
2116
|
-
"id":
|
|
2116
|
+
"id": 23943,
|
|
2117
2117
|
"nodeType": "InheritanceSpecifier",
|
|
2118
2118
|
"src": "729:16:53"
|
|
2119
2119
|
},
|
|
2120
2120
|
{
|
|
2121
2121
|
"baseName": {
|
|
2122
|
-
"id":
|
|
2122
|
+
"id": 23944,
|
|
2123
2123
|
"name": "TokenInfo",
|
|
2124
2124
|
"nameLocations": [
|
|
2125
2125
|
"747:9:53"
|
|
2126
2126
|
],
|
|
2127
2127
|
"nodeType": "IdentifierPath",
|
|
2128
|
-
"referencedDeclaration":
|
|
2128
|
+
"referencedDeclaration": 25543,
|
|
2129
2129
|
"src": "747:9:53"
|
|
2130
2130
|
},
|
|
2131
|
-
"id":
|
|
2131
|
+
"id": 23945,
|
|
2132
2132
|
"nodeType": "InheritanceSpecifier",
|
|
2133
2133
|
"src": "747:9:53"
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
2136
|
"baseName": {
|
|
2137
|
-
"id":
|
|
2137
|
+
"id": 23946,
|
|
2138
2138
|
"name": "IERC20",
|
|
2139
2139
|
"nameLocations": [
|
|
2140
2140
|
"758:6:53"
|
|
@@ -2143,13 +2143,13 @@
|
|
|
2143
2143
|
"referencedDeclaration": 1540,
|
|
2144
2144
|
"src": "758:6:53"
|
|
2145
2145
|
},
|
|
2146
|
-
"id":
|
|
2146
|
+
"id": 23947,
|
|
2147
2147
|
"nodeType": "InheritanceSpecifier",
|
|
2148
2148
|
"src": "758:6:53"
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
2151
|
"baseName": {
|
|
2152
|
-
"id":
|
|
2152
|
+
"id": 23948,
|
|
2153
2153
|
"name": "IERC777",
|
|
2154
2154
|
"nameLocations": [
|
|
2155
2155
|
"766:7:53"
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"referencedDeclaration": 2188,
|
|
2159
2159
|
"src": "766:7:53"
|
|
2160
2160
|
},
|
|
2161
|
-
"id":
|
|
2161
|
+
"id": 23949,
|
|
2162
2162
|
"nodeType": "InheritanceSpecifier",
|
|
2163
2163
|
"src": "766:7:53"
|
|
2164
2164
|
}
|
|
@@ -2167,19 +2167,19 @@
|
|
|
2167
2167
|
"contractDependencies": [],
|
|
2168
2168
|
"contractKind": "interface",
|
|
2169
2169
|
"documentation": {
|
|
2170
|
-
"id":
|
|
2170
|
+
"id": 23941,
|
|
2171
2171
|
"nodeType": "StructuredDocumentation",
|
|
2172
2172
|
"src": "606:97:53",
|
|
2173
2173
|
"text": " @title Super token (Superfluid Token + ERC20 + ERC777) interface\n @author Superfluid"
|
|
2174
2174
|
},
|
|
2175
2175
|
"fullyImplemented": false,
|
|
2176
|
-
"id":
|
|
2176
|
+
"id": 24394,
|
|
2177
2177
|
"linearizedBaseContracts": [
|
|
2178
|
-
|
|
2178
|
+
24394,
|
|
2179
2179
|
2188,
|
|
2180
2180
|
1540,
|
|
2181
|
-
|
|
2182
|
-
|
|
2181
|
+
25543,
|
|
2182
|
+
25463
|
|
2183
2183
|
],
|
|
2184
2184
|
"name": "ISuperToken",
|
|
2185
2185
|
"nameLocation": "714:11:53",
|
|
@@ -2187,12 +2187,12 @@
|
|
|
2187
2187
|
"nodes": [
|
|
2188
2188
|
{
|
|
2189
2189
|
"errorSelector": "f7f02227",
|
|
2190
|
-
"id":
|
|
2190
|
+
"id": 23951,
|
|
2191
2191
|
"name": "SUPER_TOKEN_CALLER_IS_NOT_OPERATOR_FOR_HOLDER",
|
|
2192
2192
|
"nameLocation": "961:45:53",
|
|
2193
2193
|
"nodeType": "ErrorDefinition",
|
|
2194
2194
|
"parameters": {
|
|
2195
|
-
"id":
|
|
2195
|
+
"id": 23950,
|
|
2196
2196
|
"nodeType": "ParameterList",
|
|
2197
2197
|
"parameters": [],
|
|
2198
2198
|
"src": "1006:2:53"
|
|
@@ -2201,12 +2201,12 @@
|
|
|
2201
2201
|
},
|
|
2202
2202
|
{
|
|
2203
2203
|
"errorSelector": "fe737d05",
|
|
2204
|
-
"id":
|
|
2204
|
+
"id": 23953,
|
|
2205
2205
|
"name": "SUPER_TOKEN_NOT_ERC777_TOKENS_RECIPIENT",
|
|
2206
2206
|
"nameLocation": "1040:39:53",
|
|
2207
2207
|
"nodeType": "ErrorDefinition",
|
|
2208
2208
|
"parameters": {
|
|
2209
|
-
"id":
|
|
2209
|
+
"id": 23952,
|
|
2210
2210
|
"nodeType": "ParameterList",
|
|
2211
2211
|
"parameters": [],
|
|
2212
2212
|
"src": "1079:2:53"
|
|
@@ -2215,12 +2215,12 @@
|
|
|
2215
2215
|
},
|
|
2216
2216
|
{
|
|
2217
2217
|
"errorSelector": "e3e13698",
|
|
2218
|
-
"id":
|
|
2218
|
+
"id": 23955,
|
|
2219
2219
|
"name": "SUPER_TOKEN_INFLATIONARY_DEFLATIONARY_NOT_SUPPORTED",
|
|
2220
2220
|
"nameLocation": "1119:51:53",
|
|
2221
2221
|
"nodeType": "ErrorDefinition",
|
|
2222
2222
|
"parameters": {
|
|
2223
|
-
"id":
|
|
2223
|
+
"id": 23954,
|
|
2224
2224
|
"nodeType": "ParameterList",
|
|
2225
2225
|
"parameters": [],
|
|
2226
2226
|
"src": "1170:2:53"
|
|
@@ -2229,12 +2229,12 @@
|
|
|
2229
2229
|
},
|
|
2230
2230
|
{
|
|
2231
2231
|
"errorSelector": "f79cf656",
|
|
2232
|
-
"id":
|
|
2232
|
+
"id": 23957,
|
|
2233
2233
|
"name": "SUPER_TOKEN_NO_UNDERLYING_TOKEN",
|
|
2234
2234
|
"nameLocation": "1198:31:53",
|
|
2235
2235
|
"nodeType": "ErrorDefinition",
|
|
2236
2236
|
"parameters": {
|
|
2237
|
-
"id":
|
|
2237
|
+
"id": 23956,
|
|
2238
2238
|
"nodeType": "ParameterList",
|
|
2239
2239
|
"parameters": [],
|
|
2240
2240
|
"src": "1229:2:53"
|
|
@@ -2243,12 +2243,12 @@
|
|
|
2243
2243
|
},
|
|
2244
2244
|
{
|
|
2245
2245
|
"errorSelector": "7ffa6648",
|
|
2246
|
-
"id":
|
|
2246
|
+
"id": 23959,
|
|
2247
2247
|
"name": "SUPER_TOKEN_ONLY_SELF",
|
|
2248
2248
|
"nameLocation": "1277:21:53",
|
|
2249
2249
|
"nodeType": "ErrorDefinition",
|
|
2250
2250
|
"parameters": {
|
|
2251
|
-
"id":
|
|
2251
|
+
"id": 23958,
|
|
2252
2252
|
"nodeType": "ParameterList",
|
|
2253
2253
|
"parameters": [],
|
|
2254
2254
|
"src": "1298:2:53"
|
|
@@ -2257,12 +2257,12 @@
|
|
|
2257
2257
|
},
|
|
2258
2258
|
{
|
|
2259
2259
|
"errorSelector": "98f73704",
|
|
2260
|
-
"id":
|
|
2260
|
+
"id": 23961,
|
|
2261
2261
|
"name": "SUPER_TOKEN_ONLY_HOST",
|
|
2262
2262
|
"nameLocation": "1356:21:53",
|
|
2263
2263
|
"nodeType": "ErrorDefinition",
|
|
2264
2264
|
"parameters": {
|
|
2265
|
-
"id":
|
|
2265
|
+
"id": 23960,
|
|
2266
2266
|
"nodeType": "ParameterList",
|
|
2267
2267
|
"parameters": [],
|
|
2268
2268
|
"src": "1377:2:53"
|
|
@@ -2271,12 +2271,12 @@
|
|
|
2271
2271
|
},
|
|
2272
2272
|
{
|
|
2273
2273
|
"errorSelector": "d9c7ed08",
|
|
2274
|
-
"id":
|
|
2274
|
+
"id": 23963,
|
|
2275
2275
|
"name": "SUPER_TOKEN_ONLY_GOV_OWNER",
|
|
2276
2276
|
"nameLocation": "1435:26:53",
|
|
2277
2277
|
"nodeType": "ErrorDefinition",
|
|
2278
2278
|
"parameters": {
|
|
2279
|
-
"id":
|
|
2279
|
+
"id": 23962,
|
|
2280
2280
|
"nodeType": "ParameterList",
|
|
2281
2281
|
"parameters": [],
|
|
2282
2282
|
"src": "1461:2:53"
|
|
@@ -2285,12 +2285,12 @@
|
|
|
2285
2285
|
},
|
|
2286
2286
|
{
|
|
2287
2287
|
"errorSelector": "81638627",
|
|
2288
|
-
"id":
|
|
2288
|
+
"id": 23965,
|
|
2289
2289
|
"name": "SUPER_TOKEN_APPROVE_FROM_ZERO_ADDRESS",
|
|
2290
2290
|
"nameLocation": "1514:37:53",
|
|
2291
2291
|
"nodeType": "ErrorDefinition",
|
|
2292
2292
|
"parameters": {
|
|
2293
|
-
"id":
|
|
2293
|
+
"id": 23964,
|
|
2294
2294
|
"nodeType": "ParameterList",
|
|
2295
2295
|
"parameters": [],
|
|
2296
2296
|
"src": "1551:2:53"
|
|
@@ -2299,12 +2299,12 @@
|
|
|
2299
2299
|
},
|
|
2300
2300
|
{
|
|
2301
2301
|
"errorSelector": "df070274",
|
|
2302
|
-
"id":
|
|
2302
|
+
"id": 23967,
|
|
2303
2303
|
"name": "SUPER_TOKEN_APPROVE_TO_ZERO_ADDRESS",
|
|
2304
2304
|
"nameLocation": "1593:35:53",
|
|
2305
2305
|
"nodeType": "ErrorDefinition",
|
|
2306
2306
|
"parameters": {
|
|
2307
|
-
"id":
|
|
2307
|
+
"id": 23966,
|
|
2308
2308
|
"nodeType": "ParameterList",
|
|
2309
2309
|
"parameters": [],
|
|
2310
2310
|
"src": "1628:2:53"
|
|
@@ -2313,12 +2313,12 @@
|
|
|
2313
2313
|
},
|
|
2314
2314
|
{
|
|
2315
2315
|
"errorSelector": "ba2ab184",
|
|
2316
|
-
"id":
|
|
2316
|
+
"id": 23969,
|
|
2317
2317
|
"name": "SUPER_TOKEN_BURN_FROM_ZERO_ADDRESS",
|
|
2318
2318
|
"nameLocation": "1672:34:53",
|
|
2319
2319
|
"nodeType": "ErrorDefinition",
|
|
2320
2320
|
"parameters": {
|
|
2321
|
-
"id":
|
|
2321
|
+
"id": 23968,
|
|
2322
2322
|
"nodeType": "ParameterList",
|
|
2323
2323
|
"parameters": [],
|
|
2324
2324
|
"src": "1706:2:53"
|
|
@@ -2327,12 +2327,12 @@
|
|
|
2327
2327
|
},
|
|
2328
2328
|
{
|
|
2329
2329
|
"errorSelector": "0d243157",
|
|
2330
|
-
"id":
|
|
2330
|
+
"id": 23971,
|
|
2331
2331
|
"name": "SUPER_TOKEN_MINT_TO_ZERO_ADDRESS",
|
|
2332
2332
|
"nameLocation": "1751:32:53",
|
|
2333
2333
|
"nodeType": "ErrorDefinition",
|
|
2334
2334
|
"parameters": {
|
|
2335
|
-
"id":
|
|
2335
|
+
"id": 23970,
|
|
2336
2336
|
"nodeType": "ParameterList",
|
|
2337
2337
|
"parameters": [],
|
|
2338
2338
|
"src": "1783:2:53"
|
|
@@ -2341,12 +2341,12 @@
|
|
|
2341
2341
|
},
|
|
2342
2342
|
{
|
|
2343
2343
|
"errorSelector": "eecd6c9b",
|
|
2344
|
-
"id":
|
|
2344
|
+
"id": 23973,
|
|
2345
2345
|
"name": "SUPER_TOKEN_TRANSFER_FROM_ZERO_ADDRESS",
|
|
2346
2346
|
"nameLocation": "1830:38:53",
|
|
2347
2347
|
"nodeType": "ErrorDefinition",
|
|
2348
2348
|
"parameters": {
|
|
2349
|
-
"id":
|
|
2349
|
+
"id": 23972,
|
|
2350
2350
|
"nodeType": "ParameterList",
|
|
2351
2351
|
"parameters": [],
|
|
2352
2352
|
"src": "1868:2:53"
|
|
@@ -2355,12 +2355,12 @@
|
|
|
2355
2355
|
},
|
|
2356
2356
|
{
|
|
2357
2357
|
"errorSelector": "e219bd39",
|
|
2358
|
-
"id":
|
|
2358
|
+
"id": 23975,
|
|
2359
2359
|
"name": "SUPER_TOKEN_TRANSFER_TO_ZERO_ADDRESS",
|
|
2360
2360
|
"nameLocation": "1909:36:53",
|
|
2361
2361
|
"nodeType": "ErrorDefinition",
|
|
2362
2362
|
"parameters": {
|
|
2363
|
-
"id":
|
|
2363
|
+
"id": 23974,
|
|
2364
2364
|
"nodeType": "ParameterList",
|
|
2365
2365
|
"parameters": [],
|
|
2366
2366
|
"src": "1945:2:53"
|
|
@@ -2369,12 +2369,12 @@
|
|
|
2369
2369
|
},
|
|
2370
2370
|
{
|
|
2371
2371
|
"errorSelector": "ef1b6ddf",
|
|
2372
|
-
"id":
|
|
2372
|
+
"id": 23977,
|
|
2373
2373
|
"name": "SUPER_TOKEN_NFT_PROXY_ADDRESS_CHANGED",
|
|
2374
2374
|
"nameLocation": "1988:37:53",
|
|
2375
2375
|
"nodeType": "ErrorDefinition",
|
|
2376
2376
|
"parameters": {
|
|
2377
|
-
"id":
|
|
2377
|
+
"id": 23976,
|
|
2378
2378
|
"nodeType": "ParameterList",
|
|
2379
2379
|
"parameters": [],
|
|
2380
2380
|
"src": "2025:2:53"
|
|
@@ -2383,13 +2383,13 @@
|
|
|
2383
2383
|
},
|
|
2384
2384
|
{
|
|
2385
2385
|
"documentation": {
|
|
2386
|
-
"id":
|
|
2386
|
+
"id": 23978,
|
|
2387
2387
|
"nodeType": "StructuredDocumentation",
|
|
2388
2388
|
"src": "2062:47:53",
|
|
2389
2389
|
"text": " @dev Initialize the contract"
|
|
2390
2390
|
},
|
|
2391
2391
|
"functionSelector": "42fe0980",
|
|
2392
|
-
"id":
|
|
2392
|
+
"id": 23990,
|
|
2393
2393
|
"implemented": false,
|
|
2394
2394
|
"kind": "function",
|
|
2395
2395
|
"modifiers": [],
|
|
@@ -2397,17 +2397,17 @@
|
|
|
2397
2397
|
"nameLocation": "2123:10:53",
|
|
2398
2398
|
"nodeType": "FunctionDefinition",
|
|
2399
2399
|
"parameters": {
|
|
2400
|
-
"id":
|
|
2400
|
+
"id": 23988,
|
|
2401
2401
|
"nodeType": "ParameterList",
|
|
2402
2402
|
"parameters": [
|
|
2403
2403
|
{
|
|
2404
2404
|
"constant": false,
|
|
2405
|
-
"id":
|
|
2405
|
+
"id": 23981,
|
|
2406
2406
|
"mutability": "mutable",
|
|
2407
2407
|
"name": "underlyingToken",
|
|
2408
2408
|
"nameLocation": "2150:15:53",
|
|
2409
2409
|
"nodeType": "VariableDeclaration",
|
|
2410
|
-
"scope":
|
|
2410
|
+
"scope": 23990,
|
|
2411
2411
|
"src": "2143:22:53",
|
|
2412
2412
|
"stateVariable": false,
|
|
2413
2413
|
"storageLocation": "default",
|
|
@@ -2416,10 +2416,10 @@
|
|
|
2416
2416
|
"typeString": "contract IERC20"
|
|
2417
2417
|
},
|
|
2418
2418
|
"typeName": {
|
|
2419
|
-
"id":
|
|
2419
|
+
"id": 23980,
|
|
2420
2420
|
"nodeType": "UserDefinedTypeName",
|
|
2421
2421
|
"pathNode": {
|
|
2422
|
-
"id":
|
|
2422
|
+
"id": 23979,
|
|
2423
2423
|
"name": "IERC20",
|
|
2424
2424
|
"nameLocations": [
|
|
2425
2425
|
"2143:6:53"
|
|
@@ -2439,12 +2439,12 @@
|
|
|
2439
2439
|
},
|
|
2440
2440
|
{
|
|
2441
2441
|
"constant": false,
|
|
2442
|
-
"id":
|
|
2442
|
+
"id": 23983,
|
|
2443
2443
|
"mutability": "mutable",
|
|
2444
2444
|
"name": "underlyingDecimals",
|
|
2445
2445
|
"nameLocation": "2181:18:53",
|
|
2446
2446
|
"nodeType": "VariableDeclaration",
|
|
2447
|
-
"scope":
|
|
2447
|
+
"scope": 23990,
|
|
2448
2448
|
"src": "2175:24:53",
|
|
2449
2449
|
"stateVariable": false,
|
|
2450
2450
|
"storageLocation": "default",
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
"typeString": "uint8"
|
|
2454
2454
|
},
|
|
2455
2455
|
"typeName": {
|
|
2456
|
-
"id":
|
|
2456
|
+
"id": 23982,
|
|
2457
2457
|
"name": "uint8",
|
|
2458
2458
|
"nodeType": "ElementaryTypeName",
|
|
2459
2459
|
"src": "2175:5:53",
|
|
@@ -2466,12 +2466,12 @@
|
|
|
2466
2466
|
},
|
|
2467
2467
|
{
|
|
2468
2468
|
"constant": false,
|
|
2469
|
-
"id":
|
|
2469
|
+
"id": 23985,
|
|
2470
2470
|
"mutability": "mutable",
|
|
2471
2471
|
"name": "n",
|
|
2472
2472
|
"nameLocation": "2225:1:53",
|
|
2473
2473
|
"nodeType": "VariableDeclaration",
|
|
2474
|
-
"scope":
|
|
2474
|
+
"scope": 23990,
|
|
2475
2475
|
"src": "2209:17:53",
|
|
2476
2476
|
"stateVariable": false,
|
|
2477
2477
|
"storageLocation": "calldata",
|
|
@@ -2480,7 +2480,7 @@
|
|
|
2480
2480
|
"typeString": "string"
|
|
2481
2481
|
},
|
|
2482
2482
|
"typeName": {
|
|
2483
|
-
"id":
|
|
2483
|
+
"id": 23984,
|
|
2484
2484
|
"name": "string",
|
|
2485
2485
|
"nodeType": "ElementaryTypeName",
|
|
2486
2486
|
"src": "2209:6:53",
|
|
@@ -2493,12 +2493,12 @@
|
|
|
2493
2493
|
},
|
|
2494
2494
|
{
|
|
2495
2495
|
"constant": false,
|
|
2496
|
-
"id":
|
|
2496
|
+
"id": 23987,
|
|
2497
2497
|
"mutability": "mutable",
|
|
2498
2498
|
"name": "s",
|
|
2499
2499
|
"nameLocation": "2252:1:53",
|
|
2500
2500
|
"nodeType": "VariableDeclaration",
|
|
2501
|
-
"scope":
|
|
2501
|
+
"scope": 23990,
|
|
2502
2502
|
"src": "2236:17:53",
|
|
2503
2503
|
"stateVariable": false,
|
|
2504
2504
|
"storageLocation": "calldata",
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
"typeString": "string"
|
|
2508
2508
|
},
|
|
2509
2509
|
"typeName": {
|
|
2510
|
-
"id":
|
|
2510
|
+
"id": 23986,
|
|
2511
2511
|
"name": "string",
|
|
2512
2512
|
"nodeType": "ElementaryTypeName",
|
|
2513
2513
|
"src": "2236:6:53",
|
|
@@ -2522,12 +2522,12 @@
|
|
|
2522
2522
|
"src": "2133:126:53"
|
|
2523
2523
|
},
|
|
2524
2524
|
"returnParameters": {
|
|
2525
|
-
"id":
|
|
2525
|
+
"id": 23989,
|
|
2526
2526
|
"nodeType": "ParameterList",
|
|
2527
2527
|
"parameters": [],
|
|
2528
2528
|
"src": "2268:0:53"
|
|
2529
2529
|
},
|
|
2530
|
-
"scope":
|
|
2530
|
+
"scope": 24394,
|
|
2531
2531
|
"src": "2114:155:53",
|
|
2532
2532
|
"stateMutability": "nonpayable",
|
|
2533
2533
|
"virtual": false,
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
},
|
|
2536
2536
|
{
|
|
2537
2537
|
"functionSelector": "ef43d2c6",
|
|
2538
|
-
"id":
|
|
2538
|
+
"id": 23996,
|
|
2539
2539
|
"implemented": false,
|
|
2540
2540
|
"kind": "function",
|
|
2541
2541
|
"modifiers": [],
|
|
@@ -2543,47 +2543,47 @@
|
|
|
2543
2543
|
"nameLocation": "2523:20:53",
|
|
2544
2544
|
"nodeType": "FunctionDefinition",
|
|
2545
2545
|
"parameters": {
|
|
2546
|
-
"id":
|
|
2546
|
+
"id": 23991,
|
|
2547
2547
|
"nodeType": "ParameterList",
|
|
2548
2548
|
"parameters": [],
|
|
2549
2549
|
"src": "2543:2:53"
|
|
2550
2550
|
},
|
|
2551
2551
|
"returnParameters": {
|
|
2552
|
-
"id":
|
|
2552
|
+
"id": 23995,
|
|
2553
2553
|
"nodeType": "ParameterList",
|
|
2554
2554
|
"parameters": [
|
|
2555
2555
|
{
|
|
2556
2556
|
"constant": false,
|
|
2557
|
-
"id":
|
|
2557
|
+
"id": 23994,
|
|
2558
2558
|
"mutability": "mutable",
|
|
2559
2559
|
"name": "",
|
|
2560
2560
|
"nameLocation": "-1:-1:-1",
|
|
2561
2561
|
"nodeType": "VariableDeclaration",
|
|
2562
|
-
"scope":
|
|
2562
|
+
"scope": 23996,
|
|
2563
2563
|
"src": "2569:19:53",
|
|
2564
2564
|
"stateVariable": false,
|
|
2565
2565
|
"storageLocation": "default",
|
|
2566
2566
|
"typeDescriptions": {
|
|
2567
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
2567
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23697",
|
|
2568
2568
|
"typeString": "contract IConstantOutflowNFT"
|
|
2569
2569
|
},
|
|
2570
2570
|
"typeName": {
|
|
2571
|
-
"id":
|
|
2571
|
+
"id": 23993,
|
|
2572
2572
|
"nodeType": "UserDefinedTypeName",
|
|
2573
2573
|
"pathNode": {
|
|
2574
|
-
"id":
|
|
2574
|
+
"id": 23992,
|
|
2575
2575
|
"name": "IConstantOutflowNFT",
|
|
2576
2576
|
"nameLocations": [
|
|
2577
2577
|
"2569:19:53"
|
|
2578
2578
|
],
|
|
2579
2579
|
"nodeType": "IdentifierPath",
|
|
2580
|
-
"referencedDeclaration":
|
|
2580
|
+
"referencedDeclaration": 23697,
|
|
2581
2581
|
"src": "2569:19:53"
|
|
2582
2582
|
},
|
|
2583
|
-
"referencedDeclaration":
|
|
2583
|
+
"referencedDeclaration": 23697,
|
|
2584
2584
|
"src": "2569:19:53",
|
|
2585
2585
|
"typeDescriptions": {
|
|
2586
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
2586
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23697",
|
|
2587
2587
|
"typeString": "contract IConstantOutflowNFT"
|
|
2588
2588
|
}
|
|
2589
2589
|
},
|
|
@@ -2592,7 +2592,7 @@
|
|
|
2592
2592
|
],
|
|
2593
2593
|
"src": "2568:21:53"
|
|
2594
2594
|
},
|
|
2595
|
-
"scope":
|
|
2595
|
+
"scope": 24394,
|
|
2596
2596
|
"src": "2514:76:53",
|
|
2597
2597
|
"stateMutability": "view",
|
|
2598
2598
|
"virtual": false,
|
|
@@ -2600,7 +2600,7 @@
|
|
|
2600
2600
|
},
|
|
2601
2601
|
{
|
|
2602
2602
|
"functionSelector": "4c5c0c85",
|
|
2603
|
-
"id":
|
|
2603
|
+
"id": 24002,
|
|
2604
2604
|
"implemented": false,
|
|
2605
2605
|
"kind": "function",
|
|
2606
2606
|
"modifiers": [],
|
|
@@ -2608,47 +2608,47 @@
|
|
|
2608
2608
|
"nameLocation": "2657:19:53",
|
|
2609
2609
|
"nodeType": "FunctionDefinition",
|
|
2610
2610
|
"parameters": {
|
|
2611
|
-
"id":
|
|
2611
|
+
"id": 23997,
|
|
2612
2612
|
"nodeType": "ParameterList",
|
|
2613
2613
|
"parameters": [],
|
|
2614
2614
|
"src": "2676:2:53"
|
|
2615
2615
|
},
|
|
2616
2616
|
"returnParameters": {
|
|
2617
|
-
"id":
|
|
2617
|
+
"id": 24001,
|
|
2618
2618
|
"nodeType": "ParameterList",
|
|
2619
2619
|
"parameters": [
|
|
2620
2620
|
{
|
|
2621
2621
|
"constant": false,
|
|
2622
|
-
"id":
|
|
2622
|
+
"id": 24000,
|
|
2623
2623
|
"mutability": "mutable",
|
|
2624
2624
|
"name": "",
|
|
2625
2625
|
"nameLocation": "-1:-1:-1",
|
|
2626
2626
|
"nodeType": "VariableDeclaration",
|
|
2627
|
-
"scope":
|
|
2627
|
+
"scope": 24002,
|
|
2628
2628
|
"src": "2702:18:53",
|
|
2629
2629
|
"stateVariable": false,
|
|
2630
2630
|
"storageLocation": "default",
|
|
2631
2631
|
"typeDescriptions": {
|
|
2632
|
-
"typeIdentifier": "t_contract$_IConstantInflowNFT_$
|
|
2632
|
+
"typeIdentifier": "t_contract$_IConstantInflowNFT_$23643",
|
|
2633
2633
|
"typeString": "contract IConstantInflowNFT"
|
|
2634
2634
|
},
|
|
2635
2635
|
"typeName": {
|
|
2636
|
-
"id":
|
|
2636
|
+
"id": 23999,
|
|
2637
2637
|
"nodeType": "UserDefinedTypeName",
|
|
2638
2638
|
"pathNode": {
|
|
2639
|
-
"id":
|
|
2639
|
+
"id": 23998,
|
|
2640
2640
|
"name": "IConstantInflowNFT",
|
|
2641
2641
|
"nameLocations": [
|
|
2642
2642
|
"2702:18:53"
|
|
2643
2643
|
],
|
|
2644
2644
|
"nodeType": "IdentifierPath",
|
|
2645
|
-
"referencedDeclaration":
|
|
2645
|
+
"referencedDeclaration": 23643,
|
|
2646
2646
|
"src": "2702:18:53"
|
|
2647
2647
|
},
|
|
2648
|
-
"referencedDeclaration":
|
|
2648
|
+
"referencedDeclaration": 23643,
|
|
2649
2649
|
"src": "2702:18:53",
|
|
2650
2650
|
"typeDescriptions": {
|
|
2651
|
-
"typeIdentifier": "t_contract$_IConstantInflowNFT_$
|
|
2651
|
+
"typeIdentifier": "t_contract$_IConstantInflowNFT_$23643",
|
|
2652
2652
|
"typeString": "contract IConstantInflowNFT"
|
|
2653
2653
|
}
|
|
2654
2654
|
},
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
],
|
|
2658
2658
|
"src": "2701:20:53"
|
|
2659
2659
|
},
|
|
2660
|
-
"scope":
|
|
2660
|
+
"scope": 24394,
|
|
2661
2661
|
"src": "2648:74:53",
|
|
2662
2662
|
"stateMutability": "view",
|
|
2663
2663
|
"virtual": false,
|
|
@@ -2666,16 +2666,16 @@
|
|
|
2666
2666
|
{
|
|
2667
2667
|
"baseFunctions": [
|
|
2668
2668
|
2074,
|
|
2669
|
-
|
|
2669
|
+
25530
|
|
2670
2670
|
],
|
|
2671
2671
|
"documentation": {
|
|
2672
|
-
"id":
|
|
2672
|
+
"id": 24003,
|
|
2673
2673
|
"nodeType": "StructuredDocumentation",
|
|
2674
2674
|
"src": "2913:54:53",
|
|
2675
2675
|
"text": " @dev Returns the name of the token."
|
|
2676
2676
|
},
|
|
2677
2677
|
"functionSelector": "06fdde03",
|
|
2678
|
-
"id":
|
|
2678
|
+
"id": 24011,
|
|
2679
2679
|
"implemented": false,
|
|
2680
2680
|
"kind": "function",
|
|
2681
2681
|
"modifiers": [],
|
|
@@ -2683,11 +2683,11 @@
|
|
|
2683
2683
|
"nameLocation": "2981:4:53",
|
|
2684
2684
|
"nodeType": "FunctionDefinition",
|
|
2685
2685
|
"overrides": {
|
|
2686
|
-
"id":
|
|
2686
|
+
"id": 24007,
|
|
2687
2687
|
"nodeType": "OverrideSpecifier",
|
|
2688
2688
|
"overrides": [
|
|
2689
2689
|
{
|
|
2690
|
-
"id":
|
|
2690
|
+
"id": 24005,
|
|
2691
2691
|
"name": "IERC777",
|
|
2692
2692
|
"nameLocations": [
|
|
2693
2693
|
"3011:7:53"
|
|
@@ -2697,36 +2697,36 @@
|
|
|
2697
2697
|
"src": "3011:7:53"
|
|
2698
2698
|
},
|
|
2699
2699
|
{
|
|
2700
|
-
"id":
|
|
2700
|
+
"id": 24006,
|
|
2701
2701
|
"name": "TokenInfo",
|
|
2702
2702
|
"nameLocations": [
|
|
2703
2703
|
"3020:9:53"
|
|
2704
2704
|
],
|
|
2705
2705
|
"nodeType": "IdentifierPath",
|
|
2706
|
-
"referencedDeclaration":
|
|
2706
|
+
"referencedDeclaration": 25543,
|
|
2707
2707
|
"src": "3020:9:53"
|
|
2708
2708
|
}
|
|
2709
2709
|
],
|
|
2710
2710
|
"src": "3002:28:53"
|
|
2711
2711
|
},
|
|
2712
2712
|
"parameters": {
|
|
2713
|
-
"id":
|
|
2713
|
+
"id": 24004,
|
|
2714
2714
|
"nodeType": "ParameterList",
|
|
2715
2715
|
"parameters": [],
|
|
2716
2716
|
"src": "2985:2:53"
|
|
2717
2717
|
},
|
|
2718
2718
|
"returnParameters": {
|
|
2719
|
-
"id":
|
|
2719
|
+
"id": 24010,
|
|
2720
2720
|
"nodeType": "ParameterList",
|
|
2721
2721
|
"parameters": [
|
|
2722
2722
|
{
|
|
2723
2723
|
"constant": false,
|
|
2724
|
-
"id":
|
|
2724
|
+
"id": 24009,
|
|
2725
2725
|
"mutability": "mutable",
|
|
2726
2726
|
"name": "",
|
|
2727
2727
|
"nameLocation": "-1:-1:-1",
|
|
2728
2728
|
"nodeType": "VariableDeclaration",
|
|
2729
|
-
"scope":
|
|
2729
|
+
"scope": 24011,
|
|
2730
2730
|
"src": "3040:13:53",
|
|
2731
2731
|
"stateVariable": false,
|
|
2732
2732
|
"storageLocation": "memory",
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
"typeString": "string"
|
|
2736
2736
|
},
|
|
2737
2737
|
"typeName": {
|
|
2738
|
-
"id":
|
|
2738
|
+
"id": 24008,
|
|
2739
2739
|
"name": "string",
|
|
2740
2740
|
"nodeType": "ElementaryTypeName",
|
|
2741
2741
|
"src": "3040:6:53",
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
],
|
|
2750
2750
|
"src": "3039:15:53"
|
|
2751
2751
|
},
|
|
2752
|
-
"scope":
|
|
2752
|
+
"scope": 24394,
|
|
2753
2753
|
"src": "2972:83:53",
|
|
2754
2754
|
"stateMutability": "view",
|
|
2755
2755
|
"virtual": false,
|
|
@@ -2758,16 +2758,16 @@
|
|
|
2758
2758
|
{
|
|
2759
2759
|
"baseFunctions": [
|
|
2760
2760
|
2080,
|
|
2761
|
-
|
|
2761
|
+
25536
|
|
2762
2762
|
],
|
|
2763
2763
|
"documentation": {
|
|
2764
|
-
"id":
|
|
2764
|
+
"id": 24012,
|
|
2765
2765
|
"nodeType": "StructuredDocumentation",
|
|
2766
2766
|
"src": "3061:102:53",
|
|
2767
2767
|
"text": " @dev Returns the symbol of the token, usually a shorter version of the\n name."
|
|
2768
2768
|
},
|
|
2769
2769
|
"functionSelector": "95d89b41",
|
|
2770
|
-
"id":
|
|
2770
|
+
"id": 24020,
|
|
2771
2771
|
"implemented": false,
|
|
2772
2772
|
"kind": "function",
|
|
2773
2773
|
"modifiers": [],
|
|
@@ -2775,11 +2775,11 @@
|
|
|
2775
2775
|
"nameLocation": "3177:6:53",
|
|
2776
2776
|
"nodeType": "FunctionDefinition",
|
|
2777
2777
|
"overrides": {
|
|
2778
|
-
"id":
|
|
2778
|
+
"id": 24016,
|
|
2779
2779
|
"nodeType": "OverrideSpecifier",
|
|
2780
2780
|
"overrides": [
|
|
2781
2781
|
{
|
|
2782
|
-
"id":
|
|
2782
|
+
"id": 24014,
|
|
2783
2783
|
"name": "IERC777",
|
|
2784
2784
|
"nameLocations": [
|
|
2785
2785
|
"3209:7:53"
|
|
@@ -2789,36 +2789,36 @@
|
|
|
2789
2789
|
"src": "3209:7:53"
|
|
2790
2790
|
},
|
|
2791
2791
|
{
|
|
2792
|
-
"id":
|
|
2792
|
+
"id": 24015,
|
|
2793
2793
|
"name": "TokenInfo",
|
|
2794
2794
|
"nameLocations": [
|
|
2795
2795
|
"3218:9:53"
|
|
2796
2796
|
],
|
|
2797
2797
|
"nodeType": "IdentifierPath",
|
|
2798
|
-
"referencedDeclaration":
|
|
2798
|
+
"referencedDeclaration": 25543,
|
|
2799
2799
|
"src": "3218:9:53"
|
|
2800
2800
|
}
|
|
2801
2801
|
],
|
|
2802
2802
|
"src": "3200:28:53"
|
|
2803
2803
|
},
|
|
2804
2804
|
"parameters": {
|
|
2805
|
-
"id":
|
|
2805
|
+
"id": 24013,
|
|
2806
2806
|
"nodeType": "ParameterList",
|
|
2807
2807
|
"parameters": [],
|
|
2808
2808
|
"src": "3183:2:53"
|
|
2809
2809
|
},
|
|
2810
2810
|
"returnParameters": {
|
|
2811
|
-
"id":
|
|
2811
|
+
"id": 24019,
|
|
2812
2812
|
"nodeType": "ParameterList",
|
|
2813
2813
|
"parameters": [
|
|
2814
2814
|
{
|
|
2815
2815
|
"constant": false,
|
|
2816
|
-
"id":
|
|
2816
|
+
"id": 24018,
|
|
2817
2817
|
"mutability": "mutable",
|
|
2818
2818
|
"name": "",
|
|
2819
2819
|
"nameLocation": "-1:-1:-1",
|
|
2820
2820
|
"nodeType": "VariableDeclaration",
|
|
2821
|
-
"scope":
|
|
2821
|
+
"scope": 24020,
|
|
2822
2822
|
"src": "3238:13:53",
|
|
2823
2823
|
"stateVariable": false,
|
|
2824
2824
|
"storageLocation": "memory",
|
|
@@ -2827,7 +2827,7 @@
|
|
|
2827
2827
|
"typeString": "string"
|
|
2828
2828
|
},
|
|
2829
2829
|
"typeName": {
|
|
2830
|
-
"id":
|
|
2830
|
+
"id": 24017,
|
|
2831
2831
|
"name": "string",
|
|
2832
2832
|
"nodeType": "ElementaryTypeName",
|
|
2833
2833
|
"src": "3238:6:53",
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
],
|
|
2842
2842
|
"src": "3237:15:53"
|
|
2843
2843
|
},
|
|
2844
|
-
"scope":
|
|
2844
|
+
"scope": 24394,
|
|
2845
2845
|
"src": "3168:85:53",
|
|
2846
2846
|
"stateMutability": "view",
|
|
2847
2847
|
"virtual": false,
|
|
@@ -2849,16 +2849,16 @@
|
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
2851
|
"baseFunctions": [
|
|
2852
|
-
|
|
2852
|
+
25542
|
|
2853
2853
|
],
|
|
2854
2854
|
"documentation": {
|
|
2855
|
-
"id":
|
|
2855
|
+
"id": 24021,
|
|
2856
2856
|
"nodeType": "StructuredDocumentation",
|
|
2857
2857
|
"src": "3259:669:53",
|
|
2858
2858
|
"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 value {ERC20} uses, unless {_setupDecimals} is\n called.\n @custom:note SuperToken always uses 18 decimals.\n 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}."
|
|
2859
2859
|
},
|
|
2860
2860
|
"functionSelector": "313ce567",
|
|
2861
|
-
"id":
|
|
2861
|
+
"id": 24028,
|
|
2862
2862
|
"implemented": false,
|
|
2863
2863
|
"kind": "function",
|
|
2864
2864
|
"modifiers": [],
|
|
@@ -2866,40 +2866,40 @@
|
|
|
2866
2866
|
"nameLocation": "3942:8:53",
|
|
2867
2867
|
"nodeType": "FunctionDefinition",
|
|
2868
2868
|
"overrides": {
|
|
2869
|
-
"id":
|
|
2869
|
+
"id": 24024,
|
|
2870
2870
|
"nodeType": "OverrideSpecifier",
|
|
2871
2871
|
"overrides": [
|
|
2872
2872
|
{
|
|
2873
|
-
"id":
|
|
2873
|
+
"id": 24023,
|
|
2874
2874
|
"name": "TokenInfo",
|
|
2875
2875
|
"nameLocations": [
|
|
2876
2876
|
"3976:9:53"
|
|
2877
2877
|
],
|
|
2878
2878
|
"nodeType": "IdentifierPath",
|
|
2879
|
-
"referencedDeclaration":
|
|
2879
|
+
"referencedDeclaration": 25543,
|
|
2880
2880
|
"src": "3976:9:53"
|
|
2881
2881
|
}
|
|
2882
2882
|
],
|
|
2883
2883
|
"src": "3967:19:53"
|
|
2884
2884
|
},
|
|
2885
2885
|
"parameters": {
|
|
2886
|
-
"id":
|
|
2886
|
+
"id": 24022,
|
|
2887
2887
|
"nodeType": "ParameterList",
|
|
2888
2888
|
"parameters": [],
|
|
2889
2889
|
"src": "3950:2:53"
|
|
2890
2890
|
},
|
|
2891
2891
|
"returnParameters": {
|
|
2892
|
-
"id":
|
|
2892
|
+
"id": 24027,
|
|
2893
2893
|
"nodeType": "ParameterList",
|
|
2894
2894
|
"parameters": [
|
|
2895
2895
|
{
|
|
2896
2896
|
"constant": false,
|
|
2897
|
-
"id":
|
|
2897
|
+
"id": 24026,
|
|
2898
2898
|
"mutability": "mutable",
|
|
2899
2899
|
"name": "",
|
|
2900
2900
|
"nameLocation": "-1:-1:-1",
|
|
2901
2901
|
"nodeType": "VariableDeclaration",
|
|
2902
|
-
"scope":
|
|
2902
|
+
"scope": 24028,
|
|
2903
2903
|
"src": "3996:5:53",
|
|
2904
2904
|
"stateVariable": false,
|
|
2905
2905
|
"storageLocation": "default",
|
|
@@ -2908,7 +2908,7 @@
|
|
|
2908
2908
|
"typeString": "uint8"
|
|
2909
2909
|
},
|
|
2910
2910
|
"typeName": {
|
|
2911
|
-
"id":
|
|
2911
|
+
"id": 24025,
|
|
2912
2912
|
"name": "uint8",
|
|
2913
2913
|
"nodeType": "ElementaryTypeName",
|
|
2914
2914
|
"src": "3996:5:53",
|
|
@@ -2922,7 +2922,7 @@
|
|
|
2922
2922
|
],
|
|
2923
2923
|
"src": "3995:7:53"
|
|
2924
2924
|
},
|
|
2925
|
-
"scope":
|
|
2925
|
+
"scope": 24394,
|
|
2926
2926
|
"src": "3933:70:53",
|
|
2927
2927
|
"stateMutability": "view",
|
|
2928
2928
|
"virtual": false,
|
|
@@ -2934,13 +2934,13 @@
|
|
|
2934
2934
|
2092
|
|
2935
2935
|
],
|
|
2936
2936
|
"documentation": {
|
|
2937
|
-
"id":
|
|
2937
|
+
"id": 24029,
|
|
2938
2938
|
"nodeType": "StructuredDocumentation",
|
|
2939
2939
|
"src": "4190:49:53",
|
|
2940
2940
|
"text": " @dev See {IERC20-totalSupply}."
|
|
2941
2941
|
},
|
|
2942
2942
|
"functionSelector": "18160ddd",
|
|
2943
|
-
"id":
|
|
2943
|
+
"id": 24037,
|
|
2944
2944
|
"implemented": false,
|
|
2945
2945
|
"kind": "function",
|
|
2946
2946
|
"modifiers": [],
|
|
@@ -2948,11 +2948,11 @@
|
|
|
2948
2948
|
"nameLocation": "4253:11:53",
|
|
2949
2949
|
"nodeType": "FunctionDefinition",
|
|
2950
2950
|
"overrides": {
|
|
2951
|
-
"id":
|
|
2951
|
+
"id": 24033,
|
|
2952
2952
|
"nodeType": "OverrideSpecifier",
|
|
2953
2953
|
"overrides": [
|
|
2954
2954
|
{
|
|
2955
|
-
"id":
|
|
2955
|
+
"id": 24031,
|
|
2956
2956
|
"name": "IERC777",
|
|
2957
2957
|
"nameLocations": [
|
|
2958
2958
|
"4290:7:53"
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
"src": "4290:7:53"
|
|
2963
2963
|
},
|
|
2964
2964
|
{
|
|
2965
|
-
"id":
|
|
2965
|
+
"id": 24032,
|
|
2966
2966
|
"name": "IERC20",
|
|
2967
2967
|
"nameLocations": [
|
|
2968
2968
|
"4299:6:53"
|
|
@@ -2975,23 +2975,23 @@
|
|
|
2975
2975
|
"src": "4281:25:53"
|
|
2976
2976
|
},
|
|
2977
2977
|
"parameters": {
|
|
2978
|
-
"id":
|
|
2978
|
+
"id": 24030,
|
|
2979
2979
|
"nodeType": "ParameterList",
|
|
2980
2980
|
"parameters": [],
|
|
2981
2981
|
"src": "4264:2:53"
|
|
2982
2982
|
},
|
|
2983
2983
|
"returnParameters": {
|
|
2984
|
-
"id":
|
|
2984
|
+
"id": 24036,
|
|
2985
2985
|
"nodeType": "ParameterList",
|
|
2986
2986
|
"parameters": [
|
|
2987
2987
|
{
|
|
2988
2988
|
"constant": false,
|
|
2989
|
-
"id":
|
|
2989
|
+
"id": 24035,
|
|
2990
2990
|
"mutability": "mutable",
|
|
2991
2991
|
"name": "",
|
|
2992
2992
|
"nameLocation": "-1:-1:-1",
|
|
2993
2993
|
"nodeType": "VariableDeclaration",
|
|
2994
|
-
"scope":
|
|
2994
|
+
"scope": 24037,
|
|
2995
2995
|
"src": "4316:7:53",
|
|
2996
2996
|
"stateVariable": false,
|
|
2997
2997
|
"storageLocation": "default",
|
|
@@ -3000,7 +3000,7 @@
|
|
|
3000
3000
|
"typeString": "uint256"
|
|
3001
3001
|
},
|
|
3002
3002
|
"typeName": {
|
|
3003
|
-
"id":
|
|
3003
|
+
"id": 24034,
|
|
3004
3004
|
"name": "uint256",
|
|
3005
3005
|
"nodeType": "ElementaryTypeName",
|
|
3006
3006
|
"src": "4316:7:53",
|
|
@@ -3014,7 +3014,7 @@
|
|
|
3014
3014
|
],
|
|
3015
3015
|
"src": "4315:9:53"
|
|
3016
3016
|
},
|
|
3017
|
-
"scope":
|
|
3017
|
+
"scope": 24394,
|
|
3018
3018
|
"src": "4244:81:53",
|
|
3019
3019
|
"stateMutability": "view",
|
|
3020
3020
|
"virtual": false,
|
|
@@ -3026,13 +3026,13 @@
|
|
|
3026
3026
|
2100
|
|
3027
3027
|
],
|
|
3028
3028
|
"documentation": {
|
|
3029
|
-
"id":
|
|
3029
|
+
"id": 24038,
|
|
3030
3030
|
"nodeType": "StructuredDocumentation",
|
|
3031
3031
|
"src": "4331:83:53",
|
|
3032
3032
|
"text": " @dev Returns the amount of tokens owned by an account (`owner`)."
|
|
3033
3033
|
},
|
|
3034
3034
|
"functionSelector": "70a08231",
|
|
3035
|
-
"id":
|
|
3035
|
+
"id": 24048,
|
|
3036
3036
|
"implemented": false,
|
|
3037
3037
|
"kind": "function",
|
|
3038
3038
|
"modifiers": [],
|
|
@@ -3040,11 +3040,11 @@
|
|
|
3040
3040
|
"nameLocation": "4428:9:53",
|
|
3041
3041
|
"nodeType": "FunctionDefinition",
|
|
3042
3042
|
"overrides": {
|
|
3043
|
-
"id":
|
|
3043
|
+
"id": 24044,
|
|
3044
3044
|
"nodeType": "OverrideSpecifier",
|
|
3045
3045
|
"overrides": [
|
|
3046
3046
|
{
|
|
3047
|
-
"id":
|
|
3047
|
+
"id": 24042,
|
|
3048
3048
|
"name": "IERC777",
|
|
3049
3049
|
"nameLocations": [
|
|
3050
3050
|
"4478:7:53"
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
"src": "4478:7:53"
|
|
3055
3055
|
},
|
|
3056
3056
|
{
|
|
3057
|
-
"id":
|
|
3057
|
+
"id": 24043,
|
|
3058
3058
|
"name": "IERC20",
|
|
3059
3059
|
"nameLocations": [
|
|
3060
3060
|
"4487:6:53"
|
|
@@ -3067,17 +3067,17 @@
|
|
|
3067
3067
|
"src": "4469:25:53"
|
|
3068
3068
|
},
|
|
3069
3069
|
"parameters": {
|
|
3070
|
-
"id":
|
|
3070
|
+
"id": 24041,
|
|
3071
3071
|
"nodeType": "ParameterList",
|
|
3072
3072
|
"parameters": [
|
|
3073
3073
|
{
|
|
3074
3074
|
"constant": false,
|
|
3075
|
-
"id":
|
|
3075
|
+
"id": 24040,
|
|
3076
3076
|
"mutability": "mutable",
|
|
3077
3077
|
"name": "account",
|
|
3078
3078
|
"nameLocation": "4446:7:53",
|
|
3079
3079
|
"nodeType": "VariableDeclaration",
|
|
3080
|
-
"scope":
|
|
3080
|
+
"scope": 24048,
|
|
3081
3081
|
"src": "4438:15:53",
|
|
3082
3082
|
"stateVariable": false,
|
|
3083
3083
|
"storageLocation": "default",
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
"typeString": "address"
|
|
3087
3087
|
},
|
|
3088
3088
|
"typeName": {
|
|
3089
|
-
"id":
|
|
3089
|
+
"id": 24039,
|
|
3090
3090
|
"name": "address",
|
|
3091
3091
|
"nodeType": "ElementaryTypeName",
|
|
3092
3092
|
"src": "4438:7:53",
|
|
@@ -3102,17 +3102,17 @@
|
|
|
3102
3102
|
"src": "4437:17:53"
|
|
3103
3103
|
},
|
|
3104
3104
|
"returnParameters": {
|
|
3105
|
-
"id":
|
|
3105
|
+
"id": 24047,
|
|
3106
3106
|
"nodeType": "ParameterList",
|
|
3107
3107
|
"parameters": [
|
|
3108
3108
|
{
|
|
3109
3109
|
"constant": false,
|
|
3110
|
-
"id":
|
|
3110
|
+
"id": 24046,
|
|
3111
3111
|
"mutability": "mutable",
|
|
3112
3112
|
"name": "balance",
|
|
3113
3113
|
"nameLocation": "4511:7:53",
|
|
3114
3114
|
"nodeType": "VariableDeclaration",
|
|
3115
|
-
"scope":
|
|
3115
|
+
"scope": 24048,
|
|
3116
3116
|
"src": "4503:15:53",
|
|
3117
3117
|
"stateVariable": false,
|
|
3118
3118
|
"storageLocation": "default",
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
"typeString": "uint256"
|
|
3122
3122
|
},
|
|
3123
3123
|
"typeName": {
|
|
3124
|
-
"id":
|
|
3124
|
+
"id": 24045,
|
|
3125
3125
|
"name": "uint256",
|
|
3126
3126
|
"nodeType": "ElementaryTypeName",
|
|
3127
3127
|
"src": "4503:7:53",
|
|
@@ -3135,7 +3135,7 @@
|
|
|
3135
3135
|
],
|
|
3136
3136
|
"src": "4502:17:53"
|
|
3137
3137
|
},
|
|
3138
|
-
"scope":
|
|
3138
|
+
"scope": 24394,
|
|
3139
3139
|
"src": "4419:101:53",
|
|
3140
3140
|
"stateMutability": "view",
|
|
3141
3141
|
"virtual": false,
|
|
@@ -3146,13 +3146,13 @@
|
|
|
3146
3146
|
1507
|
|
3147
3147
|
],
|
|
3148
3148
|
"documentation": {
|
|
3149
|
-
"id":
|
|
3149
|
+
"id": 24049,
|
|
3150
3150
|
"nodeType": "StructuredDocumentation",
|
|
3151
3151
|
"src": "4698:233:53",
|
|
3152
3152
|
"text": " @dev Moves `amount` tokens from the caller's account to `recipient`.\n @return Returns Success a boolean value indicating whether the operation succeeded.\n @custom:emits a {Transfer} event."
|
|
3153
3153
|
},
|
|
3154
3154
|
"functionSelector": "a9059cbb",
|
|
3155
|
-
"id":
|
|
3155
|
+
"id": 24060,
|
|
3156
3156
|
"implemented": false,
|
|
3157
3157
|
"kind": "function",
|
|
3158
3158
|
"modifiers": [],
|
|
@@ -3160,11 +3160,11 @@
|
|
|
3160
3160
|
"nameLocation": "4945:8:53",
|
|
3161
3161
|
"nodeType": "FunctionDefinition",
|
|
3162
3162
|
"overrides": {
|
|
3163
|
-
"id":
|
|
3163
|
+
"id": 24056,
|
|
3164
3164
|
"nodeType": "OverrideSpecifier",
|
|
3165
3165
|
"overrides": [
|
|
3166
3166
|
{
|
|
3167
|
-
"id":
|
|
3167
|
+
"id": 24055,
|
|
3168
3168
|
"name": "IERC20",
|
|
3169
3169
|
"nameLocations": [
|
|
3170
3170
|
"5007:6:53"
|
|
@@ -3177,17 +3177,17 @@
|
|
|
3177
3177
|
"src": "4998:16:53"
|
|
3178
3178
|
},
|
|
3179
3179
|
"parameters": {
|
|
3180
|
-
"id":
|
|
3180
|
+
"id": 24054,
|
|
3181
3181
|
"nodeType": "ParameterList",
|
|
3182
3182
|
"parameters": [
|
|
3183
3183
|
{
|
|
3184
3184
|
"constant": false,
|
|
3185
|
-
"id":
|
|
3185
|
+
"id": 24051,
|
|
3186
3186
|
"mutability": "mutable",
|
|
3187
3187
|
"name": "recipient",
|
|
3188
3188
|
"nameLocation": "4962:9:53",
|
|
3189
3189
|
"nodeType": "VariableDeclaration",
|
|
3190
|
-
"scope":
|
|
3190
|
+
"scope": 24060,
|
|
3191
3191
|
"src": "4954:17:53",
|
|
3192
3192
|
"stateVariable": false,
|
|
3193
3193
|
"storageLocation": "default",
|
|
@@ -3196,7 +3196,7 @@
|
|
|
3196
3196
|
"typeString": "address"
|
|
3197
3197
|
},
|
|
3198
3198
|
"typeName": {
|
|
3199
|
-
"id":
|
|
3199
|
+
"id": 24050,
|
|
3200
3200
|
"name": "address",
|
|
3201
3201
|
"nodeType": "ElementaryTypeName",
|
|
3202
3202
|
"src": "4954:7:53",
|
|
@@ -3210,12 +3210,12 @@
|
|
|
3210
3210
|
},
|
|
3211
3211
|
{
|
|
3212
3212
|
"constant": false,
|
|
3213
|
-
"id":
|
|
3213
|
+
"id": 24053,
|
|
3214
3214
|
"mutability": "mutable",
|
|
3215
3215
|
"name": "amount",
|
|
3216
3216
|
"nameLocation": "4981:6:53",
|
|
3217
3217
|
"nodeType": "VariableDeclaration",
|
|
3218
|
-
"scope":
|
|
3218
|
+
"scope": 24060,
|
|
3219
3219
|
"src": "4973:14:53",
|
|
3220
3220
|
"stateVariable": false,
|
|
3221
3221
|
"storageLocation": "default",
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
"typeString": "uint256"
|
|
3225
3225
|
},
|
|
3226
3226
|
"typeName": {
|
|
3227
|
-
"id":
|
|
3227
|
+
"id": 24052,
|
|
3228
3228
|
"name": "uint256",
|
|
3229
3229
|
"nodeType": "ElementaryTypeName",
|
|
3230
3230
|
"src": "4973:7:53",
|
|
@@ -3239,17 +3239,17 @@
|
|
|
3239
3239
|
"src": "4953:35:53"
|
|
3240
3240
|
},
|
|
3241
3241
|
"returnParameters": {
|
|
3242
|
-
"id":
|
|
3242
|
+
"id": 24059,
|
|
3243
3243
|
"nodeType": "ParameterList",
|
|
3244
3244
|
"parameters": [
|
|
3245
3245
|
{
|
|
3246
3246
|
"constant": false,
|
|
3247
|
-
"id":
|
|
3247
|
+
"id": 24058,
|
|
3248
3248
|
"mutability": "mutable",
|
|
3249
3249
|
"name": "",
|
|
3250
3250
|
"nameLocation": "-1:-1:-1",
|
|
3251
3251
|
"nodeType": "VariableDeclaration",
|
|
3252
|
-
"scope":
|
|
3252
|
+
"scope": 24060,
|
|
3253
3253
|
"src": "5024:4:53",
|
|
3254
3254
|
"stateVariable": false,
|
|
3255
3255
|
"storageLocation": "default",
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
"typeString": "bool"
|
|
3259
3259
|
},
|
|
3260
3260
|
"typeName": {
|
|
3261
|
-
"id":
|
|
3261
|
+
"id": 24057,
|
|
3262
3262
|
"name": "bool",
|
|
3263
3263
|
"nodeType": "ElementaryTypeName",
|
|
3264
3264
|
"src": "5024:4:53",
|
|
@@ -3272,7 +3272,7 @@
|
|
|
3272
3272
|
],
|
|
3273
3273
|
"src": "5023:6:53"
|
|
3274
3274
|
},
|
|
3275
|
-
"scope":
|
|
3275
|
+
"scope": 24394,
|
|
3276
3276
|
"src": "4936:94:53",
|
|
3277
3277
|
"stateMutability": "nonpayable",
|
|
3278
3278
|
"virtual": false,
|
|
@@ -3283,13 +3283,13 @@
|
|
|
3283
3283
|
1517
|
|
3284
3284
|
],
|
|
3285
3285
|
"documentation": {
|
|
3286
|
-
"id":
|
|
3286
|
+
"id": 24061,
|
|
3287
3287
|
"nodeType": "StructuredDocumentation",
|
|
3288
3288
|
"src": "5036:288:53",
|
|
3289
3289
|
"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 @notice This value changes when {approve} or {transferFrom} are called."
|
|
3290
3290
|
},
|
|
3291
3291
|
"functionSelector": "dd62ed3e",
|
|
3292
|
-
"id":
|
|
3292
|
+
"id": 24072,
|
|
3293
3293
|
"implemented": false,
|
|
3294
3294
|
"kind": "function",
|
|
3295
3295
|
"modifiers": [],
|
|
@@ -3297,11 +3297,11 @@
|
|
|
3297
3297
|
"nameLocation": "5338:9:53",
|
|
3298
3298
|
"nodeType": "FunctionDefinition",
|
|
3299
3299
|
"overrides": {
|
|
3300
|
-
"id":
|
|
3300
|
+
"id": 24068,
|
|
3301
3301
|
"nodeType": "OverrideSpecifier",
|
|
3302
3302
|
"overrides": [
|
|
3303
3303
|
{
|
|
3304
|
-
"id":
|
|
3304
|
+
"id": 24067,
|
|
3305
3305
|
"name": "IERC20",
|
|
3306
3306
|
"nameLocations": [
|
|
3307
3307
|
"5398:6:53"
|
|
@@ -3314,17 +3314,17 @@
|
|
|
3314
3314
|
"src": "5389:16:53"
|
|
3315
3315
|
},
|
|
3316
3316
|
"parameters": {
|
|
3317
|
-
"id":
|
|
3317
|
+
"id": 24066,
|
|
3318
3318
|
"nodeType": "ParameterList",
|
|
3319
3319
|
"parameters": [
|
|
3320
3320
|
{
|
|
3321
3321
|
"constant": false,
|
|
3322
|
-
"id":
|
|
3322
|
+
"id": 24063,
|
|
3323
3323
|
"mutability": "mutable",
|
|
3324
3324
|
"name": "owner",
|
|
3325
3325
|
"nameLocation": "5356:5:53",
|
|
3326
3326
|
"nodeType": "VariableDeclaration",
|
|
3327
|
-
"scope":
|
|
3327
|
+
"scope": 24072,
|
|
3328
3328
|
"src": "5348:13:53",
|
|
3329
3329
|
"stateVariable": false,
|
|
3330
3330
|
"storageLocation": "default",
|
|
@@ -3333,7 +3333,7 @@
|
|
|
3333
3333
|
"typeString": "address"
|
|
3334
3334
|
},
|
|
3335
3335
|
"typeName": {
|
|
3336
|
-
"id":
|
|
3336
|
+
"id": 24062,
|
|
3337
3337
|
"name": "address",
|
|
3338
3338
|
"nodeType": "ElementaryTypeName",
|
|
3339
3339
|
"src": "5348:7:53",
|
|
@@ -3347,12 +3347,12 @@
|
|
|
3347
3347
|
},
|
|
3348
3348
|
{
|
|
3349
3349
|
"constant": false,
|
|
3350
|
-
"id":
|
|
3350
|
+
"id": 24065,
|
|
3351
3351
|
"mutability": "mutable",
|
|
3352
3352
|
"name": "spender",
|
|
3353
3353
|
"nameLocation": "5371:7:53",
|
|
3354
3354
|
"nodeType": "VariableDeclaration",
|
|
3355
|
-
"scope":
|
|
3355
|
+
"scope": 24072,
|
|
3356
3356
|
"src": "5363:15:53",
|
|
3357
3357
|
"stateVariable": false,
|
|
3358
3358
|
"storageLocation": "default",
|
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
"typeString": "address"
|
|
3362
3362
|
},
|
|
3363
3363
|
"typeName": {
|
|
3364
|
-
"id":
|
|
3364
|
+
"id": 24064,
|
|
3365
3365
|
"name": "address",
|
|
3366
3366
|
"nodeType": "ElementaryTypeName",
|
|
3367
3367
|
"src": "5363:7:53",
|
|
@@ -3377,17 +3377,17 @@
|
|
|
3377
3377
|
"src": "5347:32:53"
|
|
3378
3378
|
},
|
|
3379
3379
|
"returnParameters": {
|
|
3380
|
-
"id":
|
|
3380
|
+
"id": 24071,
|
|
3381
3381
|
"nodeType": "ParameterList",
|
|
3382
3382
|
"parameters": [
|
|
3383
3383
|
{
|
|
3384
3384
|
"constant": false,
|
|
3385
|
-
"id":
|
|
3385
|
+
"id": 24070,
|
|
3386
3386
|
"mutability": "mutable",
|
|
3387
3387
|
"name": "",
|
|
3388
3388
|
"nameLocation": "-1:-1:-1",
|
|
3389
3389
|
"nodeType": "VariableDeclaration",
|
|
3390
|
-
"scope":
|
|
3390
|
+
"scope": 24072,
|
|
3391
3391
|
"src": "5420:7:53",
|
|
3392
3392
|
"stateVariable": false,
|
|
3393
3393
|
"storageLocation": "default",
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
"typeString": "uint256"
|
|
3397
3397
|
},
|
|
3398
3398
|
"typeName": {
|
|
3399
|
-
"id":
|
|
3399
|
+
"id": 24069,
|
|
3400
3400
|
"name": "uint256",
|
|
3401
3401
|
"nodeType": "ElementaryTypeName",
|
|
3402
3402
|
"src": "5420:7:53",
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
],
|
|
3411
3411
|
"src": "5419:9:53"
|
|
3412
3412
|
},
|
|
3413
|
-
"scope":
|
|
3413
|
+
"scope": 24394,
|
|
3414
3414
|
"src": "5329:100:53",
|
|
3415
3415
|
"stateMutability": "view",
|
|
3416
3416
|
"virtual": false,
|
|
@@ -3421,13 +3421,13 @@
|
|
|
3421
3421
|
1527
|
|
3422
3422
|
],
|
|
3423
3423
|
"documentation": {
|
|
3424
|
-
"id":
|
|
3424
|
+
"id": 24073,
|
|
3425
3425
|
"nodeType": "StructuredDocumentation",
|
|
3426
3426
|
"src": "5435:668:53",
|
|
3427
3427
|
"text": " @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n @return Returns Success a boolean value indicating whether the operation succeeded.\n @custom:note 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 @custom:emits an {Approval} event."
|
|
3428
3428
|
},
|
|
3429
3429
|
"functionSelector": "095ea7b3",
|
|
3430
|
-
"id":
|
|
3430
|
+
"id": 24084,
|
|
3431
3431
|
"implemented": false,
|
|
3432
3432
|
"kind": "function",
|
|
3433
3433
|
"modifiers": [],
|
|
@@ -3435,11 +3435,11 @@
|
|
|
3435
3435
|
"nameLocation": "6117:7:53",
|
|
3436
3436
|
"nodeType": "FunctionDefinition",
|
|
3437
3437
|
"overrides": {
|
|
3438
|
-
"id":
|
|
3438
|
+
"id": 24080,
|
|
3439
3439
|
"nodeType": "OverrideSpecifier",
|
|
3440
3440
|
"overrides": [
|
|
3441
3441
|
{
|
|
3442
|
-
"id":
|
|
3442
|
+
"id": 24079,
|
|
3443
3443
|
"name": "IERC20",
|
|
3444
3444
|
"nameLocations": [
|
|
3445
3445
|
"6176:6:53"
|
|
@@ -3452,17 +3452,17 @@
|
|
|
3452
3452
|
"src": "6167:16:53"
|
|
3453
3453
|
},
|
|
3454
3454
|
"parameters": {
|
|
3455
|
-
"id":
|
|
3455
|
+
"id": 24078,
|
|
3456
3456
|
"nodeType": "ParameterList",
|
|
3457
3457
|
"parameters": [
|
|
3458
3458
|
{
|
|
3459
3459
|
"constant": false,
|
|
3460
|
-
"id":
|
|
3460
|
+
"id": 24075,
|
|
3461
3461
|
"mutability": "mutable",
|
|
3462
3462
|
"name": "spender",
|
|
3463
3463
|
"nameLocation": "6133:7:53",
|
|
3464
3464
|
"nodeType": "VariableDeclaration",
|
|
3465
|
-
"scope":
|
|
3465
|
+
"scope": 24084,
|
|
3466
3466
|
"src": "6125:15:53",
|
|
3467
3467
|
"stateVariable": false,
|
|
3468
3468
|
"storageLocation": "default",
|
|
@@ -3471,7 +3471,7 @@
|
|
|
3471
3471
|
"typeString": "address"
|
|
3472
3472
|
},
|
|
3473
3473
|
"typeName": {
|
|
3474
|
-
"id":
|
|
3474
|
+
"id": 24074,
|
|
3475
3475
|
"name": "address",
|
|
3476
3476
|
"nodeType": "ElementaryTypeName",
|
|
3477
3477
|
"src": "6125:7:53",
|
|
@@ -3485,12 +3485,12 @@
|
|
|
3485
3485
|
},
|
|
3486
3486
|
{
|
|
3487
3487
|
"constant": false,
|
|
3488
|
-
"id":
|
|
3488
|
+
"id": 24077,
|
|
3489
3489
|
"mutability": "mutable",
|
|
3490
3490
|
"name": "amount",
|
|
3491
3491
|
"nameLocation": "6150:6:53",
|
|
3492
3492
|
"nodeType": "VariableDeclaration",
|
|
3493
|
-
"scope":
|
|
3493
|
+
"scope": 24084,
|
|
3494
3494
|
"src": "6142:14:53",
|
|
3495
3495
|
"stateVariable": false,
|
|
3496
3496
|
"storageLocation": "default",
|
|
@@ -3499,7 +3499,7 @@
|
|
|
3499
3499
|
"typeString": "uint256"
|
|
3500
3500
|
},
|
|
3501
3501
|
"typeName": {
|
|
3502
|
-
"id":
|
|
3502
|
+
"id": 24076,
|
|
3503
3503
|
"name": "uint256",
|
|
3504
3504
|
"nodeType": "ElementaryTypeName",
|
|
3505
3505
|
"src": "6142:7:53",
|
|
@@ -3514,17 +3514,17 @@
|
|
|
3514
3514
|
"src": "6124:33:53"
|
|
3515
3515
|
},
|
|
3516
3516
|
"returnParameters": {
|
|
3517
|
-
"id":
|
|
3517
|
+
"id": 24083,
|
|
3518
3518
|
"nodeType": "ParameterList",
|
|
3519
3519
|
"parameters": [
|
|
3520
3520
|
{
|
|
3521
3521
|
"constant": false,
|
|
3522
|
-
"id":
|
|
3522
|
+
"id": 24082,
|
|
3523
3523
|
"mutability": "mutable",
|
|
3524
3524
|
"name": "",
|
|
3525
3525
|
"nameLocation": "-1:-1:-1",
|
|
3526
3526
|
"nodeType": "VariableDeclaration",
|
|
3527
|
-
"scope":
|
|
3527
|
+
"scope": 24084,
|
|
3528
3528
|
"src": "6193:4:53",
|
|
3529
3529
|
"stateVariable": false,
|
|
3530
3530
|
"storageLocation": "default",
|
|
@@ -3533,7 +3533,7 @@
|
|
|
3533
3533
|
"typeString": "bool"
|
|
3534
3534
|
},
|
|
3535
3535
|
"typeName": {
|
|
3536
|
-
"id":
|
|
3536
|
+
"id": 24081,
|
|
3537
3537
|
"name": "bool",
|
|
3538
3538
|
"nodeType": "ElementaryTypeName",
|
|
3539
3539
|
"src": "6193:4:53",
|
|
@@ -3547,7 +3547,7 @@
|
|
|
3547
3547
|
],
|
|
3548
3548
|
"src": "6192:6:53"
|
|
3549
3549
|
},
|
|
3550
|
-
"scope":
|
|
3550
|
+
"scope": 24394,
|
|
3551
3551
|
"src": "6108:91:53",
|
|
3552
3552
|
"stateMutability": "nonpayable",
|
|
3553
3553
|
"virtual": false,
|
|
@@ -3558,13 +3558,13 @@
|
|
|
3558
3558
|
1539
|
|
3559
3559
|
],
|
|
3560
3560
|
"documentation": {
|
|
3561
|
-
"id":
|
|
3561
|
+
"id": 24085,
|
|
3562
3562
|
"nodeType": "StructuredDocumentation",
|
|
3563
3563
|
"src": "6205:336:53",
|
|
3564
3564
|
"text": " @dev Moves `amount` tokens from `sender` to `recipient` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n @return Returns Success a boolean value indicating whether the operation succeeded.\n @custom:emits a {Transfer} event."
|
|
3565
3565
|
},
|
|
3566
3566
|
"functionSelector": "23b872dd",
|
|
3567
|
-
"id":
|
|
3567
|
+
"id": 24098,
|
|
3568
3568
|
"implemented": false,
|
|
3569
3569
|
"kind": "function",
|
|
3570
3570
|
"modifiers": [],
|
|
@@ -3572,11 +3572,11 @@
|
|
|
3572
3572
|
"nameLocation": "6555:12:53",
|
|
3573
3573
|
"nodeType": "FunctionDefinition",
|
|
3574
3574
|
"overrides": {
|
|
3575
|
-
"id":
|
|
3575
|
+
"id": 24094,
|
|
3576
3576
|
"nodeType": "OverrideSpecifier",
|
|
3577
3577
|
"overrides": [
|
|
3578
3578
|
{
|
|
3579
|
-
"id":
|
|
3579
|
+
"id": 24093,
|
|
3580
3580
|
"name": "IERC20",
|
|
3581
3581
|
"nameLocations": [
|
|
3582
3582
|
"6637:6:53"
|
|
@@ -3589,17 +3589,17 @@
|
|
|
3589
3589
|
"src": "6628:16:53"
|
|
3590
3590
|
},
|
|
3591
3591
|
"parameters": {
|
|
3592
|
-
"id":
|
|
3592
|
+
"id": 24092,
|
|
3593
3593
|
"nodeType": "ParameterList",
|
|
3594
3594
|
"parameters": [
|
|
3595
3595
|
{
|
|
3596
3596
|
"constant": false,
|
|
3597
|
-
"id":
|
|
3597
|
+
"id": 24087,
|
|
3598
3598
|
"mutability": "mutable",
|
|
3599
3599
|
"name": "sender",
|
|
3600
3600
|
"nameLocation": "6576:6:53",
|
|
3601
3601
|
"nodeType": "VariableDeclaration",
|
|
3602
|
-
"scope":
|
|
3602
|
+
"scope": 24098,
|
|
3603
3603
|
"src": "6568:14:53",
|
|
3604
3604
|
"stateVariable": false,
|
|
3605
3605
|
"storageLocation": "default",
|
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
"typeString": "address"
|
|
3609
3609
|
},
|
|
3610
3610
|
"typeName": {
|
|
3611
|
-
"id":
|
|
3611
|
+
"id": 24086,
|
|
3612
3612
|
"name": "address",
|
|
3613
3613
|
"nodeType": "ElementaryTypeName",
|
|
3614
3614
|
"src": "6568:7:53",
|
|
@@ -3622,12 +3622,12 @@
|
|
|
3622
3622
|
},
|
|
3623
3623
|
{
|
|
3624
3624
|
"constant": false,
|
|
3625
|
-
"id":
|
|
3625
|
+
"id": 24089,
|
|
3626
3626
|
"mutability": "mutable",
|
|
3627
3627
|
"name": "recipient",
|
|
3628
3628
|
"nameLocation": "6592:9:53",
|
|
3629
3629
|
"nodeType": "VariableDeclaration",
|
|
3630
|
-
"scope":
|
|
3630
|
+
"scope": 24098,
|
|
3631
3631
|
"src": "6584:17:53",
|
|
3632
3632
|
"stateVariable": false,
|
|
3633
3633
|
"storageLocation": "default",
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"typeString": "address"
|
|
3637
3637
|
},
|
|
3638
3638
|
"typeName": {
|
|
3639
|
-
"id":
|
|
3639
|
+
"id": 24088,
|
|
3640
3640
|
"name": "address",
|
|
3641
3641
|
"nodeType": "ElementaryTypeName",
|
|
3642
3642
|
"src": "6584:7:53",
|
|
@@ -3650,12 +3650,12 @@
|
|
|
3650
3650
|
},
|
|
3651
3651
|
{
|
|
3652
3652
|
"constant": false,
|
|
3653
|
-
"id":
|
|
3653
|
+
"id": 24091,
|
|
3654
3654
|
"mutability": "mutable",
|
|
3655
3655
|
"name": "amount",
|
|
3656
3656
|
"nameLocation": "6611:6:53",
|
|
3657
3657
|
"nodeType": "VariableDeclaration",
|
|
3658
|
-
"scope":
|
|
3658
|
+
"scope": 24098,
|
|
3659
3659
|
"src": "6603:14:53",
|
|
3660
3660
|
"stateVariable": false,
|
|
3661
3661
|
"storageLocation": "default",
|
|
@@ -3664,7 +3664,7 @@
|
|
|
3664
3664
|
"typeString": "uint256"
|
|
3665
3665
|
},
|
|
3666
3666
|
"typeName": {
|
|
3667
|
-
"id":
|
|
3667
|
+
"id": 24090,
|
|
3668
3668
|
"name": "uint256",
|
|
3669
3669
|
"nodeType": "ElementaryTypeName",
|
|
3670
3670
|
"src": "6603:7:53",
|
|
@@ -3679,17 +3679,17 @@
|
|
|
3679
3679
|
"src": "6567:51:53"
|
|
3680
3680
|
},
|
|
3681
3681
|
"returnParameters": {
|
|
3682
|
-
"id":
|
|
3682
|
+
"id": 24097,
|
|
3683
3683
|
"nodeType": "ParameterList",
|
|
3684
3684
|
"parameters": [
|
|
3685
3685
|
{
|
|
3686
3686
|
"constant": false,
|
|
3687
|
-
"id":
|
|
3687
|
+
"id": 24096,
|
|
3688
3688
|
"mutability": "mutable",
|
|
3689
3689
|
"name": "",
|
|
3690
3690
|
"nameLocation": "-1:-1:-1",
|
|
3691
3691
|
"nodeType": "VariableDeclaration",
|
|
3692
|
-
"scope":
|
|
3692
|
+
"scope": 24098,
|
|
3693
3693
|
"src": "6654:4:53",
|
|
3694
3694
|
"stateVariable": false,
|
|
3695
3695
|
"storageLocation": "default",
|
|
@@ -3698,7 +3698,7 @@
|
|
|
3698
3698
|
"typeString": "bool"
|
|
3699
3699
|
},
|
|
3700
3700
|
"typeName": {
|
|
3701
|
-
"id":
|
|
3701
|
+
"id": 24095,
|
|
3702
3702
|
"name": "bool",
|
|
3703
3703
|
"nodeType": "ElementaryTypeName",
|
|
3704
3704
|
"src": "6654:4:53",
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
],
|
|
3713
3713
|
"src": "6653:6:53"
|
|
3714
3714
|
},
|
|
3715
|
-
"scope":
|
|
3715
|
+
"scope": 24394,
|
|
3716
3716
|
"src": "6546:114:53",
|
|
3717
3717
|
"stateMutability": "nonpayable",
|
|
3718
3718
|
"virtual": false,
|
|
@@ -3720,13 +3720,13 @@
|
|
|
3720
3720
|
},
|
|
3721
3721
|
{
|
|
3722
3722
|
"documentation": {
|
|
3723
|
-
"id":
|
|
3723
|
+
"id": 24099,
|
|
3724
3724
|
"nodeType": "StructuredDocumentation",
|
|
3725
3725
|
"src": "6666:393:53",
|
|
3726
3726
|
"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 @custom:emits an {Approval} event indicating the updated allowance.\n @custom:requirements \n - `spender` cannot be the zero address."
|
|
3727
3727
|
},
|
|
3728
3728
|
"functionSelector": "39509351",
|
|
3729
|
-
"id":
|
|
3729
|
+
"id": 24108,
|
|
3730
3730
|
"implemented": false,
|
|
3731
3731
|
"kind": "function",
|
|
3732
3732
|
"modifiers": [],
|
|
@@ -3734,17 +3734,17 @@
|
|
|
3734
3734
|
"nameLocation": "7073:17:53",
|
|
3735
3735
|
"nodeType": "FunctionDefinition",
|
|
3736
3736
|
"parameters": {
|
|
3737
|
-
"id":
|
|
3737
|
+
"id": 24104,
|
|
3738
3738
|
"nodeType": "ParameterList",
|
|
3739
3739
|
"parameters": [
|
|
3740
3740
|
{
|
|
3741
3741
|
"constant": false,
|
|
3742
|
-
"id":
|
|
3742
|
+
"id": 24101,
|
|
3743
3743
|
"mutability": "mutable",
|
|
3744
3744
|
"name": "spender",
|
|
3745
3745
|
"nameLocation": "7099:7:53",
|
|
3746
3746
|
"nodeType": "VariableDeclaration",
|
|
3747
|
-
"scope":
|
|
3747
|
+
"scope": 24108,
|
|
3748
3748
|
"src": "7091:15:53",
|
|
3749
3749
|
"stateVariable": false,
|
|
3750
3750
|
"storageLocation": "default",
|
|
@@ -3753,7 +3753,7 @@
|
|
|
3753
3753
|
"typeString": "address"
|
|
3754
3754
|
},
|
|
3755
3755
|
"typeName": {
|
|
3756
|
-
"id":
|
|
3756
|
+
"id": 24100,
|
|
3757
3757
|
"name": "address",
|
|
3758
3758
|
"nodeType": "ElementaryTypeName",
|
|
3759
3759
|
"src": "7091:7:53",
|
|
@@ -3767,12 +3767,12 @@
|
|
|
3767
3767
|
},
|
|
3768
3768
|
{
|
|
3769
3769
|
"constant": false,
|
|
3770
|
-
"id":
|
|
3770
|
+
"id": 24103,
|
|
3771
3771
|
"mutability": "mutable",
|
|
3772
3772
|
"name": "addedValue",
|
|
3773
3773
|
"nameLocation": "7116:10:53",
|
|
3774
3774
|
"nodeType": "VariableDeclaration",
|
|
3775
|
-
"scope":
|
|
3775
|
+
"scope": 24108,
|
|
3776
3776
|
"src": "7108:18:53",
|
|
3777
3777
|
"stateVariable": false,
|
|
3778
3778
|
"storageLocation": "default",
|
|
@@ -3781,7 +3781,7 @@
|
|
|
3781
3781
|
"typeString": "uint256"
|
|
3782
3782
|
},
|
|
3783
3783
|
"typeName": {
|
|
3784
|
-
"id":
|
|
3784
|
+
"id": 24102,
|
|
3785
3785
|
"name": "uint256",
|
|
3786
3786
|
"nodeType": "ElementaryTypeName",
|
|
3787
3787
|
"src": "7108:7:53",
|
|
@@ -3796,17 +3796,17 @@
|
|
|
3796
3796
|
"src": "7090:37:53"
|
|
3797
3797
|
},
|
|
3798
3798
|
"returnParameters": {
|
|
3799
|
-
"id":
|
|
3799
|
+
"id": 24107,
|
|
3800
3800
|
"nodeType": "ParameterList",
|
|
3801
3801
|
"parameters": [
|
|
3802
3802
|
{
|
|
3803
3803
|
"constant": false,
|
|
3804
|
-
"id":
|
|
3804
|
+
"id": 24106,
|
|
3805
3805
|
"mutability": "mutable",
|
|
3806
3806
|
"name": "",
|
|
3807
3807
|
"nameLocation": "-1:-1:-1",
|
|
3808
3808
|
"nodeType": "VariableDeclaration",
|
|
3809
|
-
"scope":
|
|
3809
|
+
"scope": 24108,
|
|
3810
3810
|
"src": "7146:4:53",
|
|
3811
3811
|
"stateVariable": false,
|
|
3812
3812
|
"storageLocation": "default",
|
|
@@ -3815,7 +3815,7 @@
|
|
|
3815
3815
|
"typeString": "bool"
|
|
3816
3816
|
},
|
|
3817
3817
|
"typeName": {
|
|
3818
|
-
"id":
|
|
3818
|
+
"id": 24105,
|
|
3819
3819
|
"name": "bool",
|
|
3820
3820
|
"nodeType": "ElementaryTypeName",
|
|
3821
3821
|
"src": "7146:4:53",
|
|
@@ -3829,7 +3829,7 @@
|
|
|
3829
3829
|
],
|
|
3830
3830
|
"src": "7145:6:53"
|
|
3831
3831
|
},
|
|
3832
|
-
"scope":
|
|
3832
|
+
"scope": 24394,
|
|
3833
3833
|
"src": "7064:88:53",
|
|
3834
3834
|
"stateMutability": "nonpayable",
|
|
3835
3835
|
"virtual": false,
|
|
@@ -3837,13 +3837,13 @@
|
|
|
3837
3837
|
},
|
|
3838
3838
|
{
|
|
3839
3839
|
"documentation": {
|
|
3840
|
-
"id":
|
|
3840
|
+
"id": 24109,
|
|
3841
3841
|
"nodeType": "StructuredDocumentation",
|
|
3842
3842
|
"src": "7158:485:53",
|
|
3843
3843
|
"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 @custom:emits an {Approval} event indicating the updated allowance.\n @custom:requirements \n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`."
|
|
3844
3844
|
},
|
|
3845
3845
|
"functionSelector": "a457c2d7",
|
|
3846
|
-
"id":
|
|
3846
|
+
"id": 24118,
|
|
3847
3847
|
"implemented": false,
|
|
3848
3848
|
"kind": "function",
|
|
3849
3849
|
"modifiers": [],
|
|
@@ -3851,17 +3851,17 @@
|
|
|
3851
3851
|
"nameLocation": "7658:17:53",
|
|
3852
3852
|
"nodeType": "FunctionDefinition",
|
|
3853
3853
|
"parameters": {
|
|
3854
|
-
"id":
|
|
3854
|
+
"id": 24114,
|
|
3855
3855
|
"nodeType": "ParameterList",
|
|
3856
3856
|
"parameters": [
|
|
3857
3857
|
{
|
|
3858
3858
|
"constant": false,
|
|
3859
|
-
"id":
|
|
3859
|
+
"id": 24111,
|
|
3860
3860
|
"mutability": "mutable",
|
|
3861
3861
|
"name": "spender",
|
|
3862
3862
|
"nameLocation": "7684:7:53",
|
|
3863
3863
|
"nodeType": "VariableDeclaration",
|
|
3864
|
-
"scope":
|
|
3864
|
+
"scope": 24118,
|
|
3865
3865
|
"src": "7676:15:53",
|
|
3866
3866
|
"stateVariable": false,
|
|
3867
3867
|
"storageLocation": "default",
|
|
@@ -3870,7 +3870,7 @@
|
|
|
3870
3870
|
"typeString": "address"
|
|
3871
3871
|
},
|
|
3872
3872
|
"typeName": {
|
|
3873
|
-
"id":
|
|
3873
|
+
"id": 24110,
|
|
3874
3874
|
"name": "address",
|
|
3875
3875
|
"nodeType": "ElementaryTypeName",
|
|
3876
3876
|
"src": "7676:7:53",
|
|
@@ -3884,12 +3884,12 @@
|
|
|
3884
3884
|
},
|
|
3885
3885
|
{
|
|
3886
3886
|
"constant": false,
|
|
3887
|
-
"id":
|
|
3887
|
+
"id": 24113,
|
|
3888
3888
|
"mutability": "mutable",
|
|
3889
3889
|
"name": "subtractedValue",
|
|
3890
3890
|
"nameLocation": "7701:15:53",
|
|
3891
3891
|
"nodeType": "VariableDeclaration",
|
|
3892
|
-
"scope":
|
|
3892
|
+
"scope": 24118,
|
|
3893
3893
|
"src": "7693:23:53",
|
|
3894
3894
|
"stateVariable": false,
|
|
3895
3895
|
"storageLocation": "default",
|
|
@@ -3898,7 +3898,7 @@
|
|
|
3898
3898
|
"typeString": "uint256"
|
|
3899
3899
|
},
|
|
3900
3900
|
"typeName": {
|
|
3901
|
-
"id":
|
|
3901
|
+
"id": 24112,
|
|
3902
3902
|
"name": "uint256",
|
|
3903
3903
|
"nodeType": "ElementaryTypeName",
|
|
3904
3904
|
"src": "7693:7:53",
|
|
@@ -3913,17 +3913,17 @@
|
|
|
3913
3913
|
"src": "7675:42:53"
|
|
3914
3914
|
},
|
|
3915
3915
|
"returnParameters": {
|
|
3916
|
-
"id":
|
|
3916
|
+
"id": 24117,
|
|
3917
3917
|
"nodeType": "ParameterList",
|
|
3918
3918
|
"parameters": [
|
|
3919
3919
|
{
|
|
3920
3920
|
"constant": false,
|
|
3921
|
-
"id":
|
|
3921
|
+
"id": 24116,
|
|
3922
3922
|
"mutability": "mutable",
|
|
3923
3923
|
"name": "",
|
|
3924
3924
|
"nameLocation": "-1:-1:-1",
|
|
3925
3925
|
"nodeType": "VariableDeclaration",
|
|
3926
|
-
"scope":
|
|
3926
|
+
"scope": 24118,
|
|
3927
3927
|
"src": "7736:4:53",
|
|
3928
3928
|
"stateVariable": false,
|
|
3929
3929
|
"storageLocation": "default",
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
"typeString": "bool"
|
|
3933
3933
|
},
|
|
3934
3934
|
"typeName": {
|
|
3935
|
-
"id":
|
|
3935
|
+
"id": 24115,
|
|
3936
3936
|
"name": "bool",
|
|
3937
3937
|
"nodeType": "ElementaryTypeName",
|
|
3938
3938
|
"src": "7736:4:53",
|
|
@@ -3946,7 +3946,7 @@
|
|
|
3946
3946
|
],
|
|
3947
3947
|
"src": "7735:6:53"
|
|
3948
3948
|
},
|
|
3949
|
-
"scope":
|
|
3949
|
+
"scope": 24394,
|
|
3950
3950
|
"src": "7649:93:53",
|
|
3951
3951
|
"stateMutability": "nonpayable",
|
|
3952
3952
|
"virtual": false,
|
|
@@ -3957,13 +3957,13 @@
|
|
|
3957
3957
|
2086
|
|
3958
3958
|
],
|
|
3959
3959
|
"documentation": {
|
|
3960
|
-
"id":
|
|
3960
|
+
"id": 24119,
|
|
3961
3961
|
"nodeType": "StructuredDocumentation",
|
|
3962
3962
|
"src": "7921:315:53",
|
|
3963
3963
|
"text": " @dev Returns the smallest part of the token that is not divisible. This\n means all token operations (creation, movement and destruction) must have\n amounts that are a multiple of this number.\n @custom:note For super token contracts, this value is always 1"
|
|
3964
3964
|
},
|
|
3965
3965
|
"functionSelector": "556f0dc7",
|
|
3966
|
-
"id":
|
|
3966
|
+
"id": 24126,
|
|
3967
3967
|
"implemented": false,
|
|
3968
3968
|
"kind": "function",
|
|
3969
3969
|
"modifiers": [],
|
|
@@ -3971,11 +3971,11 @@
|
|
|
3971
3971
|
"nameLocation": "8250:11:53",
|
|
3972
3972
|
"nodeType": "FunctionDefinition",
|
|
3973
3973
|
"overrides": {
|
|
3974
|
-
"id":
|
|
3974
|
+
"id": 24122,
|
|
3975
3975
|
"nodeType": "OverrideSpecifier",
|
|
3976
3976
|
"overrides": [
|
|
3977
3977
|
{
|
|
3978
|
-
"id":
|
|
3978
|
+
"id": 24121,
|
|
3979
3979
|
"name": "IERC777",
|
|
3980
3980
|
"nameLocations": [
|
|
3981
3981
|
"8287:7:53"
|
|
@@ -3988,23 +3988,23 @@
|
|
|
3988
3988
|
"src": "8278:17:53"
|
|
3989
3989
|
},
|
|
3990
3990
|
"parameters": {
|
|
3991
|
-
"id":
|
|
3991
|
+
"id": 24120,
|
|
3992
3992
|
"nodeType": "ParameterList",
|
|
3993
3993
|
"parameters": [],
|
|
3994
3994
|
"src": "8261:2:53"
|
|
3995
3995
|
},
|
|
3996
3996
|
"returnParameters": {
|
|
3997
|
-
"id":
|
|
3997
|
+
"id": 24125,
|
|
3998
3998
|
"nodeType": "ParameterList",
|
|
3999
3999
|
"parameters": [
|
|
4000
4000
|
{
|
|
4001
4001
|
"constant": false,
|
|
4002
|
-
"id":
|
|
4002
|
+
"id": 24124,
|
|
4003
4003
|
"mutability": "mutable",
|
|
4004
4004
|
"name": "",
|
|
4005
4005
|
"nameLocation": "-1:-1:-1",
|
|
4006
4006
|
"nodeType": "VariableDeclaration",
|
|
4007
|
-
"scope":
|
|
4007
|
+
"scope": 24126,
|
|
4008
4008
|
"src": "8305:7:53",
|
|
4009
4009
|
"stateVariable": false,
|
|
4010
4010
|
"storageLocation": "default",
|
|
@@ -4013,7 +4013,7 @@
|
|
|
4013
4013
|
"typeString": "uint256"
|
|
4014
4014
|
},
|
|
4015
4015
|
"typeName": {
|
|
4016
|
-
"id":
|
|
4016
|
+
"id": 24123,
|
|
4017
4017
|
"name": "uint256",
|
|
4018
4018
|
"nodeType": "ElementaryTypeName",
|
|
4019
4019
|
"src": "8305:7:53",
|
|
@@ -4027,7 +4027,7 @@
|
|
|
4027
4027
|
],
|
|
4028
4028
|
"src": "8304:9:53"
|
|
4029
4029
|
},
|
|
4030
|
-
"scope":
|
|
4030
|
+
"scope": 24394,
|
|
4031
4031
|
"src": "8241:73:53",
|
|
4032
4032
|
"stateMutability": "view",
|
|
4033
4033
|
"virtual": false,
|
|
@@ -4038,13 +4038,13 @@
|
|
|
4038
4038
|
2110
|
|
4039
4039
|
],
|
|
4040
4040
|
"documentation": {
|
|
4041
|
-
"id":
|
|
4041
|
+
"id": 24127,
|
|
4042
4042
|
"nodeType": "StructuredDocumentation",
|
|
4043
4043
|
"src": "8320:610:53",
|
|
4044
4044
|
"text": " @dev Moves `amount` tokens from the caller's account to `recipient`.\n @dev If send or receive hooks are registered for the caller and `recipient`,\n the corresponding functions will be called with `data` and empty\n `operatorData`. See {IERC777Sender} and {IERC777Recipient}.\n @custom:emits a {Sent} event.\n @custom:requirements \n - the caller must have at least `amount` tokens.\n - `recipient` cannot be the zero address.\n - if `recipient` is a contract, it must implement the {IERC777Recipient}\n interface."
|
|
4045
4045
|
},
|
|
4046
4046
|
"functionSelector": "9bd9bbc6",
|
|
4047
|
-
"id":
|
|
4047
|
+
"id": 24138,
|
|
4048
4048
|
"implemented": false,
|
|
4049
4049
|
"kind": "function",
|
|
4050
4050
|
"modifiers": [],
|
|
@@ -4052,11 +4052,11 @@
|
|
|
4052
4052
|
"nameLocation": "8944:4:53",
|
|
4053
4053
|
"nodeType": "FunctionDefinition",
|
|
4054
4054
|
"overrides": {
|
|
4055
|
-
"id":
|
|
4055
|
+
"id": 24136,
|
|
4056
4056
|
"nodeType": "OverrideSpecifier",
|
|
4057
4057
|
"overrides": [
|
|
4058
4058
|
{
|
|
4059
|
-
"id":
|
|
4059
|
+
"id": 24135,
|
|
4060
4060
|
"name": "IERC777",
|
|
4061
4061
|
"nameLocations": [
|
|
4062
4062
|
"9023:7:53"
|
|
@@ -4069,17 +4069,17 @@
|
|
|
4069
4069
|
"src": "9014:17:53"
|
|
4070
4070
|
},
|
|
4071
4071
|
"parameters": {
|
|
4072
|
-
"id":
|
|
4072
|
+
"id": 24134,
|
|
4073
4073
|
"nodeType": "ParameterList",
|
|
4074
4074
|
"parameters": [
|
|
4075
4075
|
{
|
|
4076
4076
|
"constant": false,
|
|
4077
|
-
"id":
|
|
4077
|
+
"id": 24129,
|
|
4078
4078
|
"mutability": "mutable",
|
|
4079
4079
|
"name": "recipient",
|
|
4080
4080
|
"nameLocation": "8957:9:53",
|
|
4081
4081
|
"nodeType": "VariableDeclaration",
|
|
4082
|
-
"scope":
|
|
4082
|
+
"scope": 24138,
|
|
4083
4083
|
"src": "8949:17:53",
|
|
4084
4084
|
"stateVariable": false,
|
|
4085
4085
|
"storageLocation": "default",
|
|
@@ -4088,7 +4088,7 @@
|
|
|
4088
4088
|
"typeString": "address"
|
|
4089
4089
|
},
|
|
4090
4090
|
"typeName": {
|
|
4091
|
-
"id":
|
|
4091
|
+
"id": 24128,
|
|
4092
4092
|
"name": "address",
|
|
4093
4093
|
"nodeType": "ElementaryTypeName",
|
|
4094
4094
|
"src": "8949:7:53",
|
|
@@ -4102,12 +4102,12 @@
|
|
|
4102
4102
|
},
|
|
4103
4103
|
{
|
|
4104
4104
|
"constant": false,
|
|
4105
|
-
"id":
|
|
4105
|
+
"id": 24131,
|
|
4106
4106
|
"mutability": "mutable",
|
|
4107
4107
|
"name": "amount",
|
|
4108
4108
|
"nameLocation": "8976:6:53",
|
|
4109
4109
|
"nodeType": "VariableDeclaration",
|
|
4110
|
-
"scope":
|
|
4110
|
+
"scope": 24138,
|
|
4111
4111
|
"src": "8968:14:53",
|
|
4112
4112
|
"stateVariable": false,
|
|
4113
4113
|
"storageLocation": "default",
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
"typeString": "uint256"
|
|
4117
4117
|
},
|
|
4118
4118
|
"typeName": {
|
|
4119
|
-
"id":
|
|
4119
|
+
"id": 24130,
|
|
4120
4120
|
"name": "uint256",
|
|
4121
4121
|
"nodeType": "ElementaryTypeName",
|
|
4122
4122
|
"src": "8968:7:53",
|
|
@@ -4129,12 +4129,12 @@
|
|
|
4129
4129
|
},
|
|
4130
4130
|
{
|
|
4131
4131
|
"constant": false,
|
|
4132
|
-
"id":
|
|
4132
|
+
"id": 24133,
|
|
4133
4133
|
"mutability": "mutable",
|
|
4134
4134
|
"name": "data",
|
|
4135
4135
|
"nameLocation": "8999:4:53",
|
|
4136
4136
|
"nodeType": "VariableDeclaration",
|
|
4137
|
-
"scope":
|
|
4137
|
+
"scope": 24138,
|
|
4138
4138
|
"src": "8984:19:53",
|
|
4139
4139
|
"stateVariable": false,
|
|
4140
4140
|
"storageLocation": "calldata",
|
|
@@ -4143,7 +4143,7 @@
|
|
|
4143
4143
|
"typeString": "bytes"
|
|
4144
4144
|
},
|
|
4145
4145
|
"typeName": {
|
|
4146
|
-
"id":
|
|
4146
|
+
"id": 24132,
|
|
4147
4147
|
"name": "bytes",
|
|
4148
4148
|
"nodeType": "ElementaryTypeName",
|
|
4149
4149
|
"src": "8984:5:53",
|
|
@@ -4158,12 +4158,12 @@
|
|
|
4158
4158
|
"src": "8948:56:53"
|
|
4159
4159
|
},
|
|
4160
4160
|
"returnParameters": {
|
|
4161
|
-
"id":
|
|
4161
|
+
"id": 24137,
|
|
4162
4162
|
"nodeType": "ParameterList",
|
|
4163
4163
|
"parameters": [],
|
|
4164
4164
|
"src": "9031:0:53"
|
|
4165
4165
|
},
|
|
4166
|
-
"scope":
|
|
4166
|
+
"scope": 24394,
|
|
4167
4167
|
"src": "8935:97:53",
|
|
4168
4168
|
"stateMutability": "nonpayable",
|
|
4169
4169
|
"virtual": false,
|
|
@@ -4174,13 +4174,13 @@
|
|
|
4174
4174
|
2118
|
|
4175
4175
|
],
|
|
4176
4176
|
"documentation": {
|
|
4177
|
-
"id":
|
|
4177
|
+
"id": 24139,
|
|
4178
4178
|
"nodeType": "StructuredDocumentation",
|
|
4179
4179
|
"src": "9038:473:53",
|
|
4180
4180
|
"text": " @dev Destroys `amount` tokens from the caller's account, reducing the\n total supply and transfers the underlying token to the caller's account.\n If a send hook is registered for the caller, the corresponding function\n will be called with `data` and empty `operatorData`. See {IERC777Sender}.\n @custom:emits a {Burned} event.\n @custom:requirements \n - the caller must have at least `amount` tokens."
|
|
4181
4181
|
},
|
|
4182
4182
|
"functionSelector": "fe9d9303",
|
|
4183
|
-
"id":
|
|
4183
|
+
"id": 24148,
|
|
4184
4184
|
"implemented": false,
|
|
4185
4185
|
"kind": "function",
|
|
4186
4186
|
"modifiers": [],
|
|
@@ -4188,11 +4188,11 @@
|
|
|
4188
4188
|
"nameLocation": "9525:4:53",
|
|
4189
4189
|
"nodeType": "FunctionDefinition",
|
|
4190
4190
|
"overrides": {
|
|
4191
|
-
"id":
|
|
4191
|
+
"id": 24146,
|
|
4192
4192
|
"nodeType": "OverrideSpecifier",
|
|
4193
4193
|
"overrides": [
|
|
4194
4194
|
{
|
|
4195
|
-
"id":
|
|
4195
|
+
"id": 24145,
|
|
4196
4196
|
"name": "IERC777",
|
|
4197
4197
|
"nameLocations": [
|
|
4198
4198
|
"9585:7:53"
|
|
@@ -4205,17 +4205,17 @@
|
|
|
4205
4205
|
"src": "9576:17:53"
|
|
4206
4206
|
},
|
|
4207
4207
|
"parameters": {
|
|
4208
|
-
"id":
|
|
4208
|
+
"id": 24144,
|
|
4209
4209
|
"nodeType": "ParameterList",
|
|
4210
4210
|
"parameters": [
|
|
4211
4211
|
{
|
|
4212
4212
|
"constant": false,
|
|
4213
|
-
"id":
|
|
4213
|
+
"id": 24141,
|
|
4214
4214
|
"mutability": "mutable",
|
|
4215
4215
|
"name": "amount",
|
|
4216
4216
|
"nameLocation": "9538:6:53",
|
|
4217
4217
|
"nodeType": "VariableDeclaration",
|
|
4218
|
-
"scope":
|
|
4218
|
+
"scope": 24148,
|
|
4219
4219
|
"src": "9530:14:53",
|
|
4220
4220
|
"stateVariable": false,
|
|
4221
4221
|
"storageLocation": "default",
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
"typeString": "uint256"
|
|
4225
4225
|
},
|
|
4226
4226
|
"typeName": {
|
|
4227
|
-
"id":
|
|
4227
|
+
"id": 24140,
|
|
4228
4228
|
"name": "uint256",
|
|
4229
4229
|
"nodeType": "ElementaryTypeName",
|
|
4230
4230
|
"src": "9530:7:53",
|
|
@@ -4237,12 +4237,12 @@
|
|
|
4237
4237
|
},
|
|
4238
4238
|
{
|
|
4239
4239
|
"constant": false,
|
|
4240
|
-
"id":
|
|
4240
|
+
"id": 24143,
|
|
4241
4241
|
"mutability": "mutable",
|
|
4242
4242
|
"name": "data",
|
|
4243
4243
|
"nameLocation": "9561:4:53",
|
|
4244
4244
|
"nodeType": "VariableDeclaration",
|
|
4245
|
-
"scope":
|
|
4245
|
+
"scope": 24148,
|
|
4246
4246
|
"src": "9546:19:53",
|
|
4247
4247
|
"stateVariable": false,
|
|
4248
4248
|
"storageLocation": "calldata",
|
|
@@ -4251,7 +4251,7 @@
|
|
|
4251
4251
|
"typeString": "bytes"
|
|
4252
4252
|
},
|
|
4253
4253
|
"typeName": {
|
|
4254
|
-
"id":
|
|
4254
|
+
"id": 24142,
|
|
4255
4255
|
"name": "bytes",
|
|
4256
4256
|
"nodeType": "ElementaryTypeName",
|
|
4257
4257
|
"src": "9546:5:53",
|
|
@@ -4266,12 +4266,12 @@
|
|
|
4266
4266
|
"src": "9529:37:53"
|
|
4267
4267
|
},
|
|
4268
4268
|
"returnParameters": {
|
|
4269
|
-
"id":
|
|
4269
|
+
"id": 24147,
|
|
4270
4270
|
"nodeType": "ParameterList",
|
|
4271
4271
|
"parameters": [],
|
|
4272
4272
|
"src": "9593:0:53"
|
|
4273
4273
|
},
|
|
4274
|
-
"scope":
|
|
4274
|
+
"scope": 24394,
|
|
4275
4275
|
"src": "9516:78:53",
|
|
4276
4276
|
"stateMutability": "nonpayable",
|
|
4277
4277
|
"virtual": false,
|
|
@@ -4282,13 +4282,13 @@
|
|
|
4282
4282
|
2128
|
|
4283
4283
|
],
|
|
4284
4284
|
"documentation": {
|
|
4285
|
-
"id":
|
|
4285
|
+
"id": 24149,
|
|
4286
4286
|
"nodeType": "StructuredDocumentation",
|
|
4287
4287
|
"src": "9600:249:53",
|
|
4288
4288
|
"text": " @dev Returns true if an account is an operator of `tokenHolder`.\n Operators can send and burn tokens on behalf of their owners. All\n accounts are their own operator.\n See {operatorSend} and {operatorBurn}."
|
|
4289
4289
|
},
|
|
4290
4290
|
"functionSelector": "d95b6371",
|
|
4291
|
-
"id":
|
|
4291
|
+
"id": 24160,
|
|
4292
4292
|
"implemented": false,
|
|
4293
4293
|
"kind": "function",
|
|
4294
4294
|
"modifiers": [],
|
|
@@ -4296,11 +4296,11 @@
|
|
|
4296
4296
|
"nameLocation": "9863:13:53",
|
|
4297
4297
|
"nodeType": "FunctionDefinition",
|
|
4298
4298
|
"overrides": {
|
|
4299
|
-
"id":
|
|
4299
|
+
"id": 24156,
|
|
4300
4300
|
"nodeType": "OverrideSpecifier",
|
|
4301
4301
|
"overrides": [
|
|
4302
4302
|
{
|
|
4303
|
-
"id":
|
|
4303
|
+
"id": 24155,
|
|
4304
4304
|
"name": "IERC777",
|
|
4305
4305
|
"nameLocations": [
|
|
4306
4306
|
"9934:7:53"
|
|
@@ -4313,17 +4313,17 @@
|
|
|
4313
4313
|
"src": "9925:17:53"
|
|
4314
4314
|
},
|
|
4315
4315
|
"parameters": {
|
|
4316
|
-
"id":
|
|
4316
|
+
"id": 24154,
|
|
4317
4317
|
"nodeType": "ParameterList",
|
|
4318
4318
|
"parameters": [
|
|
4319
4319
|
{
|
|
4320
4320
|
"constant": false,
|
|
4321
|
-
"id":
|
|
4321
|
+
"id": 24151,
|
|
4322
4322
|
"mutability": "mutable",
|
|
4323
4323
|
"name": "operator",
|
|
4324
4324
|
"nameLocation": "9885:8:53",
|
|
4325
4325
|
"nodeType": "VariableDeclaration",
|
|
4326
|
-
"scope":
|
|
4326
|
+
"scope": 24160,
|
|
4327
4327
|
"src": "9877:16:53",
|
|
4328
4328
|
"stateVariable": false,
|
|
4329
4329
|
"storageLocation": "default",
|
|
@@ -4332,7 +4332,7 @@
|
|
|
4332
4332
|
"typeString": "address"
|
|
4333
4333
|
},
|
|
4334
4334
|
"typeName": {
|
|
4335
|
-
"id":
|
|
4335
|
+
"id": 24150,
|
|
4336
4336
|
"name": "address",
|
|
4337
4337
|
"nodeType": "ElementaryTypeName",
|
|
4338
4338
|
"src": "9877:7:53",
|
|
@@ -4346,12 +4346,12 @@
|
|
|
4346
4346
|
},
|
|
4347
4347
|
{
|
|
4348
4348
|
"constant": false,
|
|
4349
|
-
"id":
|
|
4349
|
+
"id": 24153,
|
|
4350
4350
|
"mutability": "mutable",
|
|
4351
4351
|
"name": "tokenHolder",
|
|
4352
4352
|
"nameLocation": "9903:11:53",
|
|
4353
4353
|
"nodeType": "VariableDeclaration",
|
|
4354
|
-
"scope":
|
|
4354
|
+
"scope": 24160,
|
|
4355
4355
|
"src": "9895:19:53",
|
|
4356
4356
|
"stateVariable": false,
|
|
4357
4357
|
"storageLocation": "default",
|
|
@@ -4360,7 +4360,7 @@
|
|
|
4360
4360
|
"typeString": "address"
|
|
4361
4361
|
},
|
|
4362
4362
|
"typeName": {
|
|
4363
|
-
"id":
|
|
4363
|
+
"id": 24152,
|
|
4364
4364
|
"name": "address",
|
|
4365
4365
|
"nodeType": "ElementaryTypeName",
|
|
4366
4366
|
"src": "9895:7:53",
|
|
@@ -4376,17 +4376,17 @@
|
|
|
4376
4376
|
"src": "9876:39:53"
|
|
4377
4377
|
},
|
|
4378
4378
|
"returnParameters": {
|
|
4379
|
-
"id":
|
|
4379
|
+
"id": 24159,
|
|
4380
4380
|
"nodeType": "ParameterList",
|
|
4381
4381
|
"parameters": [
|
|
4382
4382
|
{
|
|
4383
4383
|
"constant": false,
|
|
4384
|
-
"id":
|
|
4384
|
+
"id": 24158,
|
|
4385
4385
|
"mutability": "mutable",
|
|
4386
4386
|
"name": "",
|
|
4387
4387
|
"nameLocation": "-1:-1:-1",
|
|
4388
4388
|
"nodeType": "VariableDeclaration",
|
|
4389
|
-
"scope":
|
|
4389
|
+
"scope": 24160,
|
|
4390
4390
|
"src": "9957:4:53",
|
|
4391
4391
|
"stateVariable": false,
|
|
4392
4392
|
"storageLocation": "default",
|
|
@@ -4395,7 +4395,7 @@
|
|
|
4395
4395
|
"typeString": "bool"
|
|
4396
4396
|
},
|
|
4397
4397
|
"typeName": {
|
|
4398
|
-
"id":
|
|
4398
|
+
"id": 24157,
|
|
4399
4399
|
"name": "bool",
|
|
4400
4400
|
"nodeType": "ElementaryTypeName",
|
|
4401
4401
|
"src": "9957:4:53",
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
],
|
|
4410
4410
|
"src": "9956:6:53"
|
|
4411
4411
|
},
|
|
4412
|
-
"scope":
|
|
4412
|
+
"scope": 24394,
|
|
4413
4413
|
"src": "9854:109:53",
|
|
4414
4414
|
"stateMutability": "view",
|
|
4415
4415
|
"virtual": false,
|
|
@@ -4420,13 +4420,13 @@
|
|
|
4420
4420
|
2134
|
|
4421
4421
|
],
|
|
4422
4422
|
"documentation": {
|
|
4423
|
-
"id":
|
|
4423
|
+
"id": 24161,
|
|
4424
4424
|
"nodeType": "StructuredDocumentation",
|
|
4425
4425
|
"src": "9969:243:53",
|
|
4426
4426
|
"text": " @dev Make an account an operator of the caller.\n See {isOperatorFor}.\n @custom:emits an {AuthorizedOperator} event.\n @custom:requirements \n - `operator` cannot be calling address."
|
|
4427
4427
|
},
|
|
4428
4428
|
"functionSelector": "959b8c3f",
|
|
4429
|
-
"id":
|
|
4429
|
+
"id": 24168,
|
|
4430
4430
|
"implemented": false,
|
|
4431
4431
|
"kind": "function",
|
|
4432
4432
|
"modifiers": [],
|
|
@@ -4434,11 +4434,11 @@
|
|
|
4434
4434
|
"nameLocation": "10226:17:53",
|
|
4435
4435
|
"nodeType": "FunctionDefinition",
|
|
4436
4436
|
"overrides": {
|
|
4437
|
-
"id":
|
|
4437
|
+
"id": 24166,
|
|
4438
4438
|
"nodeType": "OverrideSpecifier",
|
|
4439
4439
|
"overrides": [
|
|
4440
4440
|
{
|
|
4441
|
-
"id":
|
|
4441
|
+
"id": 24165,
|
|
4442
4442
|
"name": "IERC777",
|
|
4443
4443
|
"nameLocations": [
|
|
4444
4444
|
"10280:7:53"
|
|
@@ -4451,17 +4451,17 @@
|
|
|
4451
4451
|
"src": "10271:17:53"
|
|
4452
4452
|
},
|
|
4453
4453
|
"parameters": {
|
|
4454
|
-
"id":
|
|
4454
|
+
"id": 24164,
|
|
4455
4455
|
"nodeType": "ParameterList",
|
|
4456
4456
|
"parameters": [
|
|
4457
4457
|
{
|
|
4458
4458
|
"constant": false,
|
|
4459
|
-
"id":
|
|
4459
|
+
"id": 24163,
|
|
4460
4460
|
"mutability": "mutable",
|
|
4461
4461
|
"name": "operator",
|
|
4462
4462
|
"nameLocation": "10252:8:53",
|
|
4463
4463
|
"nodeType": "VariableDeclaration",
|
|
4464
|
-
"scope":
|
|
4464
|
+
"scope": 24168,
|
|
4465
4465
|
"src": "10244:16:53",
|
|
4466
4466
|
"stateVariable": false,
|
|
4467
4467
|
"storageLocation": "default",
|
|
@@ -4470,7 +4470,7 @@
|
|
|
4470
4470
|
"typeString": "address"
|
|
4471
4471
|
},
|
|
4472
4472
|
"typeName": {
|
|
4473
|
-
"id":
|
|
4473
|
+
"id": 24162,
|
|
4474
4474
|
"name": "address",
|
|
4475
4475
|
"nodeType": "ElementaryTypeName",
|
|
4476
4476
|
"src": "10244:7:53",
|
|
@@ -4486,12 +4486,12 @@
|
|
|
4486
4486
|
"src": "10243:18:53"
|
|
4487
4487
|
},
|
|
4488
4488
|
"returnParameters": {
|
|
4489
|
-
"id":
|
|
4489
|
+
"id": 24167,
|
|
4490
4490
|
"nodeType": "ParameterList",
|
|
4491
4491
|
"parameters": [],
|
|
4492
4492
|
"src": "10288:0:53"
|
|
4493
4493
|
},
|
|
4494
|
-
"scope":
|
|
4494
|
+
"scope": 24394,
|
|
4495
4495
|
"src": "10217:72:53",
|
|
4496
4496
|
"stateMutability": "nonpayable",
|
|
4497
4497
|
"virtual": false,
|
|
@@ -4502,13 +4502,13 @@
|
|
|
4502
4502
|
2140
|
|
4503
4503
|
],
|
|
4504
4504
|
"documentation": {
|
|
4505
|
-
"id":
|
|
4505
|
+
"id": 24169,
|
|
4506
4506
|
"nodeType": "StructuredDocumentation",
|
|
4507
4507
|
"src": "10295:271:53",
|
|
4508
4508
|
"text": " @dev Revoke an account's operator status for the caller.\n See {isOperatorFor} and {defaultOperators}.\n @custom:emits a {RevokedOperator} event.\n @custom:requirements \n - `operator` cannot be calling address."
|
|
4509
4509
|
},
|
|
4510
4510
|
"functionSelector": "fad8b32a",
|
|
4511
|
-
"id":
|
|
4511
|
+
"id": 24176,
|
|
4512
4512
|
"implemented": false,
|
|
4513
4513
|
"kind": "function",
|
|
4514
4514
|
"modifiers": [],
|
|
@@ -4516,11 +4516,11 @@
|
|
|
4516
4516
|
"nameLocation": "10580:14:53",
|
|
4517
4517
|
"nodeType": "FunctionDefinition",
|
|
4518
4518
|
"overrides": {
|
|
4519
|
-
"id":
|
|
4519
|
+
"id": 24174,
|
|
4520
4520
|
"nodeType": "OverrideSpecifier",
|
|
4521
4521
|
"overrides": [
|
|
4522
4522
|
{
|
|
4523
|
-
"id":
|
|
4523
|
+
"id": 24173,
|
|
4524
4524
|
"name": "IERC777",
|
|
4525
4525
|
"nameLocations": [
|
|
4526
4526
|
"10631:7:53"
|
|
@@ -4533,17 +4533,17 @@
|
|
|
4533
4533
|
"src": "10622:17:53"
|
|
4534
4534
|
},
|
|
4535
4535
|
"parameters": {
|
|
4536
|
-
"id":
|
|
4536
|
+
"id": 24172,
|
|
4537
4537
|
"nodeType": "ParameterList",
|
|
4538
4538
|
"parameters": [
|
|
4539
4539
|
{
|
|
4540
4540
|
"constant": false,
|
|
4541
|
-
"id":
|
|
4541
|
+
"id": 24171,
|
|
4542
4542
|
"mutability": "mutable",
|
|
4543
4543
|
"name": "operator",
|
|
4544
4544
|
"nameLocation": "10603:8:53",
|
|
4545
4545
|
"nodeType": "VariableDeclaration",
|
|
4546
|
-
"scope":
|
|
4546
|
+
"scope": 24176,
|
|
4547
4547
|
"src": "10595:16:53",
|
|
4548
4548
|
"stateVariable": false,
|
|
4549
4549
|
"storageLocation": "default",
|
|
@@ -4552,7 +4552,7 @@
|
|
|
4552
4552
|
"typeString": "address"
|
|
4553
4553
|
},
|
|
4554
4554
|
"typeName": {
|
|
4555
|
-
"id":
|
|
4555
|
+
"id": 24170,
|
|
4556
4556
|
"name": "address",
|
|
4557
4557
|
"nodeType": "ElementaryTypeName",
|
|
4558
4558
|
"src": "10595:7:53",
|
|
@@ -4568,12 +4568,12 @@
|
|
|
4568
4568
|
"src": "10594:18:53"
|
|
4569
4569
|
},
|
|
4570
4570
|
"returnParameters": {
|
|
4571
|
-
"id":
|
|
4571
|
+
"id": 24175,
|
|
4572
4572
|
"nodeType": "ParameterList",
|
|
4573
4573
|
"parameters": [],
|
|
4574
4574
|
"src": "10639:0:53"
|
|
4575
4575
|
},
|
|
4576
|
-
"scope":
|
|
4576
|
+
"scope": 24394,
|
|
4577
4577
|
"src": "10571:69:53",
|
|
4578
4578
|
"stateMutability": "nonpayable",
|
|
4579
4579
|
"virtual": false,
|
|
@@ -4584,13 +4584,13 @@
|
|
|
4584
4584
|
2147
|
|
4585
4585
|
],
|
|
4586
4586
|
"documentation": {
|
|
4587
|
-
"id":
|
|
4587
|
+
"id": 24177,
|
|
4588
4588
|
"nodeType": "StructuredDocumentation",
|
|
4589
4589
|
"src": "10646:338:53",
|
|
4590
4590
|
"text": " @dev Returns the list of default operators. These accounts are operators\n for all token holders, even if {authorizeOperator} was never called on\n them.\n This list is immutable, but individual holders may revoke these via\n {revokeOperator}, in which case {isOperatorFor} will return false."
|
|
4591
4591
|
},
|
|
4592
4592
|
"functionSelector": "06e48538",
|
|
4593
|
-
"id":
|
|
4593
|
+
"id": 24185,
|
|
4594
4594
|
"implemented": false,
|
|
4595
4595
|
"kind": "function",
|
|
4596
4596
|
"modifiers": [],
|
|
@@ -4598,11 +4598,11 @@
|
|
|
4598
4598
|
"nameLocation": "10998:16:53",
|
|
4599
4599
|
"nodeType": "FunctionDefinition",
|
|
4600
4600
|
"overrides": {
|
|
4601
|
-
"id":
|
|
4601
|
+
"id": 24180,
|
|
4602
4602
|
"nodeType": "OverrideSpecifier",
|
|
4603
4603
|
"overrides": [
|
|
4604
4604
|
{
|
|
4605
|
-
"id":
|
|
4605
|
+
"id": 24179,
|
|
4606
4606
|
"name": "IERC777",
|
|
4607
4607
|
"nameLocations": [
|
|
4608
4608
|
"11035:7:53"
|
|
@@ -4615,23 +4615,23 @@
|
|
|
4615
4615
|
"src": "11026:17:53"
|
|
4616
4616
|
},
|
|
4617
4617
|
"parameters": {
|
|
4618
|
-
"id":
|
|
4618
|
+
"id": 24178,
|
|
4619
4619
|
"nodeType": "ParameterList",
|
|
4620
4620
|
"parameters": [],
|
|
4621
4621
|
"src": "11014:2:53"
|
|
4622
4622
|
},
|
|
4623
4623
|
"returnParameters": {
|
|
4624
|
-
"id":
|
|
4624
|
+
"id": 24184,
|
|
4625
4625
|
"nodeType": "ParameterList",
|
|
4626
4626
|
"parameters": [
|
|
4627
4627
|
{
|
|
4628
4628
|
"constant": false,
|
|
4629
|
-
"id":
|
|
4629
|
+
"id": 24183,
|
|
4630
4630
|
"mutability": "mutable",
|
|
4631
4631
|
"name": "",
|
|
4632
4632
|
"nameLocation": "-1:-1:-1",
|
|
4633
4633
|
"nodeType": "VariableDeclaration",
|
|
4634
|
-
"scope":
|
|
4634
|
+
"scope": 24185,
|
|
4635
4635
|
"src": "11058:16:53",
|
|
4636
4636
|
"stateVariable": false,
|
|
4637
4637
|
"storageLocation": "memory",
|
|
@@ -4641,7 +4641,7 @@
|
|
|
4641
4641
|
},
|
|
4642
4642
|
"typeName": {
|
|
4643
4643
|
"baseType": {
|
|
4644
|
-
"id":
|
|
4644
|
+
"id": 24181,
|
|
4645
4645
|
"name": "address",
|
|
4646
4646
|
"nodeType": "ElementaryTypeName",
|
|
4647
4647
|
"src": "11058:7:53",
|
|
@@ -4651,7 +4651,7 @@
|
|
|
4651
4651
|
"typeString": "address"
|
|
4652
4652
|
}
|
|
4653
4653
|
},
|
|
4654
|
-
"id":
|
|
4654
|
+
"id": 24182,
|
|
4655
4655
|
"nodeType": "ArrayTypeName",
|
|
4656
4656
|
"src": "11058:9:53",
|
|
4657
4657
|
"typeDescriptions": {
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
],
|
|
4665
4665
|
"src": "11057:18:53"
|
|
4666
4666
|
},
|
|
4667
|
-
"scope":
|
|
4667
|
+
"scope": 24394,
|
|
4668
4668
|
"src": "10989:87:53",
|
|
4669
4669
|
"stateMutability": "view",
|
|
4670
4670
|
"virtual": false,
|
|
@@ -4675,13 +4675,13 @@
|
|
|
4675
4675
|
2161
|
|
4676
4676
|
],
|
|
4677
4677
|
"documentation": {
|
|
4678
|
-
"id":
|
|
4678
|
+
"id": 24186,
|
|
4679
4679
|
"nodeType": "StructuredDocumentation",
|
|
4680
4680
|
"src": "11082:724:53",
|
|
4681
4681
|
"text": " @dev Moves `amount` tokens from `sender` to `recipient`. The caller must\n be an operator of `sender`.\n If send or receive hooks are registered for `sender` and `recipient`,\n the corresponding functions will be called with `data` and\n `operatorData`. See {IERC777Sender} and {IERC777Recipient}.\n @custom:emits a {Sent} event.\n @custom:requirements \n - `sender` cannot be the zero address.\n - `sender` must have at least `amount` tokens.\n - the caller must be an operator for `sender`.\n - `recipient` cannot be the zero address.\n - if `recipient` is a contract, it must implement the {IERC777Recipient}\n interface."
|
|
4682
4682
|
},
|
|
4683
4683
|
"functionSelector": "62ad1b83",
|
|
4684
|
-
"id":
|
|
4684
|
+
"id": 24201,
|
|
4685
4685
|
"implemented": false,
|
|
4686
4686
|
"kind": "function",
|
|
4687
4687
|
"modifiers": [],
|
|
@@ -4689,11 +4689,11 @@
|
|
|
4689
4689
|
"nameLocation": "11820:12:53",
|
|
4690
4690
|
"nodeType": "FunctionDefinition",
|
|
4691
4691
|
"overrides": {
|
|
4692
|
-
"id":
|
|
4692
|
+
"id": 24199,
|
|
4693
4693
|
"nodeType": "OverrideSpecifier",
|
|
4694
4694
|
"overrides": [
|
|
4695
4695
|
{
|
|
4696
|
-
"id":
|
|
4696
|
+
"id": 24198,
|
|
4697
4697
|
"name": "IERC777",
|
|
4698
4698
|
"nameLocations": [
|
|
4699
4699
|
"11998:7:53"
|
|
@@ -4706,17 +4706,17 @@
|
|
|
4706
4706
|
"src": "11989:17:53"
|
|
4707
4707
|
},
|
|
4708
4708
|
"parameters": {
|
|
4709
|
-
"id":
|
|
4709
|
+
"id": 24197,
|
|
4710
4710
|
"nodeType": "ParameterList",
|
|
4711
4711
|
"parameters": [
|
|
4712
4712
|
{
|
|
4713
4713
|
"constant": false,
|
|
4714
|
-
"id":
|
|
4714
|
+
"id": 24188,
|
|
4715
4715
|
"mutability": "mutable",
|
|
4716
4716
|
"name": "sender",
|
|
4717
4717
|
"nameLocation": "11850:6:53",
|
|
4718
4718
|
"nodeType": "VariableDeclaration",
|
|
4719
|
-
"scope":
|
|
4719
|
+
"scope": 24201,
|
|
4720
4720
|
"src": "11842:14:53",
|
|
4721
4721
|
"stateVariable": false,
|
|
4722
4722
|
"storageLocation": "default",
|
|
@@ -4725,7 +4725,7 @@
|
|
|
4725
4725
|
"typeString": "address"
|
|
4726
4726
|
},
|
|
4727
4727
|
"typeName": {
|
|
4728
|
-
"id":
|
|
4728
|
+
"id": 24187,
|
|
4729
4729
|
"name": "address",
|
|
4730
4730
|
"nodeType": "ElementaryTypeName",
|
|
4731
4731
|
"src": "11842:7:53",
|
|
@@ -4739,12 +4739,12 @@
|
|
|
4739
4739
|
},
|
|
4740
4740
|
{
|
|
4741
4741
|
"constant": false,
|
|
4742
|
-
"id":
|
|
4742
|
+
"id": 24190,
|
|
4743
4743
|
"mutability": "mutable",
|
|
4744
4744
|
"name": "recipient",
|
|
4745
4745
|
"nameLocation": "11874:9:53",
|
|
4746
4746
|
"nodeType": "VariableDeclaration",
|
|
4747
|
-
"scope":
|
|
4747
|
+
"scope": 24201,
|
|
4748
4748
|
"src": "11866:17:53",
|
|
4749
4749
|
"stateVariable": false,
|
|
4750
4750
|
"storageLocation": "default",
|
|
@@ -4753,7 +4753,7 @@
|
|
|
4753
4753
|
"typeString": "address"
|
|
4754
4754
|
},
|
|
4755
4755
|
"typeName": {
|
|
4756
|
-
"id":
|
|
4756
|
+
"id": 24189,
|
|
4757
4757
|
"name": "address",
|
|
4758
4758
|
"nodeType": "ElementaryTypeName",
|
|
4759
4759
|
"src": "11866:7:53",
|
|
@@ -4767,12 +4767,12 @@
|
|
|
4767
4767
|
},
|
|
4768
4768
|
{
|
|
4769
4769
|
"constant": false,
|
|
4770
|
-
"id":
|
|
4770
|
+
"id": 24192,
|
|
4771
4771
|
"mutability": "mutable",
|
|
4772
4772
|
"name": "amount",
|
|
4773
4773
|
"nameLocation": "11901:6:53",
|
|
4774
4774
|
"nodeType": "VariableDeclaration",
|
|
4775
|
-
"scope":
|
|
4775
|
+
"scope": 24201,
|
|
4776
4776
|
"src": "11893:14:53",
|
|
4777
4777
|
"stateVariable": false,
|
|
4778
4778
|
"storageLocation": "default",
|
|
@@ -4781,7 +4781,7 @@
|
|
|
4781
4781
|
"typeString": "uint256"
|
|
4782
4782
|
},
|
|
4783
4783
|
"typeName": {
|
|
4784
|
-
"id":
|
|
4784
|
+
"id": 24191,
|
|
4785
4785
|
"name": "uint256",
|
|
4786
4786
|
"nodeType": "ElementaryTypeName",
|
|
4787
4787
|
"src": "11893:7:53",
|
|
@@ -4794,12 +4794,12 @@
|
|
|
4794
4794
|
},
|
|
4795
4795
|
{
|
|
4796
4796
|
"constant": false,
|
|
4797
|
-
"id":
|
|
4797
|
+
"id": 24194,
|
|
4798
4798
|
"mutability": "mutable",
|
|
4799
4799
|
"name": "data",
|
|
4800
4800
|
"nameLocation": "11932:4:53",
|
|
4801
4801
|
"nodeType": "VariableDeclaration",
|
|
4802
|
-
"scope":
|
|
4802
|
+
"scope": 24201,
|
|
4803
4803
|
"src": "11917:19:53",
|
|
4804
4804
|
"stateVariable": false,
|
|
4805
4805
|
"storageLocation": "calldata",
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
"typeString": "bytes"
|
|
4809
4809
|
},
|
|
4810
4810
|
"typeName": {
|
|
4811
|
-
"id":
|
|
4811
|
+
"id": 24193,
|
|
4812
4812
|
"name": "bytes",
|
|
4813
4813
|
"nodeType": "ElementaryTypeName",
|
|
4814
4814
|
"src": "11917:5:53",
|
|
@@ -4821,12 +4821,12 @@
|
|
|
4821
4821
|
},
|
|
4822
4822
|
{
|
|
4823
4823
|
"constant": false,
|
|
4824
|
-
"id":
|
|
4824
|
+
"id": 24196,
|
|
4825
4825
|
"mutability": "mutable",
|
|
4826
4826
|
"name": "operatorData",
|
|
4827
4827
|
"nameLocation": "11961:12:53",
|
|
4828
4828
|
"nodeType": "VariableDeclaration",
|
|
4829
|
-
"scope":
|
|
4829
|
+
"scope": 24201,
|
|
4830
4830
|
"src": "11946:27:53",
|
|
4831
4831
|
"stateVariable": false,
|
|
4832
4832
|
"storageLocation": "calldata",
|
|
@@ -4835,7 +4835,7 @@
|
|
|
4835
4835
|
"typeString": "bytes"
|
|
4836
4836
|
},
|
|
4837
4837
|
"typeName": {
|
|
4838
|
-
"id":
|
|
4838
|
+
"id": 24195,
|
|
4839
4839
|
"name": "bytes",
|
|
4840
4840
|
"nodeType": "ElementaryTypeName",
|
|
4841
4841
|
"src": "11946:5:53",
|
|
@@ -4850,12 +4850,12 @@
|
|
|
4850
4850
|
"src": "11832:147:53"
|
|
4851
4851
|
},
|
|
4852
4852
|
"returnParameters": {
|
|
4853
|
-
"id":
|
|
4853
|
+
"id": 24200,
|
|
4854
4854
|
"nodeType": "ParameterList",
|
|
4855
4855
|
"parameters": [],
|
|
4856
4856
|
"src": "12006:0:53"
|
|
4857
4857
|
},
|
|
4858
|
-
"scope":
|
|
4858
|
+
"scope": 24394,
|
|
4859
4859
|
"src": "11811:196:53",
|
|
4860
4860
|
"stateMutability": "nonpayable",
|
|
4861
4861
|
"virtual": false,
|
|
@@ -4866,13 +4866,13 @@
|
|
|
4866
4866
|
2173
|
|
4867
4867
|
],
|
|
4868
4868
|
"documentation": {
|
|
4869
|
-
"id":
|
|
4869
|
+
"id": 24202,
|
|
4870
4870
|
"nodeType": "StructuredDocumentation",
|
|
4871
4871
|
"src": "12013:542:53",
|
|
4872
4872
|
"text": " @dev Destroys `amount` tokens from `account`, reducing the total supply.\n The caller must be an operator of `account`.\n If a send hook is registered for `account`, the corresponding function\n will be called with `data` and `operatorData`. See {IERC777Sender}.\n @custom:emits a {Burned} event.\n @custom:requirements \n - `account` cannot be the zero address.\n - `account` must have at least `amount` tokens.\n - the caller must be an operator for `account`."
|
|
4873
4873
|
},
|
|
4874
4874
|
"functionSelector": "fc673c4f",
|
|
4875
|
-
"id":
|
|
4875
|
+
"id": 24215,
|
|
4876
4876
|
"implemented": false,
|
|
4877
4877
|
"kind": "function",
|
|
4878
4878
|
"modifiers": [],
|
|
@@ -4880,11 +4880,11 @@
|
|
|
4880
4880
|
"nameLocation": "12569:12:53",
|
|
4881
4881
|
"nodeType": "FunctionDefinition",
|
|
4882
4882
|
"overrides": {
|
|
4883
|
-
"id":
|
|
4883
|
+
"id": 24213,
|
|
4884
4884
|
"nodeType": "OverrideSpecifier",
|
|
4885
4885
|
"overrides": [
|
|
4886
4886
|
{
|
|
4887
|
-
"id":
|
|
4887
|
+
"id": 24212,
|
|
4888
4888
|
"name": "IERC777",
|
|
4889
4889
|
"nameLocations": [
|
|
4890
4890
|
"12721:7:53"
|
|
@@ -4897,17 +4897,17 @@
|
|
|
4897
4897
|
"src": "12712:17:53"
|
|
4898
4898
|
},
|
|
4899
4899
|
"parameters": {
|
|
4900
|
-
"id":
|
|
4900
|
+
"id": 24211,
|
|
4901
4901
|
"nodeType": "ParameterList",
|
|
4902
4902
|
"parameters": [
|
|
4903
4903
|
{
|
|
4904
4904
|
"constant": false,
|
|
4905
|
-
"id":
|
|
4905
|
+
"id": 24204,
|
|
4906
4906
|
"mutability": "mutable",
|
|
4907
4907
|
"name": "account",
|
|
4908
4908
|
"nameLocation": "12599:7:53",
|
|
4909
4909
|
"nodeType": "VariableDeclaration",
|
|
4910
|
-
"scope":
|
|
4910
|
+
"scope": 24215,
|
|
4911
4911
|
"src": "12591:15:53",
|
|
4912
4912
|
"stateVariable": false,
|
|
4913
4913
|
"storageLocation": "default",
|
|
@@ -4916,7 +4916,7 @@
|
|
|
4916
4916
|
"typeString": "address"
|
|
4917
4917
|
},
|
|
4918
4918
|
"typeName": {
|
|
4919
|
-
"id":
|
|
4919
|
+
"id": 24203,
|
|
4920
4920
|
"name": "address",
|
|
4921
4921
|
"nodeType": "ElementaryTypeName",
|
|
4922
4922
|
"src": "12591:7:53",
|
|
@@ -4930,12 +4930,12 @@
|
|
|
4930
4930
|
},
|
|
4931
4931
|
{
|
|
4932
4932
|
"constant": false,
|
|
4933
|
-
"id":
|
|
4933
|
+
"id": 24206,
|
|
4934
4934
|
"mutability": "mutable",
|
|
4935
4935
|
"name": "amount",
|
|
4936
4936
|
"nameLocation": "12624:6:53",
|
|
4937
4937
|
"nodeType": "VariableDeclaration",
|
|
4938
|
-
"scope":
|
|
4938
|
+
"scope": 24215,
|
|
4939
4939
|
"src": "12616:14:53",
|
|
4940
4940
|
"stateVariable": false,
|
|
4941
4941
|
"storageLocation": "default",
|
|
@@ -4944,7 +4944,7 @@
|
|
|
4944
4944
|
"typeString": "uint256"
|
|
4945
4945
|
},
|
|
4946
4946
|
"typeName": {
|
|
4947
|
-
"id":
|
|
4947
|
+
"id": 24205,
|
|
4948
4948
|
"name": "uint256",
|
|
4949
4949
|
"nodeType": "ElementaryTypeName",
|
|
4950
4950
|
"src": "12616:7:53",
|
|
@@ -4957,12 +4957,12 @@
|
|
|
4957
4957
|
},
|
|
4958
4958
|
{
|
|
4959
4959
|
"constant": false,
|
|
4960
|
-
"id":
|
|
4960
|
+
"id": 24208,
|
|
4961
4961
|
"mutability": "mutable",
|
|
4962
4962
|
"name": "data",
|
|
4963
4963
|
"nameLocation": "12655:4:53",
|
|
4964
4964
|
"nodeType": "VariableDeclaration",
|
|
4965
|
-
"scope":
|
|
4965
|
+
"scope": 24215,
|
|
4966
4966
|
"src": "12640:19:53",
|
|
4967
4967
|
"stateVariable": false,
|
|
4968
4968
|
"storageLocation": "calldata",
|
|
@@ -4971,7 +4971,7 @@
|
|
|
4971
4971
|
"typeString": "bytes"
|
|
4972
4972
|
},
|
|
4973
4973
|
"typeName": {
|
|
4974
|
-
"id":
|
|
4974
|
+
"id": 24207,
|
|
4975
4975
|
"name": "bytes",
|
|
4976
4976
|
"nodeType": "ElementaryTypeName",
|
|
4977
4977
|
"src": "12640:5:53",
|
|
@@ -4984,12 +4984,12 @@
|
|
|
4984
4984
|
},
|
|
4985
4985
|
{
|
|
4986
4986
|
"constant": false,
|
|
4987
|
-
"id":
|
|
4987
|
+
"id": 24210,
|
|
4988
4988
|
"mutability": "mutable",
|
|
4989
4989
|
"name": "operatorData",
|
|
4990
4990
|
"nameLocation": "12684:12:53",
|
|
4991
4991
|
"nodeType": "VariableDeclaration",
|
|
4992
|
-
"scope":
|
|
4992
|
+
"scope": 24215,
|
|
4993
4993
|
"src": "12669:27:53",
|
|
4994
4994
|
"stateVariable": false,
|
|
4995
4995
|
"storageLocation": "calldata",
|
|
@@ -4998,7 +4998,7 @@
|
|
|
4998
4998
|
"typeString": "bytes"
|
|
4999
4999
|
},
|
|
5000
5000
|
"typeName": {
|
|
5001
|
-
"id":
|
|
5001
|
+
"id": 24209,
|
|
5002
5002
|
"name": "bytes",
|
|
5003
5003
|
"nodeType": "ElementaryTypeName",
|
|
5004
5004
|
"src": "12669:5:53",
|
|
@@ -5013,12 +5013,12 @@
|
|
|
5013
5013
|
"src": "12581:121:53"
|
|
5014
5014
|
},
|
|
5015
5015
|
"returnParameters": {
|
|
5016
|
-
"id":
|
|
5016
|
+
"id": 24214,
|
|
5017
5017
|
"nodeType": "ParameterList",
|
|
5018
5018
|
"parameters": [],
|
|
5019
5019
|
"src": "12729:0:53"
|
|
5020
5020
|
},
|
|
5021
|
-
"scope":
|
|
5021
|
+
"scope": 24394,
|
|
5022
5022
|
"src": "12560:170:53",
|
|
5023
5023
|
"stateMutability": "nonpayable",
|
|
5024
5024
|
"virtual": false,
|
|
@@ -5026,13 +5026,13 @@
|
|
|
5026
5026
|
},
|
|
5027
5027
|
{
|
|
5028
5028
|
"documentation": {
|
|
5029
|
-
"id":
|
|
5029
|
+
"id": 24216,
|
|
5030
5030
|
"nodeType": "StructuredDocumentation",
|
|
5031
5031
|
"src": "12938:107:53",
|
|
5032
5032
|
"text": " @dev Mint new tokens for the account\n @custom:modifiers \n - onlySelf"
|
|
5033
5033
|
},
|
|
5034
5034
|
"functionSelector": "c68d4283",
|
|
5035
|
-
"id":
|
|
5035
|
+
"id": 24225,
|
|
5036
5036
|
"implemented": false,
|
|
5037
5037
|
"kind": "function",
|
|
5038
5038
|
"modifiers": [],
|
|
@@ -5040,17 +5040,17 @@
|
|
|
5040
5040
|
"nameLocation": "13059:8:53",
|
|
5041
5041
|
"nodeType": "FunctionDefinition",
|
|
5042
5042
|
"parameters": {
|
|
5043
|
-
"id":
|
|
5043
|
+
"id": 24223,
|
|
5044
5044
|
"nodeType": "ParameterList",
|
|
5045
5045
|
"parameters": [
|
|
5046
5046
|
{
|
|
5047
5047
|
"constant": false,
|
|
5048
|
-
"id":
|
|
5048
|
+
"id": 24218,
|
|
5049
5049
|
"mutability": "mutable",
|
|
5050
5050
|
"name": "account",
|
|
5051
5051
|
"nameLocation": "13085:7:53",
|
|
5052
5052
|
"nodeType": "VariableDeclaration",
|
|
5053
|
-
"scope":
|
|
5053
|
+
"scope": 24225,
|
|
5054
5054
|
"src": "13077:15:53",
|
|
5055
5055
|
"stateVariable": false,
|
|
5056
5056
|
"storageLocation": "default",
|
|
@@ -5059,7 +5059,7 @@
|
|
|
5059
5059
|
"typeString": "address"
|
|
5060
5060
|
},
|
|
5061
5061
|
"typeName": {
|
|
5062
|
-
"id":
|
|
5062
|
+
"id": 24217,
|
|
5063
5063
|
"name": "address",
|
|
5064
5064
|
"nodeType": "ElementaryTypeName",
|
|
5065
5065
|
"src": "13077:7:53",
|
|
@@ -5073,12 +5073,12 @@
|
|
|
5073
5073
|
},
|
|
5074
5074
|
{
|
|
5075
5075
|
"constant": false,
|
|
5076
|
-
"id":
|
|
5076
|
+
"id": 24220,
|
|
5077
5077
|
"mutability": "mutable",
|
|
5078
5078
|
"name": "amount",
|
|
5079
5079
|
"nameLocation": "13110:6:53",
|
|
5080
5080
|
"nodeType": "VariableDeclaration",
|
|
5081
|
-
"scope":
|
|
5081
|
+
"scope": 24225,
|
|
5082
5082
|
"src": "13102:14:53",
|
|
5083
5083
|
"stateVariable": false,
|
|
5084
5084
|
"storageLocation": "default",
|
|
@@ -5087,7 +5087,7 @@
|
|
|
5087
5087
|
"typeString": "uint256"
|
|
5088
5088
|
},
|
|
5089
5089
|
"typeName": {
|
|
5090
|
-
"id":
|
|
5090
|
+
"id": 24219,
|
|
5091
5091
|
"name": "uint256",
|
|
5092
5092
|
"nodeType": "ElementaryTypeName",
|
|
5093
5093
|
"src": "13102:7:53",
|
|
@@ -5100,12 +5100,12 @@
|
|
|
5100
5100
|
},
|
|
5101
5101
|
{
|
|
5102
5102
|
"constant": false,
|
|
5103
|
-
"id":
|
|
5103
|
+
"id": 24222,
|
|
5104
5104
|
"mutability": "mutable",
|
|
5105
5105
|
"name": "userData",
|
|
5106
5106
|
"nameLocation": "13139:8:53",
|
|
5107
5107
|
"nodeType": "VariableDeclaration",
|
|
5108
|
-
"scope":
|
|
5108
|
+
"scope": 24225,
|
|
5109
5109
|
"src": "13126:21:53",
|
|
5110
5110
|
"stateVariable": false,
|
|
5111
5111
|
"storageLocation": "memory",
|
|
@@ -5114,7 +5114,7 @@
|
|
|
5114
5114
|
"typeString": "bytes"
|
|
5115
5115
|
},
|
|
5116
5116
|
"typeName": {
|
|
5117
|
-
"id":
|
|
5117
|
+
"id": 24221,
|
|
5118
5118
|
"name": "bytes",
|
|
5119
5119
|
"nodeType": "ElementaryTypeName",
|
|
5120
5120
|
"src": "13126:5:53",
|
|
@@ -5129,12 +5129,12 @@
|
|
|
5129
5129
|
"src": "13067:86:53"
|
|
5130
5130
|
},
|
|
5131
5131
|
"returnParameters": {
|
|
5132
|
-
"id":
|
|
5132
|
+
"id": 24224,
|
|
5133
5133
|
"nodeType": "ParameterList",
|
|
5134
5134
|
"parameters": [],
|
|
5135
5135
|
"src": "13162:0:53"
|
|
5136
5136
|
},
|
|
5137
|
-
"scope":
|
|
5137
|
+
"scope": 24394,
|
|
5138
5138
|
"src": "13050:113:53",
|
|
5139
5139
|
"stateMutability": "nonpayable",
|
|
5140
5140
|
"virtual": false,
|
|
@@ -5142,13 +5142,13 @@
|
|
|
5142
5142
|
},
|
|
5143
5143
|
{
|
|
5144
5144
|
"documentation": {
|
|
5145
|
-
"id":
|
|
5145
|
+
"id": 24226,
|
|
5146
5146
|
"nodeType": "StructuredDocumentation",
|
|
5147
5147
|
"src": "13168:107:53",
|
|
5148
5148
|
"text": " @dev Burn existing tokens for the account\n @custom:modifiers \n - onlySelf"
|
|
5149
5149
|
},
|
|
5150
5150
|
"functionSelector": "9d876741",
|
|
5151
|
-
"id":
|
|
5151
|
+
"id": 24235,
|
|
5152
5152
|
"implemented": false,
|
|
5153
5153
|
"kind": "function",
|
|
5154
5154
|
"modifiers": [],
|
|
@@ -5156,17 +5156,17 @@
|
|
|
5156
5156
|
"nameLocation": "13288:8:53",
|
|
5157
5157
|
"nodeType": "FunctionDefinition",
|
|
5158
5158
|
"parameters": {
|
|
5159
|
-
"id":
|
|
5159
|
+
"id": 24233,
|
|
5160
5160
|
"nodeType": "ParameterList",
|
|
5161
5161
|
"parameters": [
|
|
5162
5162
|
{
|
|
5163
5163
|
"constant": false,
|
|
5164
|
-
"id":
|
|
5164
|
+
"id": 24228,
|
|
5165
5165
|
"mutability": "mutable",
|
|
5166
5166
|
"name": "account",
|
|
5167
5167
|
"nameLocation": "13313:7:53",
|
|
5168
5168
|
"nodeType": "VariableDeclaration",
|
|
5169
|
-
"scope":
|
|
5169
|
+
"scope": 24235,
|
|
5170
5170
|
"src": "13305:15:53",
|
|
5171
5171
|
"stateVariable": false,
|
|
5172
5172
|
"storageLocation": "default",
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
"typeString": "address"
|
|
5176
5176
|
},
|
|
5177
5177
|
"typeName": {
|
|
5178
|
-
"id":
|
|
5178
|
+
"id": 24227,
|
|
5179
5179
|
"name": "address",
|
|
5180
5180
|
"nodeType": "ElementaryTypeName",
|
|
5181
5181
|
"src": "13305:7:53",
|
|
@@ -5189,12 +5189,12 @@
|
|
|
5189
5189
|
},
|
|
5190
5190
|
{
|
|
5191
5191
|
"constant": false,
|
|
5192
|
-
"id":
|
|
5192
|
+
"id": 24230,
|
|
5193
5193
|
"mutability": "mutable",
|
|
5194
5194
|
"name": "amount",
|
|
5195
5195
|
"nameLocation": "13337:6:53",
|
|
5196
5196
|
"nodeType": "VariableDeclaration",
|
|
5197
|
-
"scope":
|
|
5197
|
+
"scope": 24235,
|
|
5198
5198
|
"src": "13329:14:53",
|
|
5199
5199
|
"stateVariable": false,
|
|
5200
5200
|
"storageLocation": "default",
|
|
@@ -5203,7 +5203,7 @@
|
|
|
5203
5203
|
"typeString": "uint256"
|
|
5204
5204
|
},
|
|
5205
5205
|
"typeName": {
|
|
5206
|
-
"id":
|
|
5206
|
+
"id": 24229,
|
|
5207
5207
|
"name": "uint256",
|
|
5208
5208
|
"nodeType": "ElementaryTypeName",
|
|
5209
5209
|
"src": "13329:7:53",
|
|
@@ -5216,12 +5216,12 @@
|
|
|
5216
5216
|
},
|
|
5217
5217
|
{
|
|
5218
5218
|
"constant": false,
|
|
5219
|
-
"id":
|
|
5219
|
+
"id": 24232,
|
|
5220
5220
|
"mutability": "mutable",
|
|
5221
5221
|
"name": "userData",
|
|
5222
5222
|
"nameLocation": "13365:8:53",
|
|
5223
5223
|
"nodeType": "VariableDeclaration",
|
|
5224
|
-
"scope":
|
|
5224
|
+
"scope": 24235,
|
|
5225
5225
|
"src": "13352:21:53",
|
|
5226
5226
|
"stateVariable": false,
|
|
5227
5227
|
"storageLocation": "memory",
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
"typeString": "bytes"
|
|
5231
5231
|
},
|
|
5232
5232
|
"typeName": {
|
|
5233
|
-
"id":
|
|
5233
|
+
"id": 24231,
|
|
5234
5234
|
"name": "bytes",
|
|
5235
5235
|
"nodeType": "ElementaryTypeName",
|
|
5236
5236
|
"src": "13352:5:53",
|
|
@@ -5245,12 +5245,12 @@
|
|
|
5245
5245
|
"src": "13296:82:53"
|
|
5246
5246
|
},
|
|
5247
5247
|
"returnParameters": {
|
|
5248
|
-
"id":
|
|
5248
|
+
"id": 24234,
|
|
5249
5249
|
"nodeType": "ParameterList",
|
|
5250
5250
|
"parameters": [],
|
|
5251
5251
|
"src": "13387:0:53"
|
|
5252
5252
|
},
|
|
5253
|
-
"scope":
|
|
5253
|
+
"scope": 24394,
|
|
5254
5254
|
"src": "13279:109:53",
|
|
5255
5255
|
"stateMutability": "nonpayable",
|
|
5256
5256
|
"virtual": false,
|
|
@@ -5258,13 +5258,13 @@
|
|
|
5258
5258
|
},
|
|
5259
5259
|
{
|
|
5260
5260
|
"documentation": {
|
|
5261
|
-
"id":
|
|
5261
|
+
"id": 24236,
|
|
5262
5262
|
"nodeType": "StructuredDocumentation",
|
|
5263
5263
|
"src": "13393:245:53",
|
|
5264
5264
|
"text": " @dev Transfer `amount` tokens from the `sender` to `recipient`.\n If `spender` isn't the same as `sender`, checks if `spender` has allowance to\n spend tokens of `sender`.\n @custom:modifiers \n - onlySelf"
|
|
5265
5265
|
},
|
|
5266
5266
|
"functionSelector": "41b706be",
|
|
5267
|
-
"id":
|
|
5267
|
+
"id": 24247,
|
|
5268
5268
|
"implemented": false,
|
|
5269
5269
|
"kind": "function",
|
|
5270
5270
|
"modifiers": [],
|
|
@@ -5272,17 +5272,17 @@
|
|
|
5272
5272
|
"nameLocation": "13651:16:53",
|
|
5273
5273
|
"nodeType": "FunctionDefinition",
|
|
5274
5274
|
"parameters": {
|
|
5275
|
-
"id":
|
|
5275
|
+
"id": 24245,
|
|
5276
5276
|
"nodeType": "ParameterList",
|
|
5277
5277
|
"parameters": [
|
|
5278
5278
|
{
|
|
5279
5279
|
"constant": false,
|
|
5280
|
-
"id":
|
|
5280
|
+
"id": 24238,
|
|
5281
5281
|
"mutability": "mutable",
|
|
5282
5282
|
"name": "sender",
|
|
5283
5283
|
"nameLocation": "13685:6:53",
|
|
5284
5284
|
"nodeType": "VariableDeclaration",
|
|
5285
|
-
"scope":
|
|
5285
|
+
"scope": 24247,
|
|
5286
5286
|
"src": "13677:14:53",
|
|
5287
5287
|
"stateVariable": false,
|
|
5288
5288
|
"storageLocation": "default",
|
|
@@ -5291,7 +5291,7 @@
|
|
|
5291
5291
|
"typeString": "address"
|
|
5292
5292
|
},
|
|
5293
5293
|
"typeName": {
|
|
5294
|
-
"id":
|
|
5294
|
+
"id": 24237,
|
|
5295
5295
|
"name": "address",
|
|
5296
5296
|
"nodeType": "ElementaryTypeName",
|
|
5297
5297
|
"src": "13677:7:53",
|
|
@@ -5305,12 +5305,12 @@
|
|
|
5305
5305
|
},
|
|
5306
5306
|
{
|
|
5307
5307
|
"constant": false,
|
|
5308
|
-
"id":
|
|
5308
|
+
"id": 24240,
|
|
5309
5309
|
"mutability": "mutable",
|
|
5310
5310
|
"name": "spender",
|
|
5311
5311
|
"nameLocation": "13709:7:53",
|
|
5312
5312
|
"nodeType": "VariableDeclaration",
|
|
5313
|
-
"scope":
|
|
5313
|
+
"scope": 24247,
|
|
5314
5314
|
"src": "13701:15:53",
|
|
5315
5315
|
"stateVariable": false,
|
|
5316
5316
|
"storageLocation": "default",
|
|
@@ -5319,7 +5319,7 @@
|
|
|
5319
5319
|
"typeString": "address"
|
|
5320
5320
|
},
|
|
5321
5321
|
"typeName": {
|
|
5322
|
-
"id":
|
|
5322
|
+
"id": 24239,
|
|
5323
5323
|
"name": "address",
|
|
5324
5324
|
"nodeType": "ElementaryTypeName",
|
|
5325
5325
|
"src": "13701:7:53",
|
|
@@ -5333,12 +5333,12 @@
|
|
|
5333
5333
|
},
|
|
5334
5334
|
{
|
|
5335
5335
|
"constant": false,
|
|
5336
|
-
"id":
|
|
5336
|
+
"id": 24242,
|
|
5337
5337
|
"mutability": "mutable",
|
|
5338
5338
|
"name": "recipient",
|
|
5339
5339
|
"nameLocation": "13734:9:53",
|
|
5340
5340
|
"nodeType": "VariableDeclaration",
|
|
5341
|
-
"scope":
|
|
5341
|
+
"scope": 24247,
|
|
5342
5342
|
"src": "13726:17:53",
|
|
5343
5343
|
"stateVariable": false,
|
|
5344
5344
|
"storageLocation": "default",
|
|
@@ -5347,7 +5347,7 @@
|
|
|
5347
5347
|
"typeString": "address"
|
|
5348
5348
|
},
|
|
5349
5349
|
"typeName": {
|
|
5350
|
-
"id":
|
|
5350
|
+
"id": 24241,
|
|
5351
5351
|
"name": "address",
|
|
5352
5352
|
"nodeType": "ElementaryTypeName",
|
|
5353
5353
|
"src": "13726:7:53",
|
|
@@ -5361,12 +5361,12 @@
|
|
|
5361
5361
|
},
|
|
5362
5362
|
{
|
|
5363
5363
|
"constant": false,
|
|
5364
|
-
"id":
|
|
5364
|
+
"id": 24244,
|
|
5365
5365
|
"mutability": "mutable",
|
|
5366
5366
|
"name": "amount",
|
|
5367
5367
|
"nameLocation": "13761:6:53",
|
|
5368
5368
|
"nodeType": "VariableDeclaration",
|
|
5369
|
-
"scope":
|
|
5369
|
+
"scope": 24247,
|
|
5370
5370
|
"src": "13753:14:53",
|
|
5371
5371
|
"stateVariable": false,
|
|
5372
5372
|
"storageLocation": "default",
|
|
@@ -5375,7 +5375,7 @@
|
|
|
5375
5375
|
"typeString": "uint256"
|
|
5376
5376
|
},
|
|
5377
5377
|
"typeName": {
|
|
5378
|
-
"id":
|
|
5378
|
+
"id": 24243,
|
|
5379
5379
|
"name": "uint256",
|
|
5380
5380
|
"nodeType": "ElementaryTypeName",
|
|
5381
5381
|
"src": "13753:7:53",
|
|
@@ -5390,12 +5390,12 @@
|
|
|
5390
5390
|
"src": "13667:105:53"
|
|
5391
5391
|
},
|
|
5392
5392
|
"returnParameters": {
|
|
5393
|
-
"id":
|
|
5393
|
+
"id": 24246,
|
|
5394
5394
|
"nodeType": "ParameterList",
|
|
5395
5395
|
"parameters": [],
|
|
5396
5396
|
"src": "13781:0:53"
|
|
5397
5397
|
},
|
|
5398
|
-
"scope":
|
|
5398
|
+
"scope": 24394,
|
|
5399
5399
|
"src": "13642:140:53",
|
|
5400
5400
|
"stateMutability": "nonpayable",
|
|
5401
5401
|
"virtual": false,
|
|
@@ -5403,13 +5403,13 @@
|
|
|
5403
5403
|
},
|
|
5404
5404
|
{
|
|
5405
5405
|
"documentation": {
|
|
5406
|
-
"id":
|
|
5406
|
+
"id": 24248,
|
|
5407
5407
|
"nodeType": "StructuredDocumentation",
|
|
5408
5408
|
"src": "13787:145:53",
|
|
5409
5409
|
"text": " @dev Give `spender`, `amount` allowance to spend the tokens of\n `account`.\n @custom:modifiers \n - onlySelf"
|
|
5410
5410
|
},
|
|
5411
5411
|
"functionSelector": "66a12fb6",
|
|
5412
|
-
"id":
|
|
5412
|
+
"id": 24257,
|
|
5413
5413
|
"implemented": false,
|
|
5414
5414
|
"kind": "function",
|
|
5415
5415
|
"modifiers": [],
|
|
@@ -5417,17 +5417,17 @@
|
|
|
5417
5417
|
"nameLocation": "13945:14:53",
|
|
5418
5418
|
"nodeType": "FunctionDefinition",
|
|
5419
5419
|
"parameters": {
|
|
5420
|
-
"id":
|
|
5420
|
+
"id": 24255,
|
|
5421
5421
|
"nodeType": "ParameterList",
|
|
5422
5422
|
"parameters": [
|
|
5423
5423
|
{
|
|
5424
5424
|
"constant": false,
|
|
5425
|
-
"id":
|
|
5425
|
+
"id": 24250,
|
|
5426
5426
|
"mutability": "mutable",
|
|
5427
5427
|
"name": "account",
|
|
5428
5428
|
"nameLocation": "13977:7:53",
|
|
5429
5429
|
"nodeType": "VariableDeclaration",
|
|
5430
|
-
"scope":
|
|
5430
|
+
"scope": 24257,
|
|
5431
5431
|
"src": "13969:15:53",
|
|
5432
5432
|
"stateVariable": false,
|
|
5433
5433
|
"storageLocation": "default",
|
|
@@ -5436,7 +5436,7 @@
|
|
|
5436
5436
|
"typeString": "address"
|
|
5437
5437
|
},
|
|
5438
5438
|
"typeName": {
|
|
5439
|
-
"id":
|
|
5439
|
+
"id": 24249,
|
|
5440
5440
|
"name": "address",
|
|
5441
5441
|
"nodeType": "ElementaryTypeName",
|
|
5442
5442
|
"src": "13969:7:53",
|
|
@@ -5450,12 +5450,12 @@
|
|
|
5450
5450
|
},
|
|
5451
5451
|
{
|
|
5452
5452
|
"constant": false,
|
|
5453
|
-
"id":
|
|
5453
|
+
"id": 24252,
|
|
5454
5454
|
"mutability": "mutable",
|
|
5455
5455
|
"name": "spender",
|
|
5456
5456
|
"nameLocation": "14002:7:53",
|
|
5457
5457
|
"nodeType": "VariableDeclaration",
|
|
5458
|
-
"scope":
|
|
5458
|
+
"scope": 24257,
|
|
5459
5459
|
"src": "13994:15:53",
|
|
5460
5460
|
"stateVariable": false,
|
|
5461
5461
|
"storageLocation": "default",
|
|
@@ -5464,7 +5464,7 @@
|
|
|
5464
5464
|
"typeString": "address"
|
|
5465
5465
|
},
|
|
5466
5466
|
"typeName": {
|
|
5467
|
-
"id":
|
|
5467
|
+
"id": 24251,
|
|
5468
5468
|
"name": "address",
|
|
5469
5469
|
"nodeType": "ElementaryTypeName",
|
|
5470
5470
|
"src": "13994:7:53",
|
|
@@ -5478,12 +5478,12 @@
|
|
|
5478
5478
|
},
|
|
5479
5479
|
{
|
|
5480
5480
|
"constant": false,
|
|
5481
|
-
"id":
|
|
5481
|
+
"id": 24254,
|
|
5482
5482
|
"mutability": "mutable",
|
|
5483
5483
|
"name": "amount",
|
|
5484
5484
|
"nameLocation": "14027:6:53",
|
|
5485
5485
|
"nodeType": "VariableDeclaration",
|
|
5486
|
-
"scope":
|
|
5486
|
+
"scope": 24257,
|
|
5487
5487
|
"src": "14019:14:53",
|
|
5488
5488
|
"stateVariable": false,
|
|
5489
5489
|
"storageLocation": "default",
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
"typeString": "uint256"
|
|
5493
5493
|
},
|
|
5494
5494
|
"typeName": {
|
|
5495
|
-
"id":
|
|
5495
|
+
"id": 24253,
|
|
5496
5496
|
"name": "uint256",
|
|
5497
5497
|
"nodeType": "ElementaryTypeName",
|
|
5498
5498
|
"src": "14019:7:53",
|
|
@@ -5507,12 +5507,12 @@
|
|
|
5507
5507
|
"src": "13959:79:53"
|
|
5508
5508
|
},
|
|
5509
5509
|
"returnParameters": {
|
|
5510
|
-
"id":
|
|
5510
|
+
"id": 24256,
|
|
5511
5511
|
"nodeType": "ParameterList",
|
|
5512
5512
|
"parameters": [],
|
|
5513
5513
|
"src": "14047:0:53"
|
|
5514
5514
|
},
|
|
5515
|
-
"scope":
|
|
5515
|
+
"scope": 24394,
|
|
5516
5516
|
"src": "13936:112:53",
|
|
5517
5517
|
"stateMutability": "nonpayable",
|
|
5518
5518
|
"virtual": false,
|
|
@@ -5520,13 +5520,13 @@
|
|
|
5520
5520
|
},
|
|
5521
5521
|
{
|
|
5522
5522
|
"documentation": {
|
|
5523
|
-
"id":
|
|
5523
|
+
"id": 24258,
|
|
5524
5524
|
"nodeType": "StructuredDocumentation",
|
|
5525
5525
|
"src": "14249:87:53",
|
|
5526
5526
|
"text": " @dev Transfer all available balance from `msg.sender` to `recipient`"
|
|
5527
5527
|
},
|
|
5528
5528
|
"functionSelector": "a3a7e7f3",
|
|
5529
|
-
"id":
|
|
5529
|
+
"id": 24263,
|
|
5530
5530
|
"implemented": false,
|
|
5531
5531
|
"kind": "function",
|
|
5532
5532
|
"modifiers": [],
|
|
@@ -5534,17 +5534,17 @@
|
|
|
5534
5534
|
"nameLocation": "14350:11:53",
|
|
5535
5535
|
"nodeType": "FunctionDefinition",
|
|
5536
5536
|
"parameters": {
|
|
5537
|
-
"id":
|
|
5537
|
+
"id": 24261,
|
|
5538
5538
|
"nodeType": "ParameterList",
|
|
5539
5539
|
"parameters": [
|
|
5540
5540
|
{
|
|
5541
5541
|
"constant": false,
|
|
5542
|
-
"id":
|
|
5542
|
+
"id": 24260,
|
|
5543
5543
|
"mutability": "mutable",
|
|
5544
5544
|
"name": "recipient",
|
|
5545
5545
|
"nameLocation": "14370:9:53",
|
|
5546
5546
|
"nodeType": "VariableDeclaration",
|
|
5547
|
-
"scope":
|
|
5547
|
+
"scope": 24263,
|
|
5548
5548
|
"src": "14362:17:53",
|
|
5549
5549
|
"stateVariable": false,
|
|
5550
5550
|
"storageLocation": "default",
|
|
@@ -5553,7 +5553,7 @@
|
|
|
5553
5553
|
"typeString": "address"
|
|
5554
5554
|
},
|
|
5555
5555
|
"typeName": {
|
|
5556
|
-
"id":
|
|
5556
|
+
"id": 24259,
|
|
5557
5557
|
"name": "address",
|
|
5558
5558
|
"nodeType": "ElementaryTypeName",
|
|
5559
5559
|
"src": "14362:7:53",
|
|
@@ -5569,12 +5569,12 @@
|
|
|
5569
5569
|
"src": "14361:19:53"
|
|
5570
5570
|
},
|
|
5571
5571
|
"returnParameters": {
|
|
5572
|
-
"id":
|
|
5572
|
+
"id": 24262,
|
|
5573
5573
|
"nodeType": "ParameterList",
|
|
5574
5574
|
"parameters": [],
|
|
5575
5575
|
"src": "14389:0:53"
|
|
5576
5576
|
},
|
|
5577
|
-
"scope":
|
|
5577
|
+
"scope": 24394,
|
|
5578
5578
|
"src": "14341:49:53",
|
|
5579
5579
|
"stateMutability": "nonpayable",
|
|
5580
5580
|
"virtual": false,
|
|
@@ -5582,13 +5582,13 @@
|
|
|
5582
5582
|
},
|
|
5583
5583
|
{
|
|
5584
5584
|
"documentation": {
|
|
5585
|
-
"id":
|
|
5585
|
+
"id": 24264,
|
|
5586
5586
|
"nodeType": "StructuredDocumentation",
|
|
5587
5587
|
"src": "14579:110:53",
|
|
5588
5588
|
"text": " @dev Return the underlying token contract\n @return tokenAddr Underlying token address"
|
|
5589
5589
|
},
|
|
5590
5590
|
"functionSelector": "ee719bc8",
|
|
5591
|
-
"id":
|
|
5591
|
+
"id": 24269,
|
|
5592
5592
|
"implemented": false,
|
|
5593
5593
|
"kind": "function",
|
|
5594
5594
|
"modifiers": [],
|
|
@@ -5596,23 +5596,23 @@
|
|
|
5596
5596
|
"nameLocation": "14703:18:53",
|
|
5597
5597
|
"nodeType": "FunctionDefinition",
|
|
5598
5598
|
"parameters": {
|
|
5599
|
-
"id":
|
|
5599
|
+
"id": 24265,
|
|
5600
5600
|
"nodeType": "ParameterList",
|
|
5601
5601
|
"parameters": [],
|
|
5602
5602
|
"src": "14721:2:53"
|
|
5603
5603
|
},
|
|
5604
5604
|
"returnParameters": {
|
|
5605
|
-
"id":
|
|
5605
|
+
"id": 24268,
|
|
5606
5606
|
"nodeType": "ParameterList",
|
|
5607
5607
|
"parameters": [
|
|
5608
5608
|
{
|
|
5609
5609
|
"constant": false,
|
|
5610
|
-
"id":
|
|
5610
|
+
"id": 24267,
|
|
5611
5611
|
"mutability": "mutable",
|
|
5612
5612
|
"name": "tokenAddr",
|
|
5613
5613
|
"nameLocation": "14754:9:53",
|
|
5614
5614
|
"nodeType": "VariableDeclaration",
|
|
5615
|
-
"scope":
|
|
5615
|
+
"scope": 24269,
|
|
5616
5616
|
"src": "14746:17:53",
|
|
5617
5617
|
"stateVariable": false,
|
|
5618
5618
|
"storageLocation": "default",
|
|
@@ -5621,7 +5621,7 @@
|
|
|
5621
5621
|
"typeString": "address"
|
|
5622
5622
|
},
|
|
5623
5623
|
"typeName": {
|
|
5624
|
-
"id":
|
|
5624
|
+
"id": 24266,
|
|
5625
5625
|
"name": "address",
|
|
5626
5626
|
"nodeType": "ElementaryTypeName",
|
|
5627
5627
|
"src": "14746:7:53",
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
],
|
|
5637
5637
|
"src": "14745:19:53"
|
|
5638
5638
|
},
|
|
5639
|
-
"scope":
|
|
5639
|
+
"scope": 24394,
|
|
5640
5640
|
"src": "14694:71:53",
|
|
5641
5641
|
"stateMutability": "view",
|
|
5642
5642
|
"virtual": false,
|
|
@@ -5644,13 +5644,13 @@
|
|
|
5644
5644
|
},
|
|
5645
5645
|
{
|
|
5646
5646
|
"documentation": {
|
|
5647
|
-
"id":
|
|
5647
|
+
"id": 24270,
|
|
5648
5648
|
"nodeType": "StructuredDocumentation",
|
|
5649
5649
|
"src": "14771:262:53",
|
|
5650
5650
|
"text": " @dev Upgrade ERC20 to SuperToken.\n @param amount Number of tokens to be upgraded (in 18 decimals)\n @custom:note It will use `transferFrom` to get tokens. Before calling this\n function you should `approve` this contract"
|
|
5651
5651
|
},
|
|
5652
5652
|
"functionSelector": "45977d03",
|
|
5653
|
-
"id":
|
|
5653
|
+
"id": 24275,
|
|
5654
5654
|
"implemented": false,
|
|
5655
5655
|
"kind": "function",
|
|
5656
5656
|
"modifiers": [],
|
|
@@ -5658,17 +5658,17 @@
|
|
|
5658
5658
|
"nameLocation": "15047:7:53",
|
|
5659
5659
|
"nodeType": "FunctionDefinition",
|
|
5660
5660
|
"parameters": {
|
|
5661
|
-
"id":
|
|
5661
|
+
"id": 24273,
|
|
5662
5662
|
"nodeType": "ParameterList",
|
|
5663
5663
|
"parameters": [
|
|
5664
5664
|
{
|
|
5665
5665
|
"constant": false,
|
|
5666
|
-
"id":
|
|
5666
|
+
"id": 24272,
|
|
5667
5667
|
"mutability": "mutable",
|
|
5668
5668
|
"name": "amount",
|
|
5669
5669
|
"nameLocation": "15063:6:53",
|
|
5670
5670
|
"nodeType": "VariableDeclaration",
|
|
5671
|
-
"scope":
|
|
5671
|
+
"scope": 24275,
|
|
5672
5672
|
"src": "15055:14:53",
|
|
5673
5673
|
"stateVariable": false,
|
|
5674
5674
|
"storageLocation": "default",
|
|
@@ -5677,7 +5677,7 @@
|
|
|
5677
5677
|
"typeString": "uint256"
|
|
5678
5678
|
},
|
|
5679
5679
|
"typeName": {
|
|
5680
|
-
"id":
|
|
5680
|
+
"id": 24271,
|
|
5681
5681
|
"name": "uint256",
|
|
5682
5682
|
"nodeType": "ElementaryTypeName",
|
|
5683
5683
|
"src": "15055:7:53",
|
|
@@ -5692,12 +5692,12 @@
|
|
|
5692
5692
|
"src": "15054:16:53"
|
|
5693
5693
|
},
|
|
5694
5694
|
"returnParameters": {
|
|
5695
|
-
"id":
|
|
5695
|
+
"id": 24274,
|
|
5696
5696
|
"nodeType": "ParameterList",
|
|
5697
5697
|
"parameters": [],
|
|
5698
5698
|
"src": "15079:0:53"
|
|
5699
5699
|
},
|
|
5700
|
-
"scope":
|
|
5700
|
+
"scope": 24394,
|
|
5701
5701
|
"src": "15038:42:53",
|
|
5702
5702
|
"stateMutability": "nonpayable",
|
|
5703
5703
|
"virtual": false,
|
|
@@ -5705,13 +5705,13 @@
|
|
|
5705
5705
|
},
|
|
5706
5706
|
{
|
|
5707
5707
|
"documentation": {
|
|
5708
|
-
"id":
|
|
5708
|
+
"id": 24276,
|
|
5709
5709
|
"nodeType": "StructuredDocumentation",
|
|
5710
5710
|
"src": "15086:679:53",
|
|
5711
5711
|
"text": " @dev Upgrade ERC20 to SuperToken and transfer immediately\n @param to The account to receive upgraded tokens\n @param amount Number of tokens to be upgraded (in 18 decimals)\n @param data User data for the TokensRecipient callback\n @custom:note It will use `transferFrom` to get tokens. Before calling this\n function you should `approve` this contract\n \n @custom:warning\n - there is potential of reentrancy IF the \"to\" account is a registered ERC777 recipient.\n @custom:requirements \n - if `data` is NOT empty AND `to` is a contract, it MUST be a registered ERC777 recipient otherwise it reverts."
|
|
5712
5712
|
},
|
|
5713
5713
|
"functionSelector": "5b9d09cc",
|
|
5714
|
-
"id":
|
|
5714
|
+
"id": 24285,
|
|
5715
5715
|
"implemented": false,
|
|
5716
5716
|
"kind": "function",
|
|
5717
5717
|
"modifiers": [],
|
|
@@ -5719,17 +5719,17 @@
|
|
|
5719
5719
|
"nameLocation": "15779:9:53",
|
|
5720
5720
|
"nodeType": "FunctionDefinition",
|
|
5721
5721
|
"parameters": {
|
|
5722
|
-
"id":
|
|
5722
|
+
"id": 24283,
|
|
5723
5723
|
"nodeType": "ParameterList",
|
|
5724
5724
|
"parameters": [
|
|
5725
5725
|
{
|
|
5726
5726
|
"constant": false,
|
|
5727
|
-
"id":
|
|
5727
|
+
"id": 24278,
|
|
5728
5728
|
"mutability": "mutable",
|
|
5729
5729
|
"name": "to",
|
|
5730
5730
|
"nameLocation": "15797:2:53",
|
|
5731
5731
|
"nodeType": "VariableDeclaration",
|
|
5732
|
-
"scope":
|
|
5732
|
+
"scope": 24285,
|
|
5733
5733
|
"src": "15789:10:53",
|
|
5734
5734
|
"stateVariable": false,
|
|
5735
5735
|
"storageLocation": "default",
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"typeString": "address"
|
|
5739
5739
|
},
|
|
5740
5740
|
"typeName": {
|
|
5741
|
-
"id":
|
|
5741
|
+
"id": 24277,
|
|
5742
5742
|
"name": "address",
|
|
5743
5743
|
"nodeType": "ElementaryTypeName",
|
|
5744
5744
|
"src": "15789:7:53",
|
|
@@ -5752,12 +5752,12 @@
|
|
|
5752
5752
|
},
|
|
5753
5753
|
{
|
|
5754
5754
|
"constant": false,
|
|
5755
|
-
"id":
|
|
5755
|
+
"id": 24280,
|
|
5756
5756
|
"mutability": "mutable",
|
|
5757
5757
|
"name": "amount",
|
|
5758
5758
|
"nameLocation": "15809:6:53",
|
|
5759
5759
|
"nodeType": "VariableDeclaration",
|
|
5760
|
-
"scope":
|
|
5760
|
+
"scope": 24285,
|
|
5761
5761
|
"src": "15801:14:53",
|
|
5762
5762
|
"stateVariable": false,
|
|
5763
5763
|
"storageLocation": "default",
|
|
@@ -5766,7 +5766,7 @@
|
|
|
5766
5766
|
"typeString": "uint256"
|
|
5767
5767
|
},
|
|
5768
5768
|
"typeName": {
|
|
5769
|
-
"id":
|
|
5769
|
+
"id": 24279,
|
|
5770
5770
|
"name": "uint256",
|
|
5771
5771
|
"nodeType": "ElementaryTypeName",
|
|
5772
5772
|
"src": "15801:7:53",
|
|
@@ -5779,12 +5779,12 @@
|
|
|
5779
5779
|
},
|
|
5780
5780
|
{
|
|
5781
5781
|
"constant": false,
|
|
5782
|
-
"id":
|
|
5782
|
+
"id": 24282,
|
|
5783
5783
|
"mutability": "mutable",
|
|
5784
5784
|
"name": "data",
|
|
5785
5785
|
"nameLocation": "15832:4:53",
|
|
5786
5786
|
"nodeType": "VariableDeclaration",
|
|
5787
|
-
"scope":
|
|
5787
|
+
"scope": 24285,
|
|
5788
5788
|
"src": "15817:19:53",
|
|
5789
5789
|
"stateVariable": false,
|
|
5790
5790
|
"storageLocation": "calldata",
|
|
@@ -5793,7 +5793,7 @@
|
|
|
5793
5793
|
"typeString": "bytes"
|
|
5794
5794
|
},
|
|
5795
5795
|
"typeName": {
|
|
5796
|
-
"id":
|
|
5796
|
+
"id": 24281,
|
|
5797
5797
|
"name": "bytes",
|
|
5798
5798
|
"nodeType": "ElementaryTypeName",
|
|
5799
5799
|
"src": "15817:5:53",
|
|
@@ -5808,12 +5808,12 @@
|
|
|
5808
5808
|
"src": "15788:49:53"
|
|
5809
5809
|
},
|
|
5810
5810
|
"returnParameters": {
|
|
5811
|
-
"id":
|
|
5811
|
+
"id": 24284,
|
|
5812
5812
|
"nodeType": "ParameterList",
|
|
5813
5813
|
"parameters": [],
|
|
5814
5814
|
"src": "15846:0:53"
|
|
5815
5815
|
},
|
|
5816
|
-
"scope":
|
|
5816
|
+
"scope": 24394,
|
|
5817
5817
|
"src": "15770:77:53",
|
|
5818
5818
|
"stateMutability": "nonpayable",
|
|
5819
5819
|
"virtual": false,
|
|
@@ -5822,29 +5822,29 @@
|
|
|
5822
5822
|
{
|
|
5823
5823
|
"anonymous": false,
|
|
5824
5824
|
"documentation": {
|
|
5825
|
-
"id":
|
|
5825
|
+
"id": 24286,
|
|
5826
5826
|
"nodeType": "StructuredDocumentation",
|
|
5827
5827
|
"src": "15853:166:53",
|
|
5828
5828
|
"text": " @dev Token upgrade event\n @param account Account where tokens are upgraded to\n @param amount Amount of tokens upgraded (in 18 decimals)"
|
|
5829
5829
|
},
|
|
5830
5830
|
"eventSelector": "25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df",
|
|
5831
|
-
"id":
|
|
5831
|
+
"id": 24292,
|
|
5832
5832
|
"name": "TokenUpgraded",
|
|
5833
5833
|
"nameLocation": "16030:13:53",
|
|
5834
5834
|
"nodeType": "EventDefinition",
|
|
5835
5835
|
"parameters": {
|
|
5836
|
-
"id":
|
|
5836
|
+
"id": 24291,
|
|
5837
5837
|
"nodeType": "ParameterList",
|
|
5838
5838
|
"parameters": [
|
|
5839
5839
|
{
|
|
5840
5840
|
"constant": false,
|
|
5841
|
-
"id":
|
|
5841
|
+
"id": 24288,
|
|
5842
5842
|
"indexed": true,
|
|
5843
5843
|
"mutability": "mutable",
|
|
5844
5844
|
"name": "account",
|
|
5845
5845
|
"nameLocation": "16069:7:53",
|
|
5846
5846
|
"nodeType": "VariableDeclaration",
|
|
5847
|
-
"scope":
|
|
5847
|
+
"scope": 24292,
|
|
5848
5848
|
"src": "16053:23:53",
|
|
5849
5849
|
"stateVariable": false,
|
|
5850
5850
|
"storageLocation": "default",
|
|
@@ -5853,7 +5853,7 @@
|
|
|
5853
5853
|
"typeString": "address"
|
|
5854
5854
|
},
|
|
5855
5855
|
"typeName": {
|
|
5856
|
-
"id":
|
|
5856
|
+
"id": 24287,
|
|
5857
5857
|
"name": "address",
|
|
5858
5858
|
"nodeType": "ElementaryTypeName",
|
|
5859
5859
|
"src": "16053:7:53",
|
|
@@ -5867,13 +5867,13 @@
|
|
|
5867
5867
|
},
|
|
5868
5868
|
{
|
|
5869
5869
|
"constant": false,
|
|
5870
|
-
"id":
|
|
5870
|
+
"id": 24290,
|
|
5871
5871
|
"indexed": false,
|
|
5872
5872
|
"mutability": "mutable",
|
|
5873
5873
|
"name": "amount",
|
|
5874
5874
|
"nameLocation": "16094:6:53",
|
|
5875
5875
|
"nodeType": "VariableDeclaration",
|
|
5876
|
-
"scope":
|
|
5876
|
+
"scope": 24292,
|
|
5877
5877
|
"src": "16086:14:53",
|
|
5878
5878
|
"stateVariable": false,
|
|
5879
5879
|
"storageLocation": "default",
|
|
@@ -5882,7 +5882,7 @@
|
|
|
5882
5882
|
"typeString": "uint256"
|
|
5883
5883
|
},
|
|
5884
5884
|
"typeName": {
|
|
5885
|
-
"id":
|
|
5885
|
+
"id": 24289,
|
|
5886
5886
|
"name": "uint256",
|
|
5887
5887
|
"nodeType": "ElementaryTypeName",
|
|
5888
5888
|
"src": "16086:7:53",
|
|
@@ -5900,13 +5900,13 @@
|
|
|
5900
5900
|
},
|
|
5901
5901
|
{
|
|
5902
5902
|
"documentation": {
|
|
5903
|
-
"id":
|
|
5903
|
+
"id": 24293,
|
|
5904
5904
|
"nodeType": "StructuredDocumentation",
|
|
5905
5905
|
"src": "16113:158:53",
|
|
5906
5906
|
"text": " @dev Downgrade SuperToken to ERC20.\n @dev It will call transfer to send tokens\n @param amount Number of tokens to be downgraded"
|
|
5907
5907
|
},
|
|
5908
5908
|
"functionSelector": "11bcc81e",
|
|
5909
|
-
"id":
|
|
5909
|
+
"id": 24298,
|
|
5910
5910
|
"implemented": false,
|
|
5911
5911
|
"kind": "function",
|
|
5912
5912
|
"modifiers": [],
|
|
@@ -5914,17 +5914,17 @@
|
|
|
5914
5914
|
"nameLocation": "16285:9:53",
|
|
5915
5915
|
"nodeType": "FunctionDefinition",
|
|
5916
5916
|
"parameters": {
|
|
5917
|
-
"id":
|
|
5917
|
+
"id": 24296,
|
|
5918
5918
|
"nodeType": "ParameterList",
|
|
5919
5919
|
"parameters": [
|
|
5920
5920
|
{
|
|
5921
5921
|
"constant": false,
|
|
5922
|
-
"id":
|
|
5922
|
+
"id": 24295,
|
|
5923
5923
|
"mutability": "mutable",
|
|
5924
5924
|
"name": "amount",
|
|
5925
5925
|
"nameLocation": "16303:6:53",
|
|
5926
5926
|
"nodeType": "VariableDeclaration",
|
|
5927
|
-
"scope":
|
|
5927
|
+
"scope": 24298,
|
|
5928
5928
|
"src": "16295:14:53",
|
|
5929
5929
|
"stateVariable": false,
|
|
5930
5930
|
"storageLocation": "default",
|
|
@@ -5933,7 +5933,7 @@
|
|
|
5933
5933
|
"typeString": "uint256"
|
|
5934
5934
|
},
|
|
5935
5935
|
"typeName": {
|
|
5936
|
-
"id":
|
|
5936
|
+
"id": 24294,
|
|
5937
5937
|
"name": "uint256",
|
|
5938
5938
|
"nodeType": "ElementaryTypeName",
|
|
5939
5939
|
"src": "16295:7:53",
|
|
@@ -5948,12 +5948,12 @@
|
|
|
5948
5948
|
"src": "16294:16:53"
|
|
5949
5949
|
},
|
|
5950
5950
|
"returnParameters": {
|
|
5951
|
-
"id":
|
|
5951
|
+
"id": 24297,
|
|
5952
5952
|
"nodeType": "ParameterList",
|
|
5953
5953
|
"parameters": [],
|
|
5954
5954
|
"src": "16319:0:53"
|
|
5955
5955
|
},
|
|
5956
|
-
"scope":
|
|
5956
|
+
"scope": 24394,
|
|
5957
5957
|
"src": "16276:44:53",
|
|
5958
5958
|
"stateMutability": "nonpayable",
|
|
5959
5959
|
"virtual": false,
|
|
@@ -5961,13 +5961,13 @@
|
|
|
5961
5961
|
},
|
|
5962
5962
|
{
|
|
5963
5963
|
"documentation": {
|
|
5964
|
-
"id":
|
|
5964
|
+
"id": 24299,
|
|
5965
5965
|
"nodeType": "StructuredDocumentation",
|
|
5966
5966
|
"src": "16326:208:53",
|
|
5967
5967
|
"text": " @dev Downgrade SuperToken to ERC20 and transfer immediately\n @param to The account to receive downgraded tokens\n @param amount Number of tokens to be downgraded (in 18 decimals)"
|
|
5968
5968
|
},
|
|
5969
5969
|
"functionSelector": "83ba2525",
|
|
5970
|
-
"id":
|
|
5970
|
+
"id": 24306,
|
|
5971
5971
|
"implemented": false,
|
|
5972
5972
|
"kind": "function",
|
|
5973
5973
|
"modifiers": [],
|
|
@@ -5975,17 +5975,17 @@
|
|
|
5975
5975
|
"nameLocation": "16548:11:53",
|
|
5976
5976
|
"nodeType": "FunctionDefinition",
|
|
5977
5977
|
"parameters": {
|
|
5978
|
-
"id":
|
|
5978
|
+
"id": 24304,
|
|
5979
5979
|
"nodeType": "ParameterList",
|
|
5980
5980
|
"parameters": [
|
|
5981
5981
|
{
|
|
5982
5982
|
"constant": false,
|
|
5983
|
-
"id":
|
|
5983
|
+
"id": 24301,
|
|
5984
5984
|
"mutability": "mutable",
|
|
5985
5985
|
"name": "to",
|
|
5986
5986
|
"nameLocation": "16568:2:53",
|
|
5987
5987
|
"nodeType": "VariableDeclaration",
|
|
5988
|
-
"scope":
|
|
5988
|
+
"scope": 24306,
|
|
5989
5989
|
"src": "16560:10:53",
|
|
5990
5990
|
"stateVariable": false,
|
|
5991
5991
|
"storageLocation": "default",
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
"typeString": "address"
|
|
5995
5995
|
},
|
|
5996
5996
|
"typeName": {
|
|
5997
|
-
"id":
|
|
5997
|
+
"id": 24300,
|
|
5998
5998
|
"name": "address",
|
|
5999
5999
|
"nodeType": "ElementaryTypeName",
|
|
6000
6000
|
"src": "16560:7:53",
|
|
@@ -6008,12 +6008,12 @@
|
|
|
6008
6008
|
},
|
|
6009
6009
|
{
|
|
6010
6010
|
"constant": false,
|
|
6011
|
-
"id":
|
|
6011
|
+
"id": 24303,
|
|
6012
6012
|
"mutability": "mutable",
|
|
6013
6013
|
"name": "amount",
|
|
6014
6014
|
"nameLocation": "16580:6:53",
|
|
6015
6015
|
"nodeType": "VariableDeclaration",
|
|
6016
|
-
"scope":
|
|
6016
|
+
"scope": 24306,
|
|
6017
6017
|
"src": "16572:14:53",
|
|
6018
6018
|
"stateVariable": false,
|
|
6019
6019
|
"storageLocation": "default",
|
|
@@ -6022,7 +6022,7 @@
|
|
|
6022
6022
|
"typeString": "uint256"
|
|
6023
6023
|
},
|
|
6024
6024
|
"typeName": {
|
|
6025
|
-
"id":
|
|
6025
|
+
"id": 24302,
|
|
6026
6026
|
"name": "uint256",
|
|
6027
6027
|
"nodeType": "ElementaryTypeName",
|
|
6028
6028
|
"src": "16572:7:53",
|
|
@@ -6037,12 +6037,12 @@
|
|
|
6037
6037
|
"src": "16559:28:53"
|
|
6038
6038
|
},
|
|
6039
6039
|
"returnParameters": {
|
|
6040
|
-
"id":
|
|
6040
|
+
"id": 24305,
|
|
6041
6041
|
"nodeType": "ParameterList",
|
|
6042
6042
|
"parameters": [],
|
|
6043
6043
|
"src": "16596:0:53"
|
|
6044
6044
|
},
|
|
6045
|
-
"scope":
|
|
6045
|
+
"scope": 24394,
|
|
6046
6046
|
"src": "16539:58:53",
|
|
6047
6047
|
"stateMutability": "nonpayable",
|
|
6048
6048
|
"virtual": false,
|
|
@@ -6051,29 +6051,29 @@
|
|
|
6051
6051
|
{
|
|
6052
6052
|
"anonymous": false,
|
|
6053
6053
|
"documentation": {
|
|
6054
|
-
"id":
|
|
6054
|
+
"id": 24307,
|
|
6055
6055
|
"nodeType": "StructuredDocumentation",
|
|
6056
6056
|
"src": "16603:152:53",
|
|
6057
6057
|
"text": " @dev Token downgrade event\n @param account Account whose tokens are downgraded\n @param amount Amount of tokens downgraded"
|
|
6058
6058
|
},
|
|
6059
6059
|
"eventSelector": "3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d",
|
|
6060
|
-
"id":
|
|
6060
|
+
"id": 24313,
|
|
6061
6061
|
"name": "TokenDowngraded",
|
|
6062
6062
|
"nameLocation": "16766:15:53",
|
|
6063
6063
|
"nodeType": "EventDefinition",
|
|
6064
6064
|
"parameters": {
|
|
6065
|
-
"id":
|
|
6065
|
+
"id": 24312,
|
|
6066
6066
|
"nodeType": "ParameterList",
|
|
6067
6067
|
"parameters": [
|
|
6068
6068
|
{
|
|
6069
6069
|
"constant": false,
|
|
6070
|
-
"id":
|
|
6070
|
+
"id": 24309,
|
|
6071
6071
|
"indexed": true,
|
|
6072
6072
|
"mutability": "mutable",
|
|
6073
6073
|
"name": "account",
|
|
6074
6074
|
"nameLocation": "16807:7:53",
|
|
6075
6075
|
"nodeType": "VariableDeclaration",
|
|
6076
|
-
"scope":
|
|
6076
|
+
"scope": 24313,
|
|
6077
6077
|
"src": "16791:23:53",
|
|
6078
6078
|
"stateVariable": false,
|
|
6079
6079
|
"storageLocation": "default",
|
|
@@ -6082,7 +6082,7 @@
|
|
|
6082
6082
|
"typeString": "address"
|
|
6083
6083
|
},
|
|
6084
6084
|
"typeName": {
|
|
6085
|
-
"id":
|
|
6085
|
+
"id": 24308,
|
|
6086
6086
|
"name": "address",
|
|
6087
6087
|
"nodeType": "ElementaryTypeName",
|
|
6088
6088
|
"src": "16791:7:53",
|
|
@@ -6096,13 +6096,13 @@
|
|
|
6096
6096
|
},
|
|
6097
6097
|
{
|
|
6098
6098
|
"constant": false,
|
|
6099
|
-
"id":
|
|
6099
|
+
"id": 24311,
|
|
6100
6100
|
"indexed": false,
|
|
6101
6101
|
"mutability": "mutable",
|
|
6102
6102
|
"name": "amount",
|
|
6103
6103
|
"nameLocation": "16832:6:53",
|
|
6104
6104
|
"nodeType": "VariableDeclaration",
|
|
6105
|
-
"scope":
|
|
6105
|
+
"scope": 24313,
|
|
6106
6106
|
"src": "16824:14:53",
|
|
6107
6107
|
"stateVariable": false,
|
|
6108
6108
|
"storageLocation": "default",
|
|
@@ -6111,7 +6111,7 @@
|
|
|
6111
6111
|
"typeString": "uint256"
|
|
6112
6112
|
},
|
|
6113
6113
|
"typeName": {
|
|
6114
|
-
"id":
|
|
6114
|
+
"id": 24310,
|
|
6115
6115
|
"name": "uint256",
|
|
6116
6116
|
"nodeType": "ElementaryTypeName",
|
|
6117
6117
|
"src": "16824:7:53",
|
|
@@ -6129,13 +6129,13 @@
|
|
|
6129
6129
|
},
|
|
6130
6130
|
{
|
|
6131
6131
|
"documentation": {
|
|
6132
|
-
"id":
|
|
6132
|
+
"id": 24314,
|
|
6133
6133
|
"nodeType": "StructuredDocumentation",
|
|
6134
6134
|
"src": "17034:277:53",
|
|
6135
6135
|
"text": " @dev Perform ERC20 approve by host contract.\n @param account The account owner to be approved.\n @param spender The spender of account owner's funds.\n @param amount Number of tokens to be approved.\n @custom:modifiers \n - onlyHost"
|
|
6136
6136
|
},
|
|
6137
6137
|
"functionSelector": "62aa5287",
|
|
6138
|
-
"id":
|
|
6138
|
+
"id": 24323,
|
|
6139
6139
|
"implemented": false,
|
|
6140
6140
|
"kind": "function",
|
|
6141
6141
|
"modifiers": [],
|
|
@@ -6143,17 +6143,17 @@
|
|
|
6143
6143
|
"nameLocation": "17325:16:53",
|
|
6144
6144
|
"nodeType": "FunctionDefinition",
|
|
6145
6145
|
"parameters": {
|
|
6146
|
-
"id":
|
|
6146
|
+
"id": 24321,
|
|
6147
6147
|
"nodeType": "ParameterList",
|
|
6148
6148
|
"parameters": [
|
|
6149
6149
|
{
|
|
6150
6150
|
"constant": false,
|
|
6151
|
-
"id":
|
|
6151
|
+
"id": 24316,
|
|
6152
6152
|
"mutability": "mutable",
|
|
6153
6153
|
"name": "account",
|
|
6154
6154
|
"nameLocation": "17359:7:53",
|
|
6155
6155
|
"nodeType": "VariableDeclaration",
|
|
6156
|
-
"scope":
|
|
6156
|
+
"scope": 24323,
|
|
6157
6157
|
"src": "17351:15:53",
|
|
6158
6158
|
"stateVariable": false,
|
|
6159
6159
|
"storageLocation": "default",
|
|
@@ -6162,7 +6162,7 @@
|
|
|
6162
6162
|
"typeString": "address"
|
|
6163
6163
|
},
|
|
6164
6164
|
"typeName": {
|
|
6165
|
-
"id":
|
|
6165
|
+
"id": 24315,
|
|
6166
6166
|
"name": "address",
|
|
6167
6167
|
"nodeType": "ElementaryTypeName",
|
|
6168
6168
|
"src": "17351:7:53",
|
|
@@ -6176,12 +6176,12 @@
|
|
|
6176
6176
|
},
|
|
6177
6177
|
{
|
|
6178
6178
|
"constant": false,
|
|
6179
|
-
"id":
|
|
6179
|
+
"id": 24318,
|
|
6180
6180
|
"mutability": "mutable",
|
|
6181
6181
|
"name": "spender",
|
|
6182
6182
|
"nameLocation": "17384:7:53",
|
|
6183
6183
|
"nodeType": "VariableDeclaration",
|
|
6184
|
-
"scope":
|
|
6184
|
+
"scope": 24323,
|
|
6185
6185
|
"src": "17376:15:53",
|
|
6186
6186
|
"stateVariable": false,
|
|
6187
6187
|
"storageLocation": "default",
|
|
@@ -6190,7 +6190,7 @@
|
|
|
6190
6190
|
"typeString": "address"
|
|
6191
6191
|
},
|
|
6192
6192
|
"typeName": {
|
|
6193
|
-
"id":
|
|
6193
|
+
"id": 24317,
|
|
6194
6194
|
"name": "address",
|
|
6195
6195
|
"nodeType": "ElementaryTypeName",
|
|
6196
6196
|
"src": "17376:7:53",
|
|
@@ -6204,12 +6204,12 @@
|
|
|
6204
6204
|
},
|
|
6205
6205
|
{
|
|
6206
6206
|
"constant": false,
|
|
6207
|
-
"id":
|
|
6207
|
+
"id": 24320,
|
|
6208
6208
|
"mutability": "mutable",
|
|
6209
6209
|
"name": "amount",
|
|
6210
6210
|
"nameLocation": "17409:6:53",
|
|
6211
6211
|
"nodeType": "VariableDeclaration",
|
|
6212
|
-
"scope":
|
|
6212
|
+
"scope": 24323,
|
|
6213
6213
|
"src": "17401:14:53",
|
|
6214
6214
|
"stateVariable": false,
|
|
6215
6215
|
"storageLocation": "default",
|
|
@@ -6218,7 +6218,7 @@
|
|
|
6218
6218
|
"typeString": "uint256"
|
|
6219
6219
|
},
|
|
6220
6220
|
"typeName": {
|
|
6221
|
-
"id":
|
|
6221
|
+
"id": 24319,
|
|
6222
6222
|
"name": "uint256",
|
|
6223
6223
|
"nodeType": "ElementaryTypeName",
|
|
6224
6224
|
"src": "17401:7:53",
|
|
@@ -6233,12 +6233,12 @@
|
|
|
6233
6233
|
"src": "17341:80:53"
|
|
6234
6234
|
},
|
|
6235
6235
|
"returnParameters": {
|
|
6236
|
-
"id":
|
|
6236
|
+
"id": 24322,
|
|
6237
6237
|
"nodeType": "ParameterList",
|
|
6238
6238
|
"parameters": [],
|
|
6239
6239
|
"src": "17430:0:53"
|
|
6240
6240
|
},
|
|
6241
|
-
"scope":
|
|
6241
|
+
"scope": 24394,
|
|
6242
6242
|
"src": "17316:115:53",
|
|
6243
6243
|
"stateMutability": "nonpayable",
|
|
6244
6244
|
"virtual": false,
|
|
@@ -6246,7 +6246,7 @@
|
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
6248
6248
|
"functionSelector": "4b2763b3",
|
|
6249
|
-
"id":
|
|
6249
|
+
"id": 24332,
|
|
6250
6250
|
"implemented": false,
|
|
6251
6251
|
"kind": "function",
|
|
6252
6252
|
"modifiers": [],
|
|
@@ -6254,17 +6254,17 @@
|
|
|
6254
6254
|
"nameLocation": "17446:26:53",
|
|
6255
6255
|
"nodeType": "FunctionDefinition",
|
|
6256
6256
|
"parameters": {
|
|
6257
|
-
"id":
|
|
6257
|
+
"id": 24330,
|
|
6258
6258
|
"nodeType": "ParameterList",
|
|
6259
6259
|
"parameters": [
|
|
6260
6260
|
{
|
|
6261
6261
|
"constant": false,
|
|
6262
|
-
"id":
|
|
6262
|
+
"id": 24325,
|
|
6263
6263
|
"mutability": "mutable",
|
|
6264
6264
|
"name": "account",
|
|
6265
6265
|
"nameLocation": "17490:7:53",
|
|
6266
6266
|
"nodeType": "VariableDeclaration",
|
|
6267
|
-
"scope":
|
|
6267
|
+
"scope": 24332,
|
|
6268
6268
|
"src": "17482:15:53",
|
|
6269
6269
|
"stateVariable": false,
|
|
6270
6270
|
"storageLocation": "default",
|
|
@@ -6273,7 +6273,7 @@
|
|
|
6273
6273
|
"typeString": "address"
|
|
6274
6274
|
},
|
|
6275
6275
|
"typeName": {
|
|
6276
|
-
"id":
|
|
6276
|
+
"id": 24324,
|
|
6277
6277
|
"name": "address",
|
|
6278
6278
|
"nodeType": "ElementaryTypeName",
|
|
6279
6279
|
"src": "17482:7:53",
|
|
@@ -6287,12 +6287,12 @@
|
|
|
6287
6287
|
},
|
|
6288
6288
|
{
|
|
6289
6289
|
"constant": false,
|
|
6290
|
-
"id":
|
|
6290
|
+
"id": 24327,
|
|
6291
6291
|
"mutability": "mutable",
|
|
6292
6292
|
"name": "spender",
|
|
6293
6293
|
"nameLocation": "17515:7:53",
|
|
6294
6294
|
"nodeType": "VariableDeclaration",
|
|
6295
|
-
"scope":
|
|
6295
|
+
"scope": 24332,
|
|
6296
6296
|
"src": "17507:15:53",
|
|
6297
6297
|
"stateVariable": false,
|
|
6298
6298
|
"storageLocation": "default",
|
|
@@ -6301,7 +6301,7 @@
|
|
|
6301
6301
|
"typeString": "address"
|
|
6302
6302
|
},
|
|
6303
6303
|
"typeName": {
|
|
6304
|
-
"id":
|
|
6304
|
+
"id": 24326,
|
|
6305
6305
|
"name": "address",
|
|
6306
6306
|
"nodeType": "ElementaryTypeName",
|
|
6307
6307
|
"src": "17507:7:53",
|
|
@@ -6315,12 +6315,12 @@
|
|
|
6315
6315
|
},
|
|
6316
6316
|
{
|
|
6317
6317
|
"constant": false,
|
|
6318
|
-
"id":
|
|
6318
|
+
"id": 24329,
|
|
6319
6319
|
"mutability": "mutable",
|
|
6320
6320
|
"name": "addedValue",
|
|
6321
6321
|
"nameLocation": "17540:10:53",
|
|
6322
6322
|
"nodeType": "VariableDeclaration",
|
|
6323
|
-
"scope":
|
|
6323
|
+
"scope": 24332,
|
|
6324
6324
|
"src": "17532:18:53",
|
|
6325
6325
|
"stateVariable": false,
|
|
6326
6326
|
"storageLocation": "default",
|
|
@@ -6329,7 +6329,7 @@
|
|
|
6329
6329
|
"typeString": "uint256"
|
|
6330
6330
|
},
|
|
6331
6331
|
"typeName": {
|
|
6332
|
-
"id":
|
|
6332
|
+
"id": 24328,
|
|
6333
6333
|
"name": "uint256",
|
|
6334
6334
|
"nodeType": "ElementaryTypeName",
|
|
6335
6335
|
"src": "17532:7:53",
|
|
@@ -6344,12 +6344,12 @@
|
|
|
6344
6344
|
"src": "17472:84:53"
|
|
6345
6345
|
},
|
|
6346
6346
|
"returnParameters": {
|
|
6347
|
-
"id":
|
|
6347
|
+
"id": 24331,
|
|
6348
6348
|
"nodeType": "ParameterList",
|
|
6349
6349
|
"parameters": [],
|
|
6350
6350
|
"src": "17565:0:53"
|
|
6351
6351
|
},
|
|
6352
|
-
"scope":
|
|
6352
|
+
"scope": 24394,
|
|
6353
6353
|
"src": "17437:129:53",
|
|
6354
6354
|
"stateMutability": "nonpayable",
|
|
6355
6355
|
"virtual": false,
|
|
@@ -6357,7 +6357,7 @@
|
|
|
6357
6357
|
},
|
|
6358
6358
|
{
|
|
6359
6359
|
"functionSelector": "c780fd82",
|
|
6360
|
-
"id":
|
|
6360
|
+
"id": 24341,
|
|
6361
6361
|
"implemented": false,
|
|
6362
6362
|
"kind": "function",
|
|
6363
6363
|
"modifiers": [],
|
|
@@ -6365,17 +6365,17 @@
|
|
|
6365
6365
|
"nameLocation": "17581:26:53",
|
|
6366
6366
|
"nodeType": "FunctionDefinition",
|
|
6367
6367
|
"parameters": {
|
|
6368
|
-
"id":
|
|
6368
|
+
"id": 24339,
|
|
6369
6369
|
"nodeType": "ParameterList",
|
|
6370
6370
|
"parameters": [
|
|
6371
6371
|
{
|
|
6372
6372
|
"constant": false,
|
|
6373
|
-
"id":
|
|
6373
|
+
"id": 24334,
|
|
6374
6374
|
"mutability": "mutable",
|
|
6375
6375
|
"name": "account",
|
|
6376
6376
|
"nameLocation": "17625:7:53",
|
|
6377
6377
|
"nodeType": "VariableDeclaration",
|
|
6378
|
-
"scope":
|
|
6378
|
+
"scope": 24341,
|
|
6379
6379
|
"src": "17617:15:53",
|
|
6380
6380
|
"stateVariable": false,
|
|
6381
6381
|
"storageLocation": "default",
|
|
@@ -6384,7 +6384,7 @@
|
|
|
6384
6384
|
"typeString": "address"
|
|
6385
6385
|
},
|
|
6386
6386
|
"typeName": {
|
|
6387
|
-
"id":
|
|
6387
|
+
"id": 24333,
|
|
6388
6388
|
"name": "address",
|
|
6389
6389
|
"nodeType": "ElementaryTypeName",
|
|
6390
6390
|
"src": "17617:7:53",
|
|
@@ -6398,12 +6398,12 @@
|
|
|
6398
6398
|
},
|
|
6399
6399
|
{
|
|
6400
6400
|
"constant": false,
|
|
6401
|
-
"id":
|
|
6401
|
+
"id": 24336,
|
|
6402
6402
|
"mutability": "mutable",
|
|
6403
6403
|
"name": "spender",
|
|
6404
6404
|
"nameLocation": "17650:7:53",
|
|
6405
6405
|
"nodeType": "VariableDeclaration",
|
|
6406
|
-
"scope":
|
|
6406
|
+
"scope": 24341,
|
|
6407
6407
|
"src": "17642:15:53",
|
|
6408
6408
|
"stateVariable": false,
|
|
6409
6409
|
"storageLocation": "default",
|
|
@@ -6412,7 +6412,7 @@
|
|
|
6412
6412
|
"typeString": "address"
|
|
6413
6413
|
},
|
|
6414
6414
|
"typeName": {
|
|
6415
|
-
"id":
|
|
6415
|
+
"id": 24335,
|
|
6416
6416
|
"name": "address",
|
|
6417
6417
|
"nodeType": "ElementaryTypeName",
|
|
6418
6418
|
"src": "17642:7:53",
|
|
@@ -6426,12 +6426,12 @@
|
|
|
6426
6426
|
},
|
|
6427
6427
|
{
|
|
6428
6428
|
"constant": false,
|
|
6429
|
-
"id":
|
|
6429
|
+
"id": 24338,
|
|
6430
6430
|
"mutability": "mutable",
|
|
6431
6431
|
"name": "subtractedValue",
|
|
6432
6432
|
"nameLocation": "17675:15:53",
|
|
6433
6433
|
"nodeType": "VariableDeclaration",
|
|
6434
|
-
"scope":
|
|
6434
|
+
"scope": 24341,
|
|
6435
6435
|
"src": "17667:23:53",
|
|
6436
6436
|
"stateVariable": false,
|
|
6437
6437
|
"storageLocation": "default",
|
|
@@ -6440,7 +6440,7 @@
|
|
|
6440
6440
|
"typeString": "uint256"
|
|
6441
6441
|
},
|
|
6442
6442
|
"typeName": {
|
|
6443
|
-
"id":
|
|
6443
|
+
"id": 24337,
|
|
6444
6444
|
"name": "uint256",
|
|
6445
6445
|
"nodeType": "ElementaryTypeName",
|
|
6446
6446
|
"src": "17667:7:53",
|
|
@@ -6455,12 +6455,12 @@
|
|
|
6455
6455
|
"src": "17607:89:53"
|
|
6456
6456
|
},
|
|
6457
6457
|
"returnParameters": {
|
|
6458
|
-
"id":
|
|
6458
|
+
"id": 24340,
|
|
6459
6459
|
"nodeType": "ParameterList",
|
|
6460
6460
|
"parameters": [],
|
|
6461
6461
|
"src": "17705:0:53"
|
|
6462
6462
|
},
|
|
6463
|
-
"scope":
|
|
6463
|
+
"scope": 24394,
|
|
6464
6464
|
"src": "17572:134:53",
|
|
6465
6465
|
"stateMutability": "nonpayable",
|
|
6466
6466
|
"virtual": false,
|
|
@@ -6468,13 +6468,13 @@
|
|
|
6468
6468
|
},
|
|
6469
6469
|
{
|
|
6470
6470
|
"documentation": {
|
|
6471
|
-
"id":
|
|
6471
|
+
"id": 24342,
|
|
6472
6472
|
"nodeType": "StructuredDocumentation",
|
|
6473
6473
|
"src": "17712:343:53",
|
|
6474
6474
|
"text": " @dev Perform ERC20 transferFrom by host contract.\n @param account The account to spend sender's funds.\n @param spender The account where the funds is sent from.\n @param recipient The recipient of the funds.\n @param amount Number of tokens to be transferred.\n @custom:modifiers \n - onlyHost"
|
|
6475
6475
|
},
|
|
6476
6476
|
"functionSelector": "16d055d6",
|
|
6477
|
-
"id":
|
|
6477
|
+
"id": 24353,
|
|
6478
6478
|
"implemented": false,
|
|
6479
6479
|
"kind": "function",
|
|
6480
6480
|
"modifiers": [],
|
|
@@ -6482,17 +6482,17 @@
|
|
|
6482
6482
|
"nameLocation": "18069:21:53",
|
|
6483
6483
|
"nodeType": "FunctionDefinition",
|
|
6484
6484
|
"parameters": {
|
|
6485
|
-
"id":
|
|
6485
|
+
"id": 24351,
|
|
6486
6486
|
"nodeType": "ParameterList",
|
|
6487
6487
|
"parameters": [
|
|
6488
6488
|
{
|
|
6489
6489
|
"constant": false,
|
|
6490
|
-
"id":
|
|
6490
|
+
"id": 24344,
|
|
6491
6491
|
"mutability": "mutable",
|
|
6492
6492
|
"name": "account",
|
|
6493
6493
|
"nameLocation": "18108:7:53",
|
|
6494
6494
|
"nodeType": "VariableDeclaration",
|
|
6495
|
-
"scope":
|
|
6495
|
+
"scope": 24353,
|
|
6496
6496
|
"src": "18100:15:53",
|
|
6497
6497
|
"stateVariable": false,
|
|
6498
6498
|
"storageLocation": "default",
|
|
@@ -6501,7 +6501,7 @@
|
|
|
6501
6501
|
"typeString": "address"
|
|
6502
6502
|
},
|
|
6503
6503
|
"typeName": {
|
|
6504
|
-
"id":
|
|
6504
|
+
"id": 24343,
|
|
6505
6505
|
"name": "address",
|
|
6506
6506
|
"nodeType": "ElementaryTypeName",
|
|
6507
6507
|
"src": "18100:7:53",
|
|
@@ -6515,12 +6515,12 @@
|
|
|
6515
6515
|
},
|
|
6516
6516
|
{
|
|
6517
6517
|
"constant": false,
|
|
6518
|
-
"id":
|
|
6518
|
+
"id": 24346,
|
|
6519
6519
|
"mutability": "mutable",
|
|
6520
6520
|
"name": "spender",
|
|
6521
6521
|
"nameLocation": "18133:7:53",
|
|
6522
6522
|
"nodeType": "VariableDeclaration",
|
|
6523
|
-
"scope":
|
|
6523
|
+
"scope": 24353,
|
|
6524
6524
|
"src": "18125:15:53",
|
|
6525
6525
|
"stateVariable": false,
|
|
6526
6526
|
"storageLocation": "default",
|
|
@@ -6529,7 +6529,7 @@
|
|
|
6529
6529
|
"typeString": "address"
|
|
6530
6530
|
},
|
|
6531
6531
|
"typeName": {
|
|
6532
|
-
"id":
|
|
6532
|
+
"id": 24345,
|
|
6533
6533
|
"name": "address",
|
|
6534
6534
|
"nodeType": "ElementaryTypeName",
|
|
6535
6535
|
"src": "18125:7:53",
|
|
@@ -6543,12 +6543,12 @@
|
|
|
6543
6543
|
},
|
|
6544
6544
|
{
|
|
6545
6545
|
"constant": false,
|
|
6546
|
-
"id":
|
|
6546
|
+
"id": 24348,
|
|
6547
6547
|
"mutability": "mutable",
|
|
6548
6548
|
"name": "recipient",
|
|
6549
6549
|
"nameLocation": "18158:9:53",
|
|
6550
6550
|
"nodeType": "VariableDeclaration",
|
|
6551
|
-
"scope":
|
|
6551
|
+
"scope": 24353,
|
|
6552
6552
|
"src": "18150:17:53",
|
|
6553
6553
|
"stateVariable": false,
|
|
6554
6554
|
"storageLocation": "default",
|
|
@@ -6557,7 +6557,7 @@
|
|
|
6557
6557
|
"typeString": "address"
|
|
6558
6558
|
},
|
|
6559
6559
|
"typeName": {
|
|
6560
|
-
"id":
|
|
6560
|
+
"id": 24347,
|
|
6561
6561
|
"name": "address",
|
|
6562
6562
|
"nodeType": "ElementaryTypeName",
|
|
6563
6563
|
"src": "18150:7:53",
|
|
@@ -6571,12 +6571,12 @@
|
|
|
6571
6571
|
},
|
|
6572
6572
|
{
|
|
6573
6573
|
"constant": false,
|
|
6574
|
-
"id":
|
|
6574
|
+
"id": 24350,
|
|
6575
6575
|
"mutability": "mutable",
|
|
6576
6576
|
"name": "amount",
|
|
6577
6577
|
"nameLocation": "18185:6:53",
|
|
6578
6578
|
"nodeType": "VariableDeclaration",
|
|
6579
|
-
"scope":
|
|
6579
|
+
"scope": 24353,
|
|
6580
6580
|
"src": "18177:14:53",
|
|
6581
6581
|
"stateVariable": false,
|
|
6582
6582
|
"storageLocation": "default",
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
"typeString": "uint256"
|
|
6586
6586
|
},
|
|
6587
6587
|
"typeName": {
|
|
6588
|
-
"id":
|
|
6588
|
+
"id": 24349,
|
|
6589
6589
|
"name": "uint256",
|
|
6590
6590
|
"nodeType": "ElementaryTypeName",
|
|
6591
6591
|
"src": "18177:7:53",
|
|
@@ -6600,12 +6600,12 @@
|
|
|
6600
6600
|
"src": "18090:107:53"
|
|
6601
6601
|
},
|
|
6602
6602
|
"returnParameters": {
|
|
6603
|
-
"id":
|
|
6603
|
+
"id": 24352,
|
|
6604
6604
|
"nodeType": "ParameterList",
|
|
6605
6605
|
"parameters": [],
|
|
6606
6606
|
"src": "18206:0:53"
|
|
6607
6607
|
},
|
|
6608
|
-
"scope":
|
|
6608
|
+
"scope": 24394,
|
|
6609
6609
|
"src": "18060:147:53",
|
|
6610
6610
|
"stateMutability": "nonpayable",
|
|
6611
6611
|
"virtual": false,
|
|
@@ -6613,13 +6613,13 @@
|
|
|
6613
6613
|
},
|
|
6614
6614
|
{
|
|
6615
6615
|
"documentation": {
|
|
6616
|
-
"id":
|
|
6616
|
+
"id": 24354,
|
|
6617
6617
|
"nodeType": "StructuredDocumentation",
|
|
6618
6618
|
"src": "18213:325:53",
|
|
6619
6619
|
"text": " @dev Perform ERC777 send by host contract.\n @param spender The account where the funds is sent from.\n @param recipient The recipient of the funds.\n @param amount Number of tokens to be transferred.\n @param data Arbitrary user inputted data\n @custom:modifiers \n - onlyHost"
|
|
6620
6620
|
},
|
|
6621
6621
|
"functionSelector": "ca0c1e7f",
|
|
6622
|
-
"id":
|
|
6622
|
+
"id": 24365,
|
|
6623
6623
|
"implemented": false,
|
|
6624
6624
|
"kind": "function",
|
|
6625
6625
|
"modifiers": [],
|
|
@@ -6627,17 +6627,17 @@
|
|
|
6627
6627
|
"nameLocation": "18552:13:53",
|
|
6628
6628
|
"nodeType": "FunctionDefinition",
|
|
6629
6629
|
"parameters": {
|
|
6630
|
-
"id":
|
|
6630
|
+
"id": 24363,
|
|
6631
6631
|
"nodeType": "ParameterList",
|
|
6632
6632
|
"parameters": [
|
|
6633
6633
|
{
|
|
6634
6634
|
"constant": false,
|
|
6635
|
-
"id":
|
|
6635
|
+
"id": 24356,
|
|
6636
6636
|
"mutability": "mutable",
|
|
6637
6637
|
"name": "spender",
|
|
6638
6638
|
"nameLocation": "18583:7:53",
|
|
6639
6639
|
"nodeType": "VariableDeclaration",
|
|
6640
|
-
"scope":
|
|
6640
|
+
"scope": 24365,
|
|
6641
6641
|
"src": "18575:15:53",
|
|
6642
6642
|
"stateVariable": false,
|
|
6643
6643
|
"storageLocation": "default",
|
|
@@ -6646,7 +6646,7 @@
|
|
|
6646
6646
|
"typeString": "address"
|
|
6647
6647
|
},
|
|
6648
6648
|
"typeName": {
|
|
6649
|
-
"id":
|
|
6649
|
+
"id": 24355,
|
|
6650
6650
|
"name": "address",
|
|
6651
6651
|
"nodeType": "ElementaryTypeName",
|
|
6652
6652
|
"src": "18575:7:53",
|
|
@@ -6660,12 +6660,12 @@
|
|
|
6660
6660
|
},
|
|
6661
6661
|
{
|
|
6662
6662
|
"constant": false,
|
|
6663
|
-
"id":
|
|
6663
|
+
"id": 24358,
|
|
6664
6664
|
"mutability": "mutable",
|
|
6665
6665
|
"name": "recipient",
|
|
6666
6666
|
"nameLocation": "18608:9:53",
|
|
6667
6667
|
"nodeType": "VariableDeclaration",
|
|
6668
|
-
"scope":
|
|
6668
|
+
"scope": 24365,
|
|
6669
6669
|
"src": "18600:17:53",
|
|
6670
6670
|
"stateVariable": false,
|
|
6671
6671
|
"storageLocation": "default",
|
|
@@ -6674,7 +6674,7 @@
|
|
|
6674
6674
|
"typeString": "address"
|
|
6675
6675
|
},
|
|
6676
6676
|
"typeName": {
|
|
6677
|
-
"id":
|
|
6677
|
+
"id": 24357,
|
|
6678
6678
|
"name": "address",
|
|
6679
6679
|
"nodeType": "ElementaryTypeName",
|
|
6680
6680
|
"src": "18600:7:53",
|
|
@@ -6688,12 +6688,12 @@
|
|
|
6688
6688
|
},
|
|
6689
6689
|
{
|
|
6690
6690
|
"constant": false,
|
|
6691
|
-
"id":
|
|
6691
|
+
"id": 24360,
|
|
6692
6692
|
"mutability": "mutable",
|
|
6693
6693
|
"name": "amount",
|
|
6694
6694
|
"nameLocation": "18635:6:53",
|
|
6695
6695
|
"nodeType": "VariableDeclaration",
|
|
6696
|
-
"scope":
|
|
6696
|
+
"scope": 24365,
|
|
6697
6697
|
"src": "18627:14:53",
|
|
6698
6698
|
"stateVariable": false,
|
|
6699
6699
|
"storageLocation": "default",
|
|
@@ -6702,7 +6702,7 @@
|
|
|
6702
6702
|
"typeString": "uint256"
|
|
6703
6703
|
},
|
|
6704
6704
|
"typeName": {
|
|
6705
|
-
"id":
|
|
6705
|
+
"id": 24359,
|
|
6706
6706
|
"name": "uint256",
|
|
6707
6707
|
"nodeType": "ElementaryTypeName",
|
|
6708
6708
|
"src": "18627:7:53",
|
|
@@ -6715,12 +6715,12 @@
|
|
|
6715
6715
|
},
|
|
6716
6716
|
{
|
|
6717
6717
|
"constant": false,
|
|
6718
|
-
"id":
|
|
6718
|
+
"id": 24362,
|
|
6719
6719
|
"mutability": "mutable",
|
|
6720
6720
|
"name": "data",
|
|
6721
6721
|
"nameLocation": "18664:4:53",
|
|
6722
6722
|
"nodeType": "VariableDeclaration",
|
|
6723
|
-
"scope":
|
|
6723
|
+
"scope": 24365,
|
|
6724
6724
|
"src": "18651:17:53",
|
|
6725
6725
|
"stateVariable": false,
|
|
6726
6726
|
"storageLocation": "memory",
|
|
@@ -6729,7 +6729,7 @@
|
|
|
6729
6729
|
"typeString": "bytes"
|
|
6730
6730
|
},
|
|
6731
6731
|
"typeName": {
|
|
6732
|
-
"id":
|
|
6732
|
+
"id": 24361,
|
|
6733
6733
|
"name": "bytes",
|
|
6734
6734
|
"nodeType": "ElementaryTypeName",
|
|
6735
6735
|
"src": "18651:5:53",
|
|
@@ -6744,12 +6744,12 @@
|
|
|
6744
6744
|
"src": "18565:109:53"
|
|
6745
6745
|
},
|
|
6746
6746
|
"returnParameters": {
|
|
6747
|
-
"id":
|
|
6747
|
+
"id": 24364,
|
|
6748
6748
|
"nodeType": "ParameterList",
|
|
6749
6749
|
"parameters": [],
|
|
6750
6750
|
"src": "18683:0:53"
|
|
6751
6751
|
},
|
|
6752
|
-
"scope":
|
|
6752
|
+
"scope": 24394,
|
|
6753
6753
|
"src": "18543:141:53",
|
|
6754
6754
|
"stateMutability": "nonpayable",
|
|
6755
6755
|
"virtual": false,
|
|
@@ -6757,13 +6757,13 @@
|
|
|
6757
6757
|
},
|
|
6758
6758
|
{
|
|
6759
6759
|
"documentation": {
|
|
6760
|
-
"id":
|
|
6760
|
+
"id": 24366,
|
|
6761
6761
|
"nodeType": "StructuredDocumentation",
|
|
6762
6762
|
"src": "18690:233:53",
|
|
6763
6763
|
"text": " @dev Upgrade ERC20 to SuperToken by host contract.\n @param account The account to be changed.\n @param amount Number of tokens to be upgraded (in 18 decimals)\n @custom:modifiers \n - onlyHost"
|
|
6764
6764
|
},
|
|
6765
6765
|
"functionSelector": "ca789464",
|
|
6766
|
-
"id":
|
|
6766
|
+
"id": 24373,
|
|
6767
6767
|
"implemented": false,
|
|
6768
6768
|
"kind": "function",
|
|
6769
6769
|
"modifiers": [],
|
|
@@ -6771,17 +6771,17 @@
|
|
|
6771
6771
|
"nameLocation": "18937:16:53",
|
|
6772
6772
|
"nodeType": "FunctionDefinition",
|
|
6773
6773
|
"parameters": {
|
|
6774
|
-
"id":
|
|
6774
|
+
"id": 24371,
|
|
6775
6775
|
"nodeType": "ParameterList",
|
|
6776
6776
|
"parameters": [
|
|
6777
6777
|
{
|
|
6778
6778
|
"constant": false,
|
|
6779
|
-
"id":
|
|
6779
|
+
"id": 24368,
|
|
6780
6780
|
"mutability": "mutable",
|
|
6781
6781
|
"name": "account",
|
|
6782
6782
|
"nameLocation": "18962:7:53",
|
|
6783
6783
|
"nodeType": "VariableDeclaration",
|
|
6784
|
-
"scope":
|
|
6784
|
+
"scope": 24373,
|
|
6785
6785
|
"src": "18954:15:53",
|
|
6786
6786
|
"stateVariable": false,
|
|
6787
6787
|
"storageLocation": "default",
|
|
@@ -6790,7 +6790,7 @@
|
|
|
6790
6790
|
"typeString": "address"
|
|
6791
6791
|
},
|
|
6792
6792
|
"typeName": {
|
|
6793
|
-
"id":
|
|
6793
|
+
"id": 24367,
|
|
6794
6794
|
"name": "address",
|
|
6795
6795
|
"nodeType": "ElementaryTypeName",
|
|
6796
6796
|
"src": "18954:7:53",
|
|
@@ -6804,12 +6804,12 @@
|
|
|
6804
6804
|
},
|
|
6805
6805
|
{
|
|
6806
6806
|
"constant": false,
|
|
6807
|
-
"id":
|
|
6807
|
+
"id": 24370,
|
|
6808
6808
|
"mutability": "mutable",
|
|
6809
6809
|
"name": "amount",
|
|
6810
6810
|
"nameLocation": "18979:6:53",
|
|
6811
6811
|
"nodeType": "VariableDeclaration",
|
|
6812
|
-
"scope":
|
|
6812
|
+
"scope": 24373,
|
|
6813
6813
|
"src": "18971:14:53",
|
|
6814
6814
|
"stateVariable": false,
|
|
6815
6815
|
"storageLocation": "default",
|
|
@@ -6818,7 +6818,7 @@
|
|
|
6818
6818
|
"typeString": "uint256"
|
|
6819
6819
|
},
|
|
6820
6820
|
"typeName": {
|
|
6821
|
-
"id":
|
|
6821
|
+
"id": 24369,
|
|
6822
6822
|
"name": "uint256",
|
|
6823
6823
|
"nodeType": "ElementaryTypeName",
|
|
6824
6824
|
"src": "18971:7:53",
|
|
@@ -6833,12 +6833,12 @@
|
|
|
6833
6833
|
"src": "18953:33:53"
|
|
6834
6834
|
},
|
|
6835
6835
|
"returnParameters": {
|
|
6836
|
-
"id":
|
|
6836
|
+
"id": 24372,
|
|
6837
6837
|
"nodeType": "ParameterList",
|
|
6838
6838
|
"parameters": [],
|
|
6839
6839
|
"src": "18995:0:53"
|
|
6840
6840
|
},
|
|
6841
|
-
"scope":
|
|
6841
|
+
"scope": 24394,
|
|
6842
6842
|
"src": "18928:68:53",
|
|
6843
6843
|
"stateMutability": "nonpayable",
|
|
6844
6844
|
"virtual": false,
|
|
@@ -6846,13 +6846,13 @@
|
|
|
6846
6846
|
},
|
|
6847
6847
|
{
|
|
6848
6848
|
"documentation": {
|
|
6849
|
-
"id":
|
|
6849
|
+
"id": 24374,
|
|
6850
6850
|
"nodeType": "StructuredDocumentation",
|
|
6851
6851
|
"src": "19002:237:53",
|
|
6852
6852
|
"text": " @dev Downgrade ERC20 to SuperToken by host contract.\n @param account The account to be changed.\n @param amount Number of tokens to be downgraded (in 18 decimals)\n @custom:modifiers \n - onlyHost"
|
|
6853
6853
|
},
|
|
6854
6854
|
"functionSelector": "245887fc",
|
|
6855
|
-
"id":
|
|
6855
|
+
"id": 24381,
|
|
6856
6856
|
"implemented": false,
|
|
6857
6857
|
"kind": "function",
|
|
6858
6858
|
"modifiers": [],
|
|
@@ -6860,17 +6860,17 @@
|
|
|
6860
6860
|
"nameLocation": "19253:18:53",
|
|
6861
6861
|
"nodeType": "FunctionDefinition",
|
|
6862
6862
|
"parameters": {
|
|
6863
|
-
"id":
|
|
6863
|
+
"id": 24379,
|
|
6864
6864
|
"nodeType": "ParameterList",
|
|
6865
6865
|
"parameters": [
|
|
6866
6866
|
{
|
|
6867
6867
|
"constant": false,
|
|
6868
|
-
"id":
|
|
6868
|
+
"id": 24376,
|
|
6869
6869
|
"mutability": "mutable",
|
|
6870
6870
|
"name": "account",
|
|
6871
6871
|
"nameLocation": "19280:7:53",
|
|
6872
6872
|
"nodeType": "VariableDeclaration",
|
|
6873
|
-
"scope":
|
|
6873
|
+
"scope": 24381,
|
|
6874
6874
|
"src": "19272:15:53",
|
|
6875
6875
|
"stateVariable": false,
|
|
6876
6876
|
"storageLocation": "default",
|
|
@@ -6879,7 +6879,7 @@
|
|
|
6879
6879
|
"typeString": "address"
|
|
6880
6880
|
},
|
|
6881
6881
|
"typeName": {
|
|
6882
|
-
"id":
|
|
6882
|
+
"id": 24375,
|
|
6883
6883
|
"name": "address",
|
|
6884
6884
|
"nodeType": "ElementaryTypeName",
|
|
6885
6885
|
"src": "19272:7:53",
|
|
@@ -6893,12 +6893,12 @@
|
|
|
6893
6893
|
},
|
|
6894
6894
|
{
|
|
6895
6895
|
"constant": false,
|
|
6896
|
-
"id":
|
|
6896
|
+
"id": 24378,
|
|
6897
6897
|
"mutability": "mutable",
|
|
6898
6898
|
"name": "amount",
|
|
6899
6899
|
"nameLocation": "19297:6:53",
|
|
6900
6900
|
"nodeType": "VariableDeclaration",
|
|
6901
|
-
"scope":
|
|
6901
|
+
"scope": 24381,
|
|
6902
6902
|
"src": "19289:14:53",
|
|
6903
6903
|
"stateVariable": false,
|
|
6904
6904
|
"storageLocation": "default",
|
|
@@ -6907,7 +6907,7 @@
|
|
|
6907
6907
|
"typeString": "uint256"
|
|
6908
6908
|
},
|
|
6909
6909
|
"typeName": {
|
|
6910
|
-
"id":
|
|
6910
|
+
"id": 24377,
|
|
6911
6911
|
"name": "uint256",
|
|
6912
6912
|
"nodeType": "ElementaryTypeName",
|
|
6913
6913
|
"src": "19289:7:53",
|
|
@@ -6922,12 +6922,12 @@
|
|
|
6922
6922
|
"src": "19271:33:53"
|
|
6923
6923
|
},
|
|
6924
6924
|
"returnParameters": {
|
|
6925
|
-
"id":
|
|
6925
|
+
"id": 24380,
|
|
6926
6926
|
"nodeType": "ParameterList",
|
|
6927
6927
|
"parameters": [],
|
|
6928
6928
|
"src": "19313:0:53"
|
|
6929
6929
|
},
|
|
6930
|
-
"scope":
|
|
6930
|
+
"scope": 24394,
|
|
6931
6931
|
"src": "19244:70:53",
|
|
6932
6932
|
"stateMutability": "nonpayable",
|
|
6933
6933
|
"virtual": false,
|
|
@@ -6936,53 +6936,53 @@
|
|
|
6936
6936
|
{
|
|
6937
6937
|
"anonymous": false,
|
|
6938
6938
|
"documentation": {
|
|
6939
|
-
"id":
|
|
6939
|
+
"id": 24382,
|
|
6940
6940
|
"nodeType": "StructuredDocumentation",
|
|
6941
6941
|
"src": "19343:126:53",
|
|
6942
6942
|
"text": " @dev Constant Outflow NFT proxy created event\n @param constantOutflowNFT constant outflow nft address"
|
|
6943
6943
|
},
|
|
6944
6944
|
"eventSelector": "cf554eb342edf010a94e07701ae91e99e90b769f649f03aeb1153654ddd43c01",
|
|
6945
|
-
"id":
|
|
6945
|
+
"id": 24387,
|
|
6946
6946
|
"name": "ConstantOutflowNFTCreated",
|
|
6947
6947
|
"nameLocation": "19480:25:53",
|
|
6948
6948
|
"nodeType": "EventDefinition",
|
|
6949
6949
|
"parameters": {
|
|
6950
|
-
"id":
|
|
6950
|
+
"id": 24386,
|
|
6951
6951
|
"nodeType": "ParameterList",
|
|
6952
6952
|
"parameters": [
|
|
6953
6953
|
{
|
|
6954
6954
|
"constant": false,
|
|
6955
|
-
"id":
|
|
6955
|
+
"id": 24385,
|
|
6956
6956
|
"indexed": true,
|
|
6957
6957
|
"mutability": "mutable",
|
|
6958
6958
|
"name": "constantOutflowNFT",
|
|
6959
6959
|
"nameLocation": "19543:18:53",
|
|
6960
6960
|
"nodeType": "VariableDeclaration",
|
|
6961
|
-
"scope":
|
|
6961
|
+
"scope": 24387,
|
|
6962
6962
|
"src": "19515:46:53",
|
|
6963
6963
|
"stateVariable": false,
|
|
6964
6964
|
"storageLocation": "default",
|
|
6965
6965
|
"typeDescriptions": {
|
|
6966
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
6966
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23697",
|
|
6967
6967
|
"typeString": "contract IConstantOutflowNFT"
|
|
6968
6968
|
},
|
|
6969
6969
|
"typeName": {
|
|
6970
|
-
"id":
|
|
6970
|
+
"id": 24384,
|
|
6971
6971
|
"nodeType": "UserDefinedTypeName",
|
|
6972
6972
|
"pathNode": {
|
|
6973
|
-
"id":
|
|
6973
|
+
"id": 24383,
|
|
6974
6974
|
"name": "IConstantOutflowNFT",
|
|
6975
6975
|
"nameLocations": [
|
|
6976
6976
|
"19515:19:53"
|
|
6977
6977
|
],
|
|
6978
6978
|
"nodeType": "IdentifierPath",
|
|
6979
|
-
"referencedDeclaration":
|
|
6979
|
+
"referencedDeclaration": 23697,
|
|
6980
6980
|
"src": "19515:19:53"
|
|
6981
6981
|
},
|
|
6982
|
-
"referencedDeclaration":
|
|
6982
|
+
"referencedDeclaration": 23697,
|
|
6983
6983
|
"src": "19515:19:53",
|
|
6984
6984
|
"typeDescriptions": {
|
|
6985
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
6985
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23697",
|
|
6986
6986
|
"typeString": "contract IConstantOutflowNFT"
|
|
6987
6987
|
}
|
|
6988
6988
|
},
|
|
@@ -6996,53 +6996,53 @@
|
|
|
6996
6996
|
{
|
|
6997
6997
|
"anonymous": false,
|
|
6998
6998
|
"documentation": {
|
|
6999
|
-
"id":
|
|
6999
|
+
"id": 24388,
|
|
7000
7000
|
"nodeType": "StructuredDocumentation",
|
|
7001
7001
|
"src": "19574:123:53",
|
|
7002
7002
|
"text": " @dev Constant Inflow NFT proxy created event\n @param constantInflowNFT constant inflow nft address"
|
|
7003
7003
|
},
|
|
7004
7004
|
"eventSelector": "8837af285f4d380af9227df9ebafa13d992b487fa6d7a4366bd4154576085b89",
|
|
7005
|
-
"id":
|
|
7005
|
+
"id": 24393,
|
|
7006
7006
|
"name": "ConstantInflowNFTCreated",
|
|
7007
7007
|
"nameLocation": "19708:24:53",
|
|
7008
7008
|
"nodeType": "EventDefinition",
|
|
7009
7009
|
"parameters": {
|
|
7010
|
-
"id":
|
|
7010
|
+
"id": 24392,
|
|
7011
7011
|
"nodeType": "ParameterList",
|
|
7012
7012
|
"parameters": [
|
|
7013
7013
|
{
|
|
7014
7014
|
"constant": false,
|
|
7015
|
-
"id":
|
|
7015
|
+
"id": 24391,
|
|
7016
7016
|
"indexed": true,
|
|
7017
7017
|
"mutability": "mutable",
|
|
7018
7018
|
"name": "constantInflowNFT",
|
|
7019
7019
|
"nameLocation": "19769:17:53",
|
|
7020
7020
|
"nodeType": "VariableDeclaration",
|
|
7021
|
-
"scope":
|
|
7021
|
+
"scope": 24393,
|
|
7022
7022
|
"src": "19742:44:53",
|
|
7023
7023
|
"stateVariable": false,
|
|
7024
7024
|
"storageLocation": "default",
|
|
7025
7025
|
"typeDescriptions": {
|
|
7026
|
-
"typeIdentifier": "t_contract$_IConstantInflowNFT_$
|
|
7026
|
+
"typeIdentifier": "t_contract$_IConstantInflowNFT_$23643",
|
|
7027
7027
|
"typeString": "contract IConstantInflowNFT"
|
|
7028
7028
|
},
|
|
7029
7029
|
"typeName": {
|
|
7030
|
-
"id":
|
|
7030
|
+
"id": 24390,
|
|
7031
7031
|
"nodeType": "UserDefinedTypeName",
|
|
7032
7032
|
"pathNode": {
|
|
7033
|
-
"id":
|
|
7033
|
+
"id": 24389,
|
|
7034
7034
|
"name": "IConstantInflowNFT",
|
|
7035
7035
|
"nameLocations": [
|
|
7036
7036
|
"19742:18:53"
|
|
7037
7037
|
],
|
|
7038
7038
|
"nodeType": "IdentifierPath",
|
|
7039
|
-
"referencedDeclaration":
|
|
7039
|
+
"referencedDeclaration": 23643,
|
|
7040
7040
|
"src": "19742:18:53"
|
|
7041
7041
|
},
|
|
7042
|
-
"referencedDeclaration":
|
|
7042
|
+
"referencedDeclaration": 23643,
|
|
7043
7043
|
"src": "19742:18:53",
|
|
7044
7044
|
"typeDescriptions": {
|
|
7045
|
-
"typeIdentifier": "t_contract$_IConstantInflowNFT_$
|
|
7045
|
+
"typeIdentifier": "t_contract$_IConstantInflowNFT_$23643",
|
|
7046
7046
|
"typeString": "contract IConstantInflowNFT"
|
|
7047
7047
|
}
|
|
7048
7048
|
},
|
|
@@ -7054,29 +7054,29 @@
|
|
|
7054
7054
|
"src": "19702:91:53"
|
|
7055
7055
|
}
|
|
7056
7056
|
],
|
|
7057
|
-
"scope":
|
|
7057
|
+
"scope": 24395,
|
|
7058
7058
|
"src": "704:19618:53",
|
|
7059
7059
|
"usedErrors": [
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
|
|
7060
|
+
23951,
|
|
7061
|
+
23953,
|
|
7062
|
+
23955,
|
|
7063
|
+
23957,
|
|
7064
|
+
23959,
|
|
7065
|
+
23961,
|
|
7066
|
+
23963,
|
|
7067
|
+
23965,
|
|
7068
|
+
23967,
|
|
7069
|
+
23969,
|
|
7070
|
+
23971,
|
|
7071
|
+
23973,
|
|
7072
|
+
23975,
|
|
7073
|
+
23977,
|
|
7074
|
+
25184,
|
|
7075
|
+
25186,
|
|
7076
|
+
25188,
|
|
7077
|
+
25190,
|
|
7078
|
+
25192,
|
|
7079
|
+
25194
|
|
7080
7080
|
]
|
|
7081
7081
|
}
|
|
7082
7082
|
],
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
},
|
|
7089
7089
|
"networks": {},
|
|
7090
7090
|
"schemaVersion": "3.4.13",
|
|
7091
|
-
"updatedAt": "2023-
|
|
7091
|
+
"updatedAt": "2023-07-07T14:28:48.655Z",
|
|
7092
7092
|
"devdoc": {
|
|
7093
7093
|
"author": "Superfluid",
|
|
7094
7094
|
"events": {
|