@superfluid-finance/ethereum-contracts 1.2.2-dev.c9bc19b.0 → 1.2.2-dev.ec379f7.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.
Files changed (118) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +450 -243
  6. package/build/contracts/BaseRelayRecipient.json +112 -112
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +1138 -1138
  9. package/build/contracts/CFAv1Library.json +2531 -2531
  10. package/build/contracts/CallUtils.json +478 -478
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1521 -1521
  12. package/build/contracts/ConstantFlowAgreementV1.json +19314 -18334
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1138 -1138
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +31 -31
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +36 -36
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +660 -660
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1521 -1521
  30. package/build/contracts/FixedSizeData.json +405 -405
  31. package/build/contracts/FlowExchangeTestApp.json +1522 -1522
  32. package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +1036 -1036
  37. package/build/contracts/IDAv1Library.json +4183 -4183
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +1182 -1182
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
  52. package/build/contracts/IMultiSigWallet.json +45 -45
  53. package/build/contracts/IPureSuperToken.json +69 -69
  54. package/build/contracts/IPureSuperTokenCustom.json +69 -69
  55. package/build/contracts/IRelayRecipient.json +49 -49
  56. package/build/contracts/IResolver.json +73 -73
  57. package/build/contracts/ISETH.json +79 -79
  58. package/build/contracts/ISETHCustom.json +79 -79
  59. package/build/contracts/ISuperAgreement.json +88 -88
  60. package/build/contracts/ISuperApp.json +351 -351
  61. package/build/contracts/ISuperToken.json +1008 -1008
  62. package/build/contracts/ISuperTokenFactory.json +280 -280
  63. package/build/contracts/ISuperfluid.json +1466 -1466
  64. package/build/contracts/ISuperfluidGovernance.json +404 -404
  65. package/build/contracts/ISuperfluidToken.json +774 -774
  66. package/build/contracts/ITOGAv1.json +1431 -1431
  67. package/build/contracts/ITOGAv2.json +1431 -1431
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +9343 -9343
  70. package/build/contracts/Int96SafeMath.json +504 -504
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1522 -1522
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1521 -1521
  83. package/build/contracts/SlotsBitmapLibrary.json +794 -794
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +394 -394
  86. package/build/contracts/SuperAppDefinitions.json +1138 -1138
  87. package/build/contracts/SuperToken.json +2351 -2351
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
  96. package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1448 -1448
  101. package/build/contracts/TestGovernance.json +2195 -2445
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +58 -58
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +3 -4
  110. package/contracts/agreements/AgreementLibrary.sol +1 -0
  111. package/contracts/agreements/ConstantFlowAgreementV1.sol +71 -35
  112. package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
  113. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  114. package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
  115. package/contracts/mocks/SuperfluidMock.sol +2 -2
  116. package/contracts/superfluid/Superfluid.sol +5 -10
  117. package/package.json +2 -1
  118. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -1591,24 +1591,24 @@
1591
1591
  3172
1592
1592
  ],
1593
1593
  "ISuperToken": [
1594
- 18683
1594
+ 18439
1595
1595
  ],
1596
1596
  "ISuperfluid": [
1597
- 19246
1597
+ 19002
1598
1598
  ],
1599
1599
  "ISuperfluidToken": [
1600
- 19643
1600
+ 19399
1601
1601
  ],
1602
1602
  "TokenInfo": [
1603
- 19760
1603
+ 19516
1604
1604
  ]
1605
1605
  },
1606
- "id": 18684,
1606
+ "id": 18440,
1607
1607
  "license": "AGPLv3",
1608
1608
  "nodeType": "SourceUnit",
1609
1609
  "nodes": [
1610
1610
  {
1611
- "id": 18309,
1611
+ "id": 18065,
1612
1612
  "literals": [
1613
1613
  "solidity",
1614
1614
  ">=",
@@ -1616,26 +1616,26 @@
1616
1616
  ".0"
1617
1617
  ],
1618
1618
  "nodeType": "PragmaDirective",
1619
- "src": "35:25:50"
1619
+ "src": "35:25:49"
1620
1620
  },
1621
1621
  {
1622
1622
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
1623
1623
  "file": "./ISuperfluid.sol",
1624
- "id": 18311,
1624
+ "id": 18067,
1625
1625
  "nameLocation": "-1:-1:-1",
1626
1626
  "nodeType": "ImportDirective",
1627
- "scope": 18684,
1628
- "sourceUnit": 19247,
1629
- "src": "62:48:50",
1627
+ "scope": 18440,
1628
+ "sourceUnit": 19003,
1629
+ "src": "62:48:49",
1630
1630
  "symbolAliases": [
1631
1631
  {
1632
1632
  "foreign": {
1633
- "id": 18310,
1633
+ "id": 18066,
1634
1634
  "name": "ISuperfluid",
1635
1635
  "nodeType": "Identifier",
1636
1636
  "overloadedDeclarations": [],
1637
- "referencedDeclaration": 19246,
1638
- "src": "71:11:50",
1637
+ "referencedDeclaration": 19002,
1638
+ "src": "71:11:49",
1639
1639
  "typeDescriptions": {}
1640
1640
  },
1641
1641
  "nameLocation": "-1:-1:-1"
@@ -1646,21 +1646,21 @@
1646
1646
  {
1647
1647
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
1648
1648
  "file": "./ISuperfluidToken.sol",
1649
- "id": 18313,
1649
+ "id": 18069,
1650
1650
  "nameLocation": "-1:-1:-1",
1651
1651
  "nodeType": "ImportDirective",
1652
- "scope": 18684,
1653
- "sourceUnit": 19644,
1654
- "src": "111:58:50",
1652
+ "scope": 18440,
1653
+ "sourceUnit": 19400,
1654
+ "src": "111:58:49",
1655
1655
  "symbolAliases": [
1656
1656
  {
1657
1657
  "foreign": {
1658
- "id": 18312,
1658
+ "id": 18068,
1659
1659
  "name": "ISuperfluidToken",
1660
1660
  "nodeType": "Identifier",
1661
1661
  "overloadedDeclarations": [],
1662
- "referencedDeclaration": 19643,
1663
- "src": "120:16:50",
1662
+ "referencedDeclaration": 19399,
1663
+ "src": "120:16:49",
1664
1664
  "typeDescriptions": {}
1665
1665
  },
1666
1666
  "nameLocation": "-1:-1:-1"
@@ -1671,21 +1671,21 @@
1671
1671
  {
1672
1672
  "absolutePath": "project:/contracts/interfaces/tokens/TokenInfo.sol",
1673
1673
  "file": "../tokens/TokenInfo.sol",
1674
- "id": 18315,
1674
+ "id": 18071,
1675
1675
  "nameLocation": "-1:-1:-1",
1676
1676
  "nodeType": "ImportDirective",
1677
- "scope": 18684,
1678
- "sourceUnit": 19761,
1679
- "src": "170:52:50",
1677
+ "scope": 18440,
1678
+ "sourceUnit": 19517,
1679
+ "src": "170:52:49",
1680
1680
  "symbolAliases": [
1681
1681
  {
1682
1682
  "foreign": {
1683
- "id": 18314,
1683
+ "id": 18070,
1684
1684
  "name": "TokenInfo",
1685
1685
  "nodeType": "Identifier",
1686
1686
  "overloadedDeclarations": [],
1687
- "referencedDeclaration": 19760,
1688
- "src": "179:9:50",
1687
+ "referencedDeclaration": 19516,
1688
+ "src": "179:9:49",
1689
1689
  "typeDescriptions": {}
1690
1690
  },
1691
1691
  "nameLocation": "-1:-1:-1"
@@ -1696,21 +1696,21 @@
1696
1696
  {
1697
1697
  "absolutePath": "@openzeppelin/contracts/token/ERC777/IERC777.sol",
1698
1698
  "file": "@openzeppelin/contracts/token/ERC777/IERC777.sol",
1699
- "id": 18317,
1699
+ "id": 18073,
1700
1700
  "nameLocation": "-1:-1:-1",
1701
1701
  "nodeType": "ImportDirective",
1702
- "scope": 18684,
1702
+ "scope": 18440,
1703
1703
  "sourceUnit": 3173,
1704
- "src": "223:75:50",
1704
+ "src": "223:75:49",
1705
1705
  "symbolAliases": [
1706
1706
  {
1707
1707
  "foreign": {
1708
- "id": 18316,
1708
+ "id": 18072,
1709
1709
  "name": "IERC777",
1710
1710
  "nodeType": "Identifier",
1711
1711
  "overloadedDeclarations": [],
1712
1712
  "referencedDeclaration": 3172,
1713
- "src": "232:7:50",
1713
+ "src": "232:7:49",
1714
1714
  "typeDescriptions": {}
1715
1715
  },
1716
1716
  "nameLocation": "-1:-1:-1"
@@ -1721,21 +1721,21 @@
1721
1721
  {
1722
1722
  "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
1723
1723
  "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
1724
- "id": 18319,
1724
+ "id": 18075,
1725
1725
  "nameLocation": "-1:-1:-1",
1726
1726
  "nodeType": "ImportDirective",
1727
- "scope": 18684,
1727
+ "scope": 18440,
1728
1728
  "sourceUnit": 1521,
1729
- "src": "299:72:50",
1729
+ "src": "299:72:49",
1730
1730
  "symbolAliases": [
1731
1731
  {
1732
1732
  "foreign": {
1733
- "id": 18318,
1733
+ "id": 18074,
1734
1734
  "name": "IERC20",
1735
1735
  "nodeType": "Identifier",
1736
1736
  "overloadedDeclarations": [],
1737
1737
  "referencedDeclaration": 1520,
1738
- "src": "308:6:50",
1738
+ "src": "308:6:49",
1739
1739
  "typeDescriptions": {}
1740
1740
  },
1741
1741
  "nameLocation": "-1:-1:-1"
@@ -1748,103 +1748,103 @@
1748
1748
  "baseContracts": [
1749
1749
  {
1750
1750
  "baseName": {
1751
- "id": 18321,
1751
+ "id": 18077,
1752
1752
  "name": "ISuperfluidToken",
1753
1753
  "nodeType": "IdentifierPath",
1754
- "referencedDeclaration": 19643,
1755
- "src": "496:16:50"
1754
+ "referencedDeclaration": 19399,
1755
+ "src": "496:16:49"
1756
1756
  },
1757
- "id": 18322,
1757
+ "id": 18078,
1758
1758
  "nodeType": "InheritanceSpecifier",
1759
- "src": "496:16:50"
1759
+ "src": "496:16:49"
1760
1760
  },
1761
1761
  {
1762
1762
  "baseName": {
1763
- "id": 18323,
1763
+ "id": 18079,
1764
1764
  "name": "TokenInfo",
1765
1765
  "nodeType": "IdentifierPath",
1766
- "referencedDeclaration": 19760,
1767
- "src": "514:9:50"
1766
+ "referencedDeclaration": 19516,
1767
+ "src": "514:9:49"
1768
1768
  },
1769
- "id": 18324,
1769
+ "id": 18080,
1770
1770
  "nodeType": "InheritanceSpecifier",
1771
- "src": "514:9:50"
1771
+ "src": "514:9:49"
1772
1772
  },
1773
1773
  {
1774
1774
  "baseName": {
1775
- "id": 18325,
1775
+ "id": 18081,
1776
1776
  "name": "IERC20",
1777
1777
  "nodeType": "IdentifierPath",
1778
1778
  "referencedDeclaration": 1520,
1779
- "src": "525:6:50"
1779
+ "src": "525:6:49"
1780
1780
  },
1781
- "id": 18326,
1781
+ "id": 18082,
1782
1782
  "nodeType": "InheritanceSpecifier",
1783
- "src": "525:6:50"
1783
+ "src": "525:6:49"
1784
1784
  },
1785
1785
  {
1786
1786
  "baseName": {
1787
- "id": 18327,
1787
+ "id": 18083,
1788
1788
  "name": "IERC777",
1789
1789
  "nodeType": "IdentifierPath",
1790
1790
  "referencedDeclaration": 3172,
1791
- "src": "533:7:50"
1791
+ "src": "533:7:49"
1792
1792
  },
1793
- "id": 18328,
1793
+ "id": 18084,
1794
1794
  "nodeType": "InheritanceSpecifier",
1795
- "src": "533:7:50"
1795
+ "src": "533:7:49"
1796
1796
  }
1797
1797
  ],
1798
1798
  "canonicalName": "ISuperToken",
1799
1799
  "contractDependencies": [],
1800
1800
  "contractKind": "interface",
1801
1801
  "documentation": {
1802
- "id": 18320,
1802
+ "id": 18076,
1803
1803
  "nodeType": "StructuredDocumentation",
1804
- "src": "373:97:50",
1804
+ "src": "373:97:49",
1805
1805
  "text": " @title Super token (Superfluid Token + ERC20 + ERC777) interface\n @author Superfluid"
1806
1806
  },
1807
1807
  "fullyImplemented": false,
1808
- "id": 18683,
1808
+ "id": 18439,
1809
1809
  "linearizedBaseContracts": [
1810
- 18683,
1810
+ 18439,
1811
1811
  3172,
1812
1812
  1520,
1813
- 19760,
1814
- 19643
1813
+ 19516,
1814
+ 19399
1815
1815
  ],
1816
1816
  "name": "ISuperToken",
1817
- "nameLocation": "481:11:50",
1817
+ "nameLocation": "481:11:49",
1818
1818
  "nodeType": "ContractDefinition",
1819
1819
  "nodes": [
1820
1820
  {
1821
1821
  "documentation": {
1822
- "id": 18329,
1822
+ "id": 18085,
1823
1823
  "nodeType": "StructuredDocumentation",
1824
- "src": "548:47:50",
1824
+ "src": "548:47:49",
1825
1825
  "text": " @dev Initialize the contract"
1826
1826
  },
1827
1827
  "functionSelector": "42fe0980",
1828
- "id": 18341,
1828
+ "id": 18097,
1829
1829
  "implemented": false,
1830
1830
  "kind": "function",
1831
1831
  "modifiers": [],
1832
1832
  "name": "initialize",
1833
- "nameLocation": "609:10:50",
1833
+ "nameLocation": "609:10:49",
1834
1834
  "nodeType": "FunctionDefinition",
1835
1835
  "parameters": {
1836
- "id": 18339,
1836
+ "id": 18095,
1837
1837
  "nodeType": "ParameterList",
1838
1838
  "parameters": [
1839
1839
  {
1840
1840
  "constant": false,
1841
- "id": 18332,
1841
+ "id": 18088,
1842
1842
  "mutability": "mutable",
1843
1843
  "name": "underlyingToken",
1844
- "nameLocation": "636:15:50",
1844
+ "nameLocation": "636:15:49",
1845
1845
  "nodeType": "VariableDeclaration",
1846
- "scope": 18341,
1847
- "src": "629:22:50",
1846
+ "scope": 18097,
1847
+ "src": "629:22:49",
1848
1848
  "stateVariable": false,
1849
1849
  "storageLocation": "default",
1850
1850
  "typeDescriptions": {
@@ -1852,17 +1852,17 @@
1852
1852
  "typeString": "contract IERC20"
1853
1853
  },
1854
1854
  "typeName": {
1855
- "id": 18331,
1855
+ "id": 18087,
1856
1856
  "nodeType": "UserDefinedTypeName",
1857
1857
  "pathNode": {
1858
- "id": 18330,
1858
+ "id": 18086,
1859
1859
  "name": "IERC20",
1860
1860
  "nodeType": "IdentifierPath",
1861
1861
  "referencedDeclaration": 1520,
1862
- "src": "629:6:50"
1862
+ "src": "629:6:49"
1863
1863
  },
1864
1864
  "referencedDeclaration": 1520,
1865
- "src": "629:6:50",
1865
+ "src": "629:6:49",
1866
1866
  "typeDescriptions": {
1867
1867
  "typeIdentifier": "t_contract$_IERC20_$1520",
1868
1868
  "typeString": "contract IERC20"
@@ -1872,13 +1872,13 @@
1872
1872
  },
1873
1873
  {
1874
1874
  "constant": false,
1875
- "id": 18334,
1875
+ "id": 18090,
1876
1876
  "mutability": "mutable",
1877
1877
  "name": "underlyingDecimals",
1878
- "nameLocation": "667:18:50",
1878
+ "nameLocation": "667:18:49",
1879
1879
  "nodeType": "VariableDeclaration",
1880
- "scope": 18341,
1881
- "src": "661:24:50",
1880
+ "scope": 18097,
1881
+ "src": "661:24:49",
1882
1882
  "stateVariable": false,
1883
1883
  "storageLocation": "default",
1884
1884
  "typeDescriptions": {
@@ -1886,10 +1886,10 @@
1886
1886
  "typeString": "uint8"
1887
1887
  },
1888
1888
  "typeName": {
1889
- "id": 18333,
1889
+ "id": 18089,
1890
1890
  "name": "uint8",
1891
1891
  "nodeType": "ElementaryTypeName",
1892
- "src": "661:5:50",
1892
+ "src": "661:5:49",
1893
1893
  "typeDescriptions": {
1894
1894
  "typeIdentifier": "t_uint8",
1895
1895
  "typeString": "uint8"
@@ -1899,13 +1899,13 @@
1899
1899
  },
1900
1900
  {
1901
1901
  "constant": false,
1902
- "id": 18336,
1902
+ "id": 18092,
1903
1903
  "mutability": "mutable",
1904
1904
  "name": "n",
1905
- "nameLocation": "711:1:50",
1905
+ "nameLocation": "711:1:49",
1906
1906
  "nodeType": "VariableDeclaration",
1907
- "scope": 18341,
1908
- "src": "695:17:50",
1907
+ "scope": 18097,
1908
+ "src": "695:17:49",
1909
1909
  "stateVariable": false,
1910
1910
  "storageLocation": "calldata",
1911
1911
  "typeDescriptions": {
@@ -1913,10 +1913,10 @@
1913
1913
  "typeString": "string"
1914
1914
  },
1915
1915
  "typeName": {
1916
- "id": 18335,
1916
+ "id": 18091,
1917
1917
  "name": "string",
1918
1918
  "nodeType": "ElementaryTypeName",
1919
- "src": "695:6:50",
1919
+ "src": "695:6:49",
1920
1920
  "typeDescriptions": {
1921
1921
  "typeIdentifier": "t_string_storage_ptr",
1922
1922
  "typeString": "string"
@@ -1926,13 +1926,13 @@
1926
1926
  },
1927
1927
  {
1928
1928
  "constant": false,
1929
- "id": 18338,
1929
+ "id": 18094,
1930
1930
  "mutability": "mutable",
1931
1931
  "name": "s",
1932
- "nameLocation": "738:1:50",
1932
+ "nameLocation": "738:1:49",
1933
1933
  "nodeType": "VariableDeclaration",
1934
- "scope": 18341,
1935
- "src": "722:17:50",
1934
+ "scope": 18097,
1935
+ "src": "722:17:49",
1936
1936
  "stateVariable": false,
1937
1937
  "storageLocation": "calldata",
1938
1938
  "typeDescriptions": {
@@ -1940,10 +1940,10 @@
1940
1940
  "typeString": "string"
1941
1941
  },
1942
1942
  "typeName": {
1943
- "id": 18337,
1943
+ "id": 18093,
1944
1944
  "name": "string",
1945
1945
  "nodeType": "ElementaryTypeName",
1946
- "src": "722:6:50",
1946
+ "src": "722:6:49",
1947
1947
  "typeDescriptions": {
1948
1948
  "typeIdentifier": "t_string_storage_ptr",
1949
1949
  "typeString": "string"
@@ -1952,16 +1952,16 @@
1952
1952
  "visibility": "internal"
1953
1953
  }
1954
1954
  ],
1955
- "src": "619:126:50"
1955
+ "src": "619:126:49"
1956
1956
  },
1957
1957
  "returnParameters": {
1958
- "id": 18340,
1958
+ "id": 18096,
1959
1959
  "nodeType": "ParameterList",
1960
1960
  "parameters": [],
1961
- "src": "754:0:50"
1961
+ "src": "754:0:49"
1962
1962
  },
1963
- "scope": 18683,
1964
- "src": "600:155:50",
1963
+ "scope": 18439,
1964
+ "src": "600:155:49",
1965
1965
  "stateMutability": "nonpayable",
1966
1966
  "virtual": false,
1967
1967
  "visibility": "external"
@@ -1969,62 +1969,62 @@
1969
1969
  {
1970
1970
  "baseFunctions": [
1971
1971
  3022,
1972
- 19747
1972
+ 19503
1973
1973
  ],
1974
1974
  "documentation": {
1975
- "id": 18342,
1975
+ "id": 18098,
1976
1976
  "nodeType": "StructuredDocumentation",
1977
- "src": "946:54:50",
1977
+ "src": "946:54:49",
1978
1978
  "text": " @dev Returns the name of the token."
1979
1979
  },
1980
1980
  "functionSelector": "06fdde03",
1981
- "id": 18350,
1981
+ "id": 18106,
1982
1982
  "implemented": false,
1983
1983
  "kind": "function",
1984
1984
  "modifiers": [],
1985
1985
  "name": "name",
1986
- "nameLocation": "1014:4:50",
1986
+ "nameLocation": "1014:4:49",
1987
1987
  "nodeType": "FunctionDefinition",
1988
1988
  "overrides": {
1989
- "id": 18346,
1989
+ "id": 18102,
1990
1990
  "nodeType": "OverrideSpecifier",
1991
1991
  "overrides": [
1992
1992
  {
1993
- "id": 18344,
1993
+ "id": 18100,
1994
1994
  "name": "IERC777",
1995
1995
  "nodeType": "IdentifierPath",
1996
1996
  "referencedDeclaration": 3172,
1997
- "src": "1044:7:50"
1997
+ "src": "1044:7:49"
1998
1998
  },
1999
1999
  {
2000
- "id": 18345,
2000
+ "id": 18101,
2001
2001
  "name": "TokenInfo",
2002
2002
  "nodeType": "IdentifierPath",
2003
- "referencedDeclaration": 19760,
2004
- "src": "1053:9:50"
2003
+ "referencedDeclaration": 19516,
2004
+ "src": "1053:9:49"
2005
2005
  }
2006
2006
  ],
2007
- "src": "1035:28:50"
2007
+ "src": "1035:28:49"
2008
2008
  },
2009
2009
  "parameters": {
2010
- "id": 18343,
2010
+ "id": 18099,
2011
2011
  "nodeType": "ParameterList",
2012
2012
  "parameters": [],
2013
- "src": "1018:2:50"
2013
+ "src": "1018:2:49"
2014
2014
  },
2015
2015
  "returnParameters": {
2016
- "id": 18349,
2016
+ "id": 18105,
2017
2017
  "nodeType": "ParameterList",
2018
2018
  "parameters": [
2019
2019
  {
2020
2020
  "constant": false,
2021
- "id": 18348,
2021
+ "id": 18104,
2022
2022
  "mutability": "mutable",
2023
2023
  "name": "",
2024
2024
  "nameLocation": "-1:-1:-1",
2025
2025
  "nodeType": "VariableDeclaration",
2026
- "scope": 18350,
2027
- "src": "1073:13:50",
2026
+ "scope": 18106,
2027
+ "src": "1073:13:49",
2028
2028
  "stateVariable": false,
2029
2029
  "storageLocation": "memory",
2030
2030
  "typeDescriptions": {
@@ -2032,10 +2032,10 @@
2032
2032
  "typeString": "string"
2033
2033
  },
2034
2034
  "typeName": {
2035
- "id": 18347,
2035
+ "id": 18103,
2036
2036
  "name": "string",
2037
2037
  "nodeType": "ElementaryTypeName",
2038
- "src": "1073:6:50",
2038
+ "src": "1073:6:49",
2039
2039
  "typeDescriptions": {
2040
2040
  "typeIdentifier": "t_string_storage_ptr",
2041
2041
  "typeString": "string"
@@ -2044,10 +2044,10 @@
2044
2044
  "visibility": "internal"
2045
2045
  }
2046
2046
  ],
2047
- "src": "1072:15:50"
2047
+ "src": "1072:15:49"
2048
2048
  },
2049
- "scope": 18683,
2050
- "src": "1005:83:50",
2049
+ "scope": 18439,
2050
+ "src": "1005:83:49",
2051
2051
  "stateMutability": "view",
2052
2052
  "virtual": false,
2053
2053
  "visibility": "external"
@@ -2055,62 +2055,62 @@
2055
2055
  {
2056
2056
  "baseFunctions": [
2057
2057
  3028,
2058
- 19753
2058
+ 19509
2059
2059
  ],
2060
2060
  "documentation": {
2061
- "id": 18351,
2061
+ "id": 18107,
2062
2062
  "nodeType": "StructuredDocumentation",
2063
- "src": "1094:102:50",
2063
+ "src": "1094:102:49",
2064
2064
  "text": " @dev Returns the symbol of the token, usually a shorter version of the\n name."
2065
2065
  },
2066
2066
  "functionSelector": "95d89b41",
2067
- "id": 18359,
2067
+ "id": 18115,
2068
2068
  "implemented": false,
2069
2069
  "kind": "function",
2070
2070
  "modifiers": [],
2071
2071
  "name": "symbol",
2072
- "nameLocation": "1210:6:50",
2072
+ "nameLocation": "1210:6:49",
2073
2073
  "nodeType": "FunctionDefinition",
2074
2074
  "overrides": {
2075
- "id": 18355,
2075
+ "id": 18111,
2076
2076
  "nodeType": "OverrideSpecifier",
2077
2077
  "overrides": [
2078
2078
  {
2079
- "id": 18353,
2079
+ "id": 18109,
2080
2080
  "name": "IERC777",
2081
2081
  "nodeType": "IdentifierPath",
2082
2082
  "referencedDeclaration": 3172,
2083
- "src": "1242:7:50"
2083
+ "src": "1242:7:49"
2084
2084
  },
2085
2085
  {
2086
- "id": 18354,
2086
+ "id": 18110,
2087
2087
  "name": "TokenInfo",
2088
2088
  "nodeType": "IdentifierPath",
2089
- "referencedDeclaration": 19760,
2090
- "src": "1251:9:50"
2089
+ "referencedDeclaration": 19516,
2090
+ "src": "1251:9:49"
2091
2091
  }
2092
2092
  ],
2093
- "src": "1233:28:50"
2093
+ "src": "1233:28:49"
2094
2094
  },
2095
2095
  "parameters": {
2096
- "id": 18352,
2096
+ "id": 18108,
2097
2097
  "nodeType": "ParameterList",
2098
2098
  "parameters": [],
2099
- "src": "1216:2:50"
2099
+ "src": "1216:2:49"
2100
2100
  },
2101
2101
  "returnParameters": {
2102
- "id": 18358,
2102
+ "id": 18114,
2103
2103
  "nodeType": "ParameterList",
2104
2104
  "parameters": [
2105
2105
  {
2106
2106
  "constant": false,
2107
- "id": 18357,
2107
+ "id": 18113,
2108
2108
  "mutability": "mutable",
2109
2109
  "name": "",
2110
2110
  "nameLocation": "-1:-1:-1",
2111
2111
  "nodeType": "VariableDeclaration",
2112
- "scope": 18359,
2113
- "src": "1271:13:50",
2112
+ "scope": 18115,
2113
+ "src": "1271:13:49",
2114
2114
  "stateVariable": false,
2115
2115
  "storageLocation": "memory",
2116
2116
  "typeDescriptions": {
@@ -2118,10 +2118,10 @@
2118
2118
  "typeString": "string"
2119
2119
  },
2120
2120
  "typeName": {
2121
- "id": 18356,
2121
+ "id": 18112,
2122
2122
  "name": "string",
2123
2123
  "nodeType": "ElementaryTypeName",
2124
- "src": "1271:6:50",
2124
+ "src": "1271:6:49",
2125
2125
  "typeDescriptions": {
2126
2126
  "typeIdentifier": "t_string_storage_ptr",
2127
2127
  "typeString": "string"
@@ -2130,65 +2130,65 @@
2130
2130
  "visibility": "internal"
2131
2131
  }
2132
2132
  ],
2133
- "src": "1270:15:50"
2133
+ "src": "1270:15:49"
2134
2134
  },
2135
- "scope": 18683,
2136
- "src": "1201:85:50",
2135
+ "scope": 18439,
2136
+ "src": "1201:85:49",
2137
2137
  "stateMutability": "view",
2138
2138
  "virtual": false,
2139
2139
  "visibility": "external"
2140
2140
  },
2141
2141
  {
2142
2142
  "baseFunctions": [
2143
- 19759
2143
+ 19515
2144
2144
  ],
2145
2145
  "documentation": {
2146
- "id": 18360,
2146
+ "id": 18116,
2147
2147
  "nodeType": "StructuredDocumentation",
2148
- "src": "1292:668:50",
2148
+ "src": "1292:668:49",
2149
2149
  "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 NOTE: SuperToken always uses 18 decimals.\n Note: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}."
2150
2150
  },
2151
2151
  "functionSelector": "313ce567",
2152
- "id": 18367,
2152
+ "id": 18123,
2153
2153
  "implemented": false,
2154
2154
  "kind": "function",
2155
2155
  "modifiers": [],
2156
2156
  "name": "decimals",
2157
- "nameLocation": "1974:8:50",
2157
+ "nameLocation": "1974:8:49",
2158
2158
  "nodeType": "FunctionDefinition",
2159
2159
  "overrides": {
2160
- "id": 18363,
2160
+ "id": 18119,
2161
2161
  "nodeType": "OverrideSpecifier",
2162
2162
  "overrides": [
2163
2163
  {
2164
- "id": 18362,
2164
+ "id": 18118,
2165
2165
  "name": "TokenInfo",
2166
2166
  "nodeType": "IdentifierPath",
2167
- "referencedDeclaration": 19760,
2168
- "src": "2008:9:50"
2167
+ "referencedDeclaration": 19516,
2168
+ "src": "2008:9:49"
2169
2169
  }
2170
2170
  ],
2171
- "src": "1999:19:50"
2171
+ "src": "1999:19:49"
2172
2172
  },
2173
2173
  "parameters": {
2174
- "id": 18361,
2174
+ "id": 18117,
2175
2175
  "nodeType": "ParameterList",
2176
2176
  "parameters": [],
2177
- "src": "1982:2:50"
2177
+ "src": "1982:2:49"
2178
2178
  },
2179
2179
  "returnParameters": {
2180
- "id": 18366,
2180
+ "id": 18122,
2181
2181
  "nodeType": "ParameterList",
2182
2182
  "parameters": [
2183
2183
  {
2184
2184
  "constant": false,
2185
- "id": 18365,
2185
+ "id": 18121,
2186
2186
  "mutability": "mutable",
2187
2187
  "name": "",
2188
2188
  "nameLocation": "-1:-1:-1",
2189
2189
  "nodeType": "VariableDeclaration",
2190
- "scope": 18367,
2191
- "src": "2028:5:50",
2190
+ "scope": 18123,
2191
+ "src": "2028:5:49",
2192
2192
  "stateVariable": false,
2193
2193
  "storageLocation": "default",
2194
2194
  "typeDescriptions": {
@@ -2196,10 +2196,10 @@
2196
2196
  "typeString": "uint8"
2197
2197
  },
2198
2198
  "typeName": {
2199
- "id": 18364,
2199
+ "id": 18120,
2200
2200
  "name": "uint8",
2201
2201
  "nodeType": "ElementaryTypeName",
2202
- "src": "2028:5:50",
2202
+ "src": "2028:5:49",
2203
2203
  "typeDescriptions": {
2204
2204
  "typeIdentifier": "t_uint8",
2205
2205
  "typeString": "uint8"
@@ -2208,10 +2208,10 @@
2208
2208
  "visibility": "internal"
2209
2209
  }
2210
2210
  ],
2211
- "src": "2027:7:50"
2211
+ "src": "2027:7:49"
2212
2212
  },
2213
- "scope": 18683,
2214
- "src": "1965:70:50",
2213
+ "scope": 18439,
2214
+ "src": "1965:70:49",
2215
2215
  "stateMutability": "view",
2216
2216
  "virtual": false,
2217
2217
  "visibility": "external"
@@ -2222,59 +2222,59 @@
2222
2222
  3040
2223
2223
  ],
2224
2224
  "documentation": {
2225
- "id": 18368,
2225
+ "id": 18124,
2226
2226
  "nodeType": "StructuredDocumentation",
2227
- "src": "2222:49:50",
2227
+ "src": "2222:49:49",
2228
2228
  "text": " @dev See {IERC20-totalSupply}."
2229
2229
  },
2230
2230
  "functionSelector": "18160ddd",
2231
- "id": 18376,
2231
+ "id": 18132,
2232
2232
  "implemented": false,
2233
2233
  "kind": "function",
2234
2234
  "modifiers": [],
2235
2235
  "name": "totalSupply",
2236
- "nameLocation": "2285:11:50",
2236
+ "nameLocation": "2285:11:49",
2237
2237
  "nodeType": "FunctionDefinition",
2238
2238
  "overrides": {
2239
- "id": 18372,
2239
+ "id": 18128,
2240
2240
  "nodeType": "OverrideSpecifier",
2241
2241
  "overrides": [
2242
2242
  {
2243
- "id": 18370,
2243
+ "id": 18126,
2244
2244
  "name": "IERC777",
2245
2245
  "nodeType": "IdentifierPath",
2246
2246
  "referencedDeclaration": 3172,
2247
- "src": "2322:7:50"
2247
+ "src": "2322:7:49"
2248
2248
  },
2249
2249
  {
2250
- "id": 18371,
2250
+ "id": 18127,
2251
2251
  "name": "IERC20",
2252
2252
  "nodeType": "IdentifierPath",
2253
2253
  "referencedDeclaration": 1520,
2254
- "src": "2331:6:50"
2254
+ "src": "2331:6:49"
2255
2255
  }
2256
2256
  ],
2257
- "src": "2313:25:50"
2257
+ "src": "2313:25:49"
2258
2258
  },
2259
2259
  "parameters": {
2260
- "id": 18369,
2260
+ "id": 18125,
2261
2261
  "nodeType": "ParameterList",
2262
2262
  "parameters": [],
2263
- "src": "2296:2:50"
2263
+ "src": "2296:2:49"
2264
2264
  },
2265
2265
  "returnParameters": {
2266
- "id": 18375,
2266
+ "id": 18131,
2267
2267
  "nodeType": "ParameterList",
2268
2268
  "parameters": [
2269
2269
  {
2270
2270
  "constant": false,
2271
- "id": 18374,
2271
+ "id": 18130,
2272
2272
  "mutability": "mutable",
2273
2273
  "name": "",
2274
2274
  "nameLocation": "-1:-1:-1",
2275
2275
  "nodeType": "VariableDeclaration",
2276
- "scope": 18376,
2277
- "src": "2348:7:50",
2276
+ "scope": 18132,
2277
+ "src": "2348:7:49",
2278
2278
  "stateVariable": false,
2279
2279
  "storageLocation": "default",
2280
2280
  "typeDescriptions": {
@@ -2282,10 +2282,10 @@
2282
2282
  "typeString": "uint256"
2283
2283
  },
2284
2284
  "typeName": {
2285
- "id": 18373,
2285
+ "id": 18129,
2286
2286
  "name": "uint256",
2287
2287
  "nodeType": "ElementaryTypeName",
2288
- "src": "2348:7:50",
2288
+ "src": "2348:7:49",
2289
2289
  "typeDescriptions": {
2290
2290
  "typeIdentifier": "t_uint256",
2291
2291
  "typeString": "uint256"
@@ -2294,10 +2294,10 @@
2294
2294
  "visibility": "internal"
2295
2295
  }
2296
2296
  ],
2297
- "src": "2347:9:50"
2297
+ "src": "2347:9:49"
2298
2298
  },
2299
- "scope": 18683,
2300
- "src": "2276:81:50",
2299
+ "scope": 18439,
2300
+ "src": "2276:81:49",
2301
2301
  "stateMutability": "view",
2302
2302
  "virtual": false,
2303
2303
  "visibility": "external"
@@ -2308,53 +2308,53 @@
2308
2308
  3048
2309
2309
  ],
2310
2310
  "documentation": {
2311
- "id": 18377,
2311
+ "id": 18133,
2312
2312
  "nodeType": "StructuredDocumentation",
2313
- "src": "2363:83:50",
2313
+ "src": "2363:83:49",
2314
2314
  "text": " @dev Returns the amount of tokens owned by an account (`owner`)."
2315
2315
  },
2316
2316
  "functionSelector": "70a08231",
2317
- "id": 18387,
2317
+ "id": 18143,
2318
2318
  "implemented": false,
2319
2319
  "kind": "function",
2320
2320
  "modifiers": [],
2321
2321
  "name": "balanceOf",
2322
- "nameLocation": "2460:9:50",
2322
+ "nameLocation": "2460:9:49",
2323
2323
  "nodeType": "FunctionDefinition",
2324
2324
  "overrides": {
2325
- "id": 18383,
2325
+ "id": 18139,
2326
2326
  "nodeType": "OverrideSpecifier",
2327
2327
  "overrides": [
2328
2328
  {
2329
- "id": 18381,
2329
+ "id": 18137,
2330
2330
  "name": "IERC777",
2331
2331
  "nodeType": "IdentifierPath",
2332
2332
  "referencedDeclaration": 3172,
2333
- "src": "2510:7:50"
2333
+ "src": "2510:7:49"
2334
2334
  },
2335
2335
  {
2336
- "id": 18382,
2336
+ "id": 18138,
2337
2337
  "name": "IERC20",
2338
2338
  "nodeType": "IdentifierPath",
2339
2339
  "referencedDeclaration": 1520,
2340
- "src": "2519:6:50"
2340
+ "src": "2519:6:49"
2341
2341
  }
2342
2342
  ],
2343
- "src": "2501:25:50"
2343
+ "src": "2501:25:49"
2344
2344
  },
2345
2345
  "parameters": {
2346
- "id": 18380,
2346
+ "id": 18136,
2347
2347
  "nodeType": "ParameterList",
2348
2348
  "parameters": [
2349
2349
  {
2350
2350
  "constant": false,
2351
- "id": 18379,
2351
+ "id": 18135,
2352
2352
  "mutability": "mutable",
2353
2353
  "name": "account",
2354
- "nameLocation": "2478:7:50",
2354
+ "nameLocation": "2478:7:49",
2355
2355
  "nodeType": "VariableDeclaration",
2356
- "scope": 18387,
2357
- "src": "2470:15:50",
2356
+ "scope": 18143,
2357
+ "src": "2470:15:49",
2358
2358
  "stateVariable": false,
2359
2359
  "storageLocation": "default",
2360
2360
  "typeDescriptions": {
@@ -2362,10 +2362,10 @@
2362
2362
  "typeString": "address"
2363
2363
  },
2364
2364
  "typeName": {
2365
- "id": 18378,
2365
+ "id": 18134,
2366
2366
  "name": "address",
2367
2367
  "nodeType": "ElementaryTypeName",
2368
- "src": "2470:7:50",
2368
+ "src": "2470:7:49",
2369
2369
  "stateMutability": "nonpayable",
2370
2370
  "typeDescriptions": {
2371
2371
  "typeIdentifier": "t_address",
@@ -2375,21 +2375,21 @@
2375
2375
  "visibility": "internal"
2376
2376
  }
2377
2377
  ],
2378
- "src": "2469:17:50"
2378
+ "src": "2469:17:49"
2379
2379
  },
2380
2380
  "returnParameters": {
2381
- "id": 18386,
2381
+ "id": 18142,
2382
2382
  "nodeType": "ParameterList",
2383
2383
  "parameters": [
2384
2384
  {
2385
2385
  "constant": false,
2386
- "id": 18385,
2386
+ "id": 18141,
2387
2387
  "mutability": "mutable",
2388
2388
  "name": "balance",
2389
- "nameLocation": "2543:7:50",
2389
+ "nameLocation": "2543:7:49",
2390
2390
  "nodeType": "VariableDeclaration",
2391
- "scope": 18387,
2392
- "src": "2535:15:50",
2391
+ "scope": 18143,
2392
+ "src": "2535:15:49",
2393
2393
  "stateVariable": false,
2394
2394
  "storageLocation": "default",
2395
2395
  "typeDescriptions": {
@@ -2397,10 +2397,10 @@
2397
2397
  "typeString": "uint256"
2398
2398
  },
2399
2399
  "typeName": {
2400
- "id": 18384,
2400
+ "id": 18140,
2401
2401
  "name": "uint256",
2402
2402
  "nodeType": "ElementaryTypeName",
2403
- "src": "2535:7:50",
2403
+ "src": "2535:7:49",
2404
2404
  "typeDescriptions": {
2405
2405
  "typeIdentifier": "t_uint256",
2406
2406
  "typeString": "uint256"
@@ -2409,10 +2409,10 @@
2409
2409
  "visibility": "internal"
2410
2410
  }
2411
2411
  ],
2412
- "src": "2534:17:50"
2412
+ "src": "2534:17:49"
2413
2413
  },
2414
- "scope": 18683,
2415
- "src": "2451:101:50",
2414
+ "scope": 18439,
2415
+ "src": "2451:101:49",
2416
2416
  "stateMutability": "view",
2417
2417
  "virtual": false,
2418
2418
  "visibility": "external"
@@ -2422,46 +2422,46 @@
2422
2422
  1469
2423
2423
  ],
2424
2424
  "documentation": {
2425
- "id": 18388,
2425
+ "id": 18144,
2426
2426
  "nodeType": "StructuredDocumentation",
2427
- "src": "2730:225:50",
2427
+ "src": "2730:225:49",
2428
2428
  "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 Emits a {Transfer} event."
2429
2429
  },
2430
2430
  "functionSelector": "a9059cbb",
2431
- "id": 18399,
2431
+ "id": 18155,
2432
2432
  "implemented": false,
2433
2433
  "kind": "function",
2434
2434
  "modifiers": [],
2435
2435
  "name": "transfer",
2436
- "nameLocation": "2969:8:50",
2436
+ "nameLocation": "2969:8:49",
2437
2437
  "nodeType": "FunctionDefinition",
2438
2438
  "overrides": {
2439
- "id": 18395,
2439
+ "id": 18151,
2440
2440
  "nodeType": "OverrideSpecifier",
2441
2441
  "overrides": [
2442
2442
  {
2443
- "id": 18394,
2443
+ "id": 18150,
2444
2444
  "name": "IERC20",
2445
2445
  "nodeType": "IdentifierPath",
2446
2446
  "referencedDeclaration": 1520,
2447
- "src": "3031:6:50"
2447
+ "src": "3031:6:49"
2448
2448
  }
2449
2449
  ],
2450
- "src": "3022:16:50"
2450
+ "src": "3022:16:49"
2451
2451
  },
2452
2452
  "parameters": {
2453
- "id": 18393,
2453
+ "id": 18149,
2454
2454
  "nodeType": "ParameterList",
2455
2455
  "parameters": [
2456
2456
  {
2457
2457
  "constant": false,
2458
- "id": 18390,
2458
+ "id": 18146,
2459
2459
  "mutability": "mutable",
2460
2460
  "name": "recipient",
2461
- "nameLocation": "2986:9:50",
2461
+ "nameLocation": "2986:9:49",
2462
2462
  "nodeType": "VariableDeclaration",
2463
- "scope": 18399,
2464
- "src": "2978:17:50",
2463
+ "scope": 18155,
2464
+ "src": "2978:17:49",
2465
2465
  "stateVariable": false,
2466
2466
  "storageLocation": "default",
2467
2467
  "typeDescriptions": {
@@ -2469,10 +2469,10 @@
2469
2469
  "typeString": "address"
2470
2470
  },
2471
2471
  "typeName": {
2472
- "id": 18389,
2472
+ "id": 18145,
2473
2473
  "name": "address",
2474
2474
  "nodeType": "ElementaryTypeName",
2475
- "src": "2978:7:50",
2475
+ "src": "2978:7:49",
2476
2476
  "stateMutability": "nonpayable",
2477
2477
  "typeDescriptions": {
2478
2478
  "typeIdentifier": "t_address",
@@ -2483,13 +2483,13 @@
2483
2483
  },
2484
2484
  {
2485
2485
  "constant": false,
2486
- "id": 18392,
2486
+ "id": 18148,
2487
2487
  "mutability": "mutable",
2488
2488
  "name": "amount",
2489
- "nameLocation": "3005:6:50",
2489
+ "nameLocation": "3005:6:49",
2490
2490
  "nodeType": "VariableDeclaration",
2491
- "scope": 18399,
2492
- "src": "2997:14:50",
2491
+ "scope": 18155,
2492
+ "src": "2997:14:49",
2493
2493
  "stateVariable": false,
2494
2494
  "storageLocation": "default",
2495
2495
  "typeDescriptions": {
@@ -2497,10 +2497,10 @@
2497
2497
  "typeString": "uint256"
2498
2498
  },
2499
2499
  "typeName": {
2500
- "id": 18391,
2500
+ "id": 18147,
2501
2501
  "name": "uint256",
2502
2502
  "nodeType": "ElementaryTypeName",
2503
- "src": "2997:7:50",
2503
+ "src": "2997:7:49",
2504
2504
  "typeDescriptions": {
2505
2505
  "typeIdentifier": "t_uint256",
2506
2506
  "typeString": "uint256"
@@ -2509,21 +2509,21 @@
2509
2509
  "visibility": "internal"
2510
2510
  }
2511
2511
  ],
2512
- "src": "2977:35:50"
2512
+ "src": "2977:35:49"
2513
2513
  },
2514
2514
  "returnParameters": {
2515
- "id": 18398,
2515
+ "id": 18154,
2516
2516
  "nodeType": "ParameterList",
2517
2517
  "parameters": [
2518
2518
  {
2519
2519
  "constant": false,
2520
- "id": 18397,
2520
+ "id": 18153,
2521
2521
  "mutability": "mutable",
2522
2522
  "name": "",
2523
2523
  "nameLocation": "-1:-1:-1",
2524
2524
  "nodeType": "VariableDeclaration",
2525
- "scope": 18399,
2526
- "src": "3048:4:50",
2525
+ "scope": 18155,
2526
+ "src": "3048:4:49",
2527
2527
  "stateVariable": false,
2528
2528
  "storageLocation": "default",
2529
2529
  "typeDescriptions": {
@@ -2531,10 +2531,10 @@
2531
2531
  "typeString": "bool"
2532
2532
  },
2533
2533
  "typeName": {
2534
- "id": 18396,
2534
+ "id": 18152,
2535
2535
  "name": "bool",
2536
2536
  "nodeType": "ElementaryTypeName",
2537
- "src": "3048:4:50",
2537
+ "src": "3048:4:49",
2538
2538
  "typeDescriptions": {
2539
2539
  "typeIdentifier": "t_bool",
2540
2540
  "typeString": "bool"
@@ -2543,10 +2543,10 @@
2543
2543
  "visibility": "internal"
2544
2544
  }
2545
2545
  ],
2546
- "src": "3047:6:50"
2546
+ "src": "3047:6:49"
2547
2547
  },
2548
- "scope": 18683,
2549
- "src": "2960:94:50",
2548
+ "scope": 18439,
2549
+ "src": "2960:94:49",
2550
2550
  "stateMutability": "nonpayable",
2551
2551
  "virtual": false,
2552
2552
  "visibility": "external"
@@ -2556,46 +2556,46 @@
2556
2556
  1479
2557
2557
  ],
2558
2558
  "documentation": {
2559
- "id": 18400,
2559
+ "id": 18156,
2560
2560
  "nodeType": "StructuredDocumentation",
2561
- "src": "3060:280:50",
2561
+ "src": "3060:280:49",
2562
2562
  "text": " @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."
2563
2563
  },
2564
2564
  "functionSelector": "dd62ed3e",
2565
- "id": 18411,
2565
+ "id": 18167,
2566
2566
  "implemented": false,
2567
2567
  "kind": "function",
2568
2568
  "modifiers": [],
2569
2569
  "name": "allowance",
2570
- "nameLocation": "3354:9:50",
2570
+ "nameLocation": "3354:9:49",
2571
2571
  "nodeType": "FunctionDefinition",
2572
2572
  "overrides": {
2573
- "id": 18407,
2573
+ "id": 18163,
2574
2574
  "nodeType": "OverrideSpecifier",
2575
2575
  "overrides": [
2576
2576
  {
2577
- "id": 18406,
2577
+ "id": 18162,
2578
2578
  "name": "IERC20",
2579
2579
  "nodeType": "IdentifierPath",
2580
2580
  "referencedDeclaration": 1520,
2581
- "src": "3414:6:50"
2581
+ "src": "3414:6:49"
2582
2582
  }
2583
2583
  ],
2584
- "src": "3405:16:50"
2584
+ "src": "3405:16:49"
2585
2585
  },
2586
2586
  "parameters": {
2587
- "id": 18405,
2587
+ "id": 18161,
2588
2588
  "nodeType": "ParameterList",
2589
2589
  "parameters": [
2590
2590
  {
2591
2591
  "constant": false,
2592
- "id": 18402,
2592
+ "id": 18158,
2593
2593
  "mutability": "mutable",
2594
2594
  "name": "owner",
2595
- "nameLocation": "3372:5:50",
2595
+ "nameLocation": "3372:5:49",
2596
2596
  "nodeType": "VariableDeclaration",
2597
- "scope": 18411,
2598
- "src": "3364:13:50",
2597
+ "scope": 18167,
2598
+ "src": "3364:13:49",
2599
2599
  "stateVariable": false,
2600
2600
  "storageLocation": "default",
2601
2601
  "typeDescriptions": {
@@ -2603,10 +2603,10 @@
2603
2603
  "typeString": "address"
2604
2604
  },
2605
2605
  "typeName": {
2606
- "id": 18401,
2606
+ "id": 18157,
2607
2607
  "name": "address",
2608
2608
  "nodeType": "ElementaryTypeName",
2609
- "src": "3364:7:50",
2609
+ "src": "3364:7:49",
2610
2610
  "stateMutability": "nonpayable",
2611
2611
  "typeDescriptions": {
2612
2612
  "typeIdentifier": "t_address",
@@ -2617,13 +2617,13 @@
2617
2617
  },
2618
2618
  {
2619
2619
  "constant": false,
2620
- "id": 18404,
2620
+ "id": 18160,
2621
2621
  "mutability": "mutable",
2622
2622
  "name": "spender",
2623
- "nameLocation": "3387:7:50",
2623
+ "nameLocation": "3387:7:49",
2624
2624
  "nodeType": "VariableDeclaration",
2625
- "scope": 18411,
2626
- "src": "3379:15:50",
2625
+ "scope": 18167,
2626
+ "src": "3379:15:49",
2627
2627
  "stateVariable": false,
2628
2628
  "storageLocation": "default",
2629
2629
  "typeDescriptions": {
@@ -2631,10 +2631,10 @@
2631
2631
  "typeString": "address"
2632
2632
  },
2633
2633
  "typeName": {
2634
- "id": 18403,
2634
+ "id": 18159,
2635
2635
  "name": "address",
2636
2636
  "nodeType": "ElementaryTypeName",
2637
- "src": "3379:7:50",
2637
+ "src": "3379:7:49",
2638
2638
  "stateMutability": "nonpayable",
2639
2639
  "typeDescriptions": {
2640
2640
  "typeIdentifier": "t_address",
@@ -2644,21 +2644,21 @@
2644
2644
  "visibility": "internal"
2645
2645
  }
2646
2646
  ],
2647
- "src": "3363:32:50"
2647
+ "src": "3363:32:49"
2648
2648
  },
2649
2649
  "returnParameters": {
2650
- "id": 18410,
2650
+ "id": 18166,
2651
2651
  "nodeType": "ParameterList",
2652
2652
  "parameters": [
2653
2653
  {
2654
2654
  "constant": false,
2655
- "id": 18409,
2655
+ "id": 18165,
2656
2656
  "mutability": "mutable",
2657
2657
  "name": "",
2658
2658
  "nameLocation": "-1:-1:-1",
2659
2659
  "nodeType": "VariableDeclaration",
2660
- "scope": 18411,
2661
- "src": "3436:7:50",
2660
+ "scope": 18167,
2661
+ "src": "3436:7:49",
2662
2662
  "stateVariable": false,
2663
2663
  "storageLocation": "default",
2664
2664
  "typeDescriptions": {
@@ -2666,10 +2666,10 @@
2666
2666
  "typeString": "uint256"
2667
2667
  },
2668
2668
  "typeName": {
2669
- "id": 18408,
2669
+ "id": 18164,
2670
2670
  "name": "uint256",
2671
2671
  "nodeType": "ElementaryTypeName",
2672
- "src": "3436:7:50",
2672
+ "src": "3436:7:49",
2673
2673
  "typeDescriptions": {
2674
2674
  "typeIdentifier": "t_uint256",
2675
2675
  "typeString": "uint256"
@@ -2678,10 +2678,10 @@
2678
2678
  "visibility": "internal"
2679
2679
  }
2680
2680
  ],
2681
- "src": "3435:9:50"
2681
+ "src": "3435:9:49"
2682
2682
  },
2683
- "scope": 18683,
2684
- "src": "3345:100:50",
2683
+ "scope": 18439,
2684
+ "src": "3345:100:49",
2685
2685
  "stateMutability": "view",
2686
2686
  "virtual": false,
2687
2687
  "visibility": "external"
@@ -2691,46 +2691,46 @@
2691
2691
  1489
2692
2692
  ],
2693
2693
  "documentation": {
2694
- "id": 18412,
2694
+ "id": 18168,
2695
2695
  "nodeType": "StructuredDocumentation",
2696
- "src": "3451:658:50",
2696
+ "src": "3451:658:49",
2697
2697
  "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 IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."
2698
2698
  },
2699
2699
  "functionSelector": "095ea7b3",
2700
- "id": 18423,
2700
+ "id": 18179,
2701
2701
  "implemented": false,
2702
2702
  "kind": "function",
2703
2703
  "modifiers": [],
2704
2704
  "name": "approve",
2705
- "nameLocation": "4123:7:50",
2705
+ "nameLocation": "4123:7:49",
2706
2706
  "nodeType": "FunctionDefinition",
2707
2707
  "overrides": {
2708
- "id": 18419,
2708
+ "id": 18175,
2709
2709
  "nodeType": "OverrideSpecifier",
2710
2710
  "overrides": [
2711
2711
  {
2712
- "id": 18418,
2712
+ "id": 18174,
2713
2713
  "name": "IERC20",
2714
2714
  "nodeType": "IdentifierPath",
2715
2715
  "referencedDeclaration": 1520,
2716
- "src": "4182:6:50"
2716
+ "src": "4182:6:49"
2717
2717
  }
2718
2718
  ],
2719
- "src": "4173:16:50"
2719
+ "src": "4173:16:49"
2720
2720
  },
2721
2721
  "parameters": {
2722
- "id": 18417,
2722
+ "id": 18173,
2723
2723
  "nodeType": "ParameterList",
2724
2724
  "parameters": [
2725
2725
  {
2726
2726
  "constant": false,
2727
- "id": 18414,
2727
+ "id": 18170,
2728
2728
  "mutability": "mutable",
2729
2729
  "name": "spender",
2730
- "nameLocation": "4139:7:50",
2730
+ "nameLocation": "4139:7:49",
2731
2731
  "nodeType": "VariableDeclaration",
2732
- "scope": 18423,
2733
- "src": "4131:15:50",
2732
+ "scope": 18179,
2733
+ "src": "4131:15:49",
2734
2734
  "stateVariable": false,
2735
2735
  "storageLocation": "default",
2736
2736
  "typeDescriptions": {
@@ -2738,10 +2738,10 @@
2738
2738
  "typeString": "address"
2739
2739
  },
2740
2740
  "typeName": {
2741
- "id": 18413,
2741
+ "id": 18169,
2742
2742
  "name": "address",
2743
2743
  "nodeType": "ElementaryTypeName",
2744
- "src": "4131:7:50",
2744
+ "src": "4131:7:49",
2745
2745
  "stateMutability": "nonpayable",
2746
2746
  "typeDescriptions": {
2747
2747
  "typeIdentifier": "t_address",
@@ -2752,13 +2752,13 @@
2752
2752
  },
2753
2753
  {
2754
2754
  "constant": false,
2755
- "id": 18416,
2755
+ "id": 18172,
2756
2756
  "mutability": "mutable",
2757
2757
  "name": "amount",
2758
- "nameLocation": "4156:6:50",
2758
+ "nameLocation": "4156:6:49",
2759
2759
  "nodeType": "VariableDeclaration",
2760
- "scope": 18423,
2761
- "src": "4148:14:50",
2760
+ "scope": 18179,
2761
+ "src": "4148:14:49",
2762
2762
  "stateVariable": false,
2763
2763
  "storageLocation": "default",
2764
2764
  "typeDescriptions": {
@@ -2766,10 +2766,10 @@
2766
2766
  "typeString": "uint256"
2767
2767
  },
2768
2768
  "typeName": {
2769
- "id": 18415,
2769
+ "id": 18171,
2770
2770
  "name": "uint256",
2771
2771
  "nodeType": "ElementaryTypeName",
2772
- "src": "4148:7:50",
2772
+ "src": "4148:7:49",
2773
2773
  "typeDescriptions": {
2774
2774
  "typeIdentifier": "t_uint256",
2775
2775
  "typeString": "uint256"
@@ -2778,21 +2778,21 @@
2778
2778
  "visibility": "internal"
2779
2779
  }
2780
2780
  ],
2781
- "src": "4130:33:50"
2781
+ "src": "4130:33:49"
2782
2782
  },
2783
2783
  "returnParameters": {
2784
- "id": 18422,
2784
+ "id": 18178,
2785
2785
  "nodeType": "ParameterList",
2786
2786
  "parameters": [
2787
2787
  {
2788
2788
  "constant": false,
2789
- "id": 18421,
2789
+ "id": 18177,
2790
2790
  "mutability": "mutable",
2791
2791
  "name": "",
2792
2792
  "nameLocation": "-1:-1:-1",
2793
2793
  "nodeType": "VariableDeclaration",
2794
- "scope": 18423,
2795
- "src": "4199:4:50",
2794
+ "scope": 18179,
2795
+ "src": "4199:4:49",
2796
2796
  "stateVariable": false,
2797
2797
  "storageLocation": "default",
2798
2798
  "typeDescriptions": {
@@ -2800,10 +2800,10 @@
2800
2800
  "typeString": "bool"
2801
2801
  },
2802
2802
  "typeName": {
2803
- "id": 18420,
2803
+ "id": 18176,
2804
2804
  "name": "bool",
2805
2805
  "nodeType": "ElementaryTypeName",
2806
- "src": "4199:4:50",
2806
+ "src": "4199:4:49",
2807
2807
  "typeDescriptions": {
2808
2808
  "typeIdentifier": "t_bool",
2809
2809
  "typeString": "bool"
@@ -2812,10 +2812,10 @@
2812
2812
  "visibility": "internal"
2813
2813
  }
2814
2814
  ],
2815
- "src": "4198:6:50"
2815
+ "src": "4198:6:49"
2816
2816
  },
2817
- "scope": 18683,
2818
- "src": "4114:91:50",
2817
+ "scope": 18439,
2818
+ "src": "4114:91:49",
2819
2819
  "stateMutability": "nonpayable",
2820
2820
  "virtual": false,
2821
2821
  "visibility": "external"
@@ -2825,46 +2825,46 @@
2825
2825
  1501
2826
2826
  ],
2827
2827
  "documentation": {
2828
- "id": 18424,
2828
+ "id": 18180,
2829
2829
  "nodeType": "StructuredDocumentation",
2830
- "src": "4211:328:50",
2830
+ "src": "4211:328:49",
2831
2831
  "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 Emits a {Transfer} event."
2832
2832
  },
2833
2833
  "functionSelector": "23b872dd",
2834
- "id": 18437,
2834
+ "id": 18193,
2835
2835
  "implemented": false,
2836
2836
  "kind": "function",
2837
2837
  "modifiers": [],
2838
2838
  "name": "transferFrom",
2839
- "nameLocation": "4553:12:50",
2839
+ "nameLocation": "4553:12:49",
2840
2840
  "nodeType": "FunctionDefinition",
2841
2841
  "overrides": {
2842
- "id": 18433,
2842
+ "id": 18189,
2843
2843
  "nodeType": "OverrideSpecifier",
2844
2844
  "overrides": [
2845
2845
  {
2846
- "id": 18432,
2846
+ "id": 18188,
2847
2847
  "name": "IERC20",
2848
2848
  "nodeType": "IdentifierPath",
2849
2849
  "referencedDeclaration": 1520,
2850
- "src": "4635:6:50"
2850
+ "src": "4635:6:49"
2851
2851
  }
2852
2852
  ],
2853
- "src": "4626:16:50"
2853
+ "src": "4626:16:49"
2854
2854
  },
2855
2855
  "parameters": {
2856
- "id": 18431,
2856
+ "id": 18187,
2857
2857
  "nodeType": "ParameterList",
2858
2858
  "parameters": [
2859
2859
  {
2860
2860
  "constant": false,
2861
- "id": 18426,
2861
+ "id": 18182,
2862
2862
  "mutability": "mutable",
2863
2863
  "name": "sender",
2864
- "nameLocation": "4574:6:50",
2864
+ "nameLocation": "4574:6:49",
2865
2865
  "nodeType": "VariableDeclaration",
2866
- "scope": 18437,
2867
- "src": "4566:14:50",
2866
+ "scope": 18193,
2867
+ "src": "4566:14:49",
2868
2868
  "stateVariable": false,
2869
2869
  "storageLocation": "default",
2870
2870
  "typeDescriptions": {
@@ -2872,10 +2872,10 @@
2872
2872
  "typeString": "address"
2873
2873
  },
2874
2874
  "typeName": {
2875
- "id": 18425,
2875
+ "id": 18181,
2876
2876
  "name": "address",
2877
2877
  "nodeType": "ElementaryTypeName",
2878
- "src": "4566:7:50",
2878
+ "src": "4566:7:49",
2879
2879
  "stateMutability": "nonpayable",
2880
2880
  "typeDescriptions": {
2881
2881
  "typeIdentifier": "t_address",
@@ -2886,13 +2886,13 @@
2886
2886
  },
2887
2887
  {
2888
2888
  "constant": false,
2889
- "id": 18428,
2889
+ "id": 18184,
2890
2890
  "mutability": "mutable",
2891
2891
  "name": "recipient",
2892
- "nameLocation": "4590:9:50",
2892
+ "nameLocation": "4590:9:49",
2893
2893
  "nodeType": "VariableDeclaration",
2894
- "scope": 18437,
2895
- "src": "4582:17:50",
2894
+ "scope": 18193,
2895
+ "src": "4582:17:49",
2896
2896
  "stateVariable": false,
2897
2897
  "storageLocation": "default",
2898
2898
  "typeDescriptions": {
@@ -2900,10 +2900,10 @@
2900
2900
  "typeString": "address"
2901
2901
  },
2902
2902
  "typeName": {
2903
- "id": 18427,
2903
+ "id": 18183,
2904
2904
  "name": "address",
2905
2905
  "nodeType": "ElementaryTypeName",
2906
- "src": "4582:7:50",
2906
+ "src": "4582:7:49",
2907
2907
  "stateMutability": "nonpayable",
2908
2908
  "typeDescriptions": {
2909
2909
  "typeIdentifier": "t_address",
@@ -2914,13 +2914,13 @@
2914
2914
  },
2915
2915
  {
2916
2916
  "constant": false,
2917
- "id": 18430,
2917
+ "id": 18186,
2918
2918
  "mutability": "mutable",
2919
2919
  "name": "amount",
2920
- "nameLocation": "4609:6:50",
2920
+ "nameLocation": "4609:6:49",
2921
2921
  "nodeType": "VariableDeclaration",
2922
- "scope": 18437,
2923
- "src": "4601:14:50",
2922
+ "scope": 18193,
2923
+ "src": "4601:14:49",
2924
2924
  "stateVariable": false,
2925
2925
  "storageLocation": "default",
2926
2926
  "typeDescriptions": {
@@ -2928,10 +2928,10 @@
2928
2928
  "typeString": "uint256"
2929
2929
  },
2930
2930
  "typeName": {
2931
- "id": 18429,
2931
+ "id": 18185,
2932
2932
  "name": "uint256",
2933
2933
  "nodeType": "ElementaryTypeName",
2934
- "src": "4601:7:50",
2934
+ "src": "4601:7:49",
2935
2935
  "typeDescriptions": {
2936
2936
  "typeIdentifier": "t_uint256",
2937
2937
  "typeString": "uint256"
@@ -2940,21 +2940,21 @@
2940
2940
  "visibility": "internal"
2941
2941
  }
2942
2942
  ],
2943
- "src": "4565:51:50"
2943
+ "src": "4565:51:49"
2944
2944
  },
2945
2945
  "returnParameters": {
2946
- "id": 18436,
2946
+ "id": 18192,
2947
2947
  "nodeType": "ParameterList",
2948
2948
  "parameters": [
2949
2949
  {
2950
2950
  "constant": false,
2951
- "id": 18435,
2951
+ "id": 18191,
2952
2952
  "mutability": "mutable",
2953
2953
  "name": "",
2954
2954
  "nameLocation": "-1:-1:-1",
2955
2955
  "nodeType": "VariableDeclaration",
2956
- "scope": 18437,
2957
- "src": "4652:4:50",
2956
+ "scope": 18193,
2957
+ "src": "4652:4:49",
2958
2958
  "stateVariable": false,
2959
2959
  "storageLocation": "default",
2960
2960
  "typeDescriptions": {
@@ -2962,10 +2962,10 @@
2962
2962
  "typeString": "bool"
2963
2963
  },
2964
2964
  "typeName": {
2965
- "id": 18434,
2965
+ "id": 18190,
2966
2966
  "name": "bool",
2967
2967
  "nodeType": "ElementaryTypeName",
2968
- "src": "4652:4:50",
2968
+ "src": "4652:4:49",
2969
2969
  "typeDescriptions": {
2970
2970
  "typeIdentifier": "t_bool",
2971
2971
  "typeString": "bool"
@@ -2974,42 +2974,42 @@
2974
2974
  "visibility": "internal"
2975
2975
  }
2976
2976
  ],
2977
- "src": "4651:6:50"
2977
+ "src": "4651:6:49"
2978
2978
  },
2979
- "scope": 18683,
2980
- "src": "4544:114:50",
2979
+ "scope": 18439,
2980
+ "src": "4544:114:49",
2981
2981
  "stateMutability": "nonpayable",
2982
2982
  "virtual": false,
2983
2983
  "visibility": "external"
2984
2984
  },
2985
2985
  {
2986
2986
  "documentation": {
2987
- "id": 18438,
2987
+ "id": 18194,
2988
2988
  "nodeType": "StructuredDocumentation",
2989
- "src": "4664:384:50",
2989
+ "src": "4664:384:49",
2990
2990
  "text": " @dev Atomically increases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address."
2991
2991
  },
2992
2992
  "functionSelector": "39509351",
2993
- "id": 18447,
2993
+ "id": 18203,
2994
2994
  "implemented": false,
2995
2995
  "kind": "function",
2996
2996
  "modifiers": [],
2997
2997
  "name": "increaseAllowance",
2998
- "nameLocation": "5062:17:50",
2998
+ "nameLocation": "5062:17:49",
2999
2999
  "nodeType": "FunctionDefinition",
3000
3000
  "parameters": {
3001
- "id": 18443,
3001
+ "id": 18199,
3002
3002
  "nodeType": "ParameterList",
3003
3003
  "parameters": [
3004
3004
  {
3005
3005
  "constant": false,
3006
- "id": 18440,
3006
+ "id": 18196,
3007
3007
  "mutability": "mutable",
3008
3008
  "name": "spender",
3009
- "nameLocation": "5088:7:50",
3009
+ "nameLocation": "5088:7:49",
3010
3010
  "nodeType": "VariableDeclaration",
3011
- "scope": 18447,
3012
- "src": "5080:15:50",
3011
+ "scope": 18203,
3012
+ "src": "5080:15:49",
3013
3013
  "stateVariable": false,
3014
3014
  "storageLocation": "default",
3015
3015
  "typeDescriptions": {
@@ -3017,10 +3017,10 @@
3017
3017
  "typeString": "address"
3018
3018
  },
3019
3019
  "typeName": {
3020
- "id": 18439,
3020
+ "id": 18195,
3021
3021
  "name": "address",
3022
3022
  "nodeType": "ElementaryTypeName",
3023
- "src": "5080:7:50",
3023
+ "src": "5080:7:49",
3024
3024
  "stateMutability": "nonpayable",
3025
3025
  "typeDescriptions": {
3026
3026
  "typeIdentifier": "t_address",
@@ -3031,13 +3031,13 @@
3031
3031
  },
3032
3032
  {
3033
3033
  "constant": false,
3034
- "id": 18442,
3034
+ "id": 18198,
3035
3035
  "mutability": "mutable",
3036
3036
  "name": "addedValue",
3037
- "nameLocation": "5105:10:50",
3037
+ "nameLocation": "5105:10:49",
3038
3038
  "nodeType": "VariableDeclaration",
3039
- "scope": 18447,
3040
- "src": "5097:18:50",
3039
+ "scope": 18203,
3040
+ "src": "5097:18:49",
3041
3041
  "stateVariable": false,
3042
3042
  "storageLocation": "default",
3043
3043
  "typeDescriptions": {
@@ -3045,10 +3045,10 @@
3045
3045
  "typeString": "uint256"
3046
3046
  },
3047
3047
  "typeName": {
3048
- "id": 18441,
3048
+ "id": 18197,
3049
3049
  "name": "uint256",
3050
3050
  "nodeType": "ElementaryTypeName",
3051
- "src": "5097:7:50",
3051
+ "src": "5097:7:49",
3052
3052
  "typeDescriptions": {
3053
3053
  "typeIdentifier": "t_uint256",
3054
3054
  "typeString": "uint256"
@@ -3057,21 +3057,21 @@
3057
3057
  "visibility": "internal"
3058
3058
  }
3059
3059
  ],
3060
- "src": "5079:37:50"
3060
+ "src": "5079:37:49"
3061
3061
  },
3062
3062
  "returnParameters": {
3063
- "id": 18446,
3063
+ "id": 18202,
3064
3064
  "nodeType": "ParameterList",
3065
3065
  "parameters": [
3066
3066
  {
3067
3067
  "constant": false,
3068
- "id": 18445,
3068
+ "id": 18201,
3069
3069
  "mutability": "mutable",
3070
3070
  "name": "",
3071
3071
  "nameLocation": "-1:-1:-1",
3072
3072
  "nodeType": "VariableDeclaration",
3073
- "scope": 18447,
3074
- "src": "5135:4:50",
3073
+ "scope": 18203,
3074
+ "src": "5135:4:49",
3075
3075
  "stateVariable": false,
3076
3076
  "storageLocation": "default",
3077
3077
  "typeDescriptions": {
@@ -3079,10 +3079,10 @@
3079
3079
  "typeString": "bool"
3080
3080
  },
3081
3081
  "typeName": {
3082
- "id": 18444,
3082
+ "id": 18200,
3083
3083
  "name": "bool",
3084
3084
  "nodeType": "ElementaryTypeName",
3085
- "src": "5135:4:50",
3085
+ "src": "5135:4:49",
3086
3086
  "typeDescriptions": {
3087
3087
  "typeIdentifier": "t_bool",
3088
3088
  "typeString": "bool"
@@ -3091,42 +3091,42 @@
3091
3091
  "visibility": "internal"
3092
3092
  }
3093
3093
  ],
3094
- "src": "5134:6:50"
3094
+ "src": "5134:6:49"
3095
3095
  },
3096
- "scope": 18683,
3097
- "src": "5053:88:50",
3096
+ "scope": 18439,
3097
+ "src": "5053:88:49",
3098
3098
  "stateMutability": "nonpayable",
3099
3099
  "virtual": false,
3100
3100
  "visibility": "external"
3101
3101
  },
3102
3102
  {
3103
3103
  "documentation": {
3104
- "id": 18448,
3104
+ "id": 18204,
3105
3105
  "nodeType": "StructuredDocumentation",
3106
- "src": "5147:476:50",
3106
+ "src": "5147:476:49",
3107
3107
  "text": " @dev Atomically decreases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`."
3108
3108
  },
3109
3109
  "functionSelector": "a457c2d7",
3110
- "id": 18457,
3110
+ "id": 18213,
3111
3111
  "implemented": false,
3112
3112
  "kind": "function",
3113
3113
  "modifiers": [],
3114
3114
  "name": "decreaseAllowance",
3115
- "nameLocation": "5638:17:50",
3115
+ "nameLocation": "5638:17:49",
3116
3116
  "nodeType": "FunctionDefinition",
3117
3117
  "parameters": {
3118
- "id": 18453,
3118
+ "id": 18209,
3119
3119
  "nodeType": "ParameterList",
3120
3120
  "parameters": [
3121
3121
  {
3122
3122
  "constant": false,
3123
- "id": 18450,
3123
+ "id": 18206,
3124
3124
  "mutability": "mutable",
3125
3125
  "name": "spender",
3126
- "nameLocation": "5664:7:50",
3126
+ "nameLocation": "5664:7:49",
3127
3127
  "nodeType": "VariableDeclaration",
3128
- "scope": 18457,
3129
- "src": "5656:15:50",
3128
+ "scope": 18213,
3129
+ "src": "5656:15:49",
3130
3130
  "stateVariable": false,
3131
3131
  "storageLocation": "default",
3132
3132
  "typeDescriptions": {
@@ -3134,10 +3134,10 @@
3134
3134
  "typeString": "address"
3135
3135
  },
3136
3136
  "typeName": {
3137
- "id": 18449,
3137
+ "id": 18205,
3138
3138
  "name": "address",
3139
3139
  "nodeType": "ElementaryTypeName",
3140
- "src": "5656:7:50",
3140
+ "src": "5656:7:49",
3141
3141
  "stateMutability": "nonpayable",
3142
3142
  "typeDescriptions": {
3143
3143
  "typeIdentifier": "t_address",
@@ -3148,13 +3148,13 @@
3148
3148
  },
3149
3149
  {
3150
3150
  "constant": false,
3151
- "id": 18452,
3151
+ "id": 18208,
3152
3152
  "mutability": "mutable",
3153
3153
  "name": "subtractedValue",
3154
- "nameLocation": "5681:15:50",
3154
+ "nameLocation": "5681:15:49",
3155
3155
  "nodeType": "VariableDeclaration",
3156
- "scope": 18457,
3157
- "src": "5673:23:50",
3156
+ "scope": 18213,
3157
+ "src": "5673:23:49",
3158
3158
  "stateVariable": false,
3159
3159
  "storageLocation": "default",
3160
3160
  "typeDescriptions": {
@@ -3162,10 +3162,10 @@
3162
3162
  "typeString": "uint256"
3163
3163
  },
3164
3164
  "typeName": {
3165
- "id": 18451,
3165
+ "id": 18207,
3166
3166
  "name": "uint256",
3167
3167
  "nodeType": "ElementaryTypeName",
3168
- "src": "5673:7:50",
3168
+ "src": "5673:7:49",
3169
3169
  "typeDescriptions": {
3170
3170
  "typeIdentifier": "t_uint256",
3171
3171
  "typeString": "uint256"
@@ -3174,21 +3174,21 @@
3174
3174
  "visibility": "internal"
3175
3175
  }
3176
3176
  ],
3177
- "src": "5655:42:50"
3177
+ "src": "5655:42:49"
3178
3178
  },
3179
3179
  "returnParameters": {
3180
- "id": 18456,
3180
+ "id": 18212,
3181
3181
  "nodeType": "ParameterList",
3182
3182
  "parameters": [
3183
3183
  {
3184
3184
  "constant": false,
3185
- "id": 18455,
3185
+ "id": 18211,
3186
3186
  "mutability": "mutable",
3187
3187
  "name": "",
3188
3188
  "nameLocation": "-1:-1:-1",
3189
3189
  "nodeType": "VariableDeclaration",
3190
- "scope": 18457,
3191
- "src": "5716:4:50",
3190
+ "scope": 18213,
3191
+ "src": "5716:4:49",
3192
3192
  "stateVariable": false,
3193
3193
  "storageLocation": "default",
3194
3194
  "typeDescriptions": {
@@ -3196,10 +3196,10 @@
3196
3196
  "typeString": "bool"
3197
3197
  },
3198
3198
  "typeName": {
3199
- "id": 18454,
3199
+ "id": 18210,
3200
3200
  "name": "bool",
3201
3201
  "nodeType": "ElementaryTypeName",
3202
- "src": "5716:4:50",
3202
+ "src": "5716:4:49",
3203
3203
  "typeDescriptions": {
3204
3204
  "typeIdentifier": "t_bool",
3205
3205
  "typeString": "bool"
@@ -3208,10 +3208,10 @@
3208
3208
  "visibility": "internal"
3209
3209
  }
3210
3210
  ],
3211
- "src": "5715:6:50"
3211
+ "src": "5715:6:49"
3212
3212
  },
3213
- "scope": 18683,
3214
- "src": "5629:93:50",
3213
+ "scope": 18439,
3214
+ "src": "5629:93:49",
3215
3215
  "stateMutability": "nonpayable",
3216
3216
  "virtual": false,
3217
3217
  "visibility": "external"
@@ -3221,52 +3221,52 @@
3221
3221
  3034
3222
3222
  ],
3223
3223
  "documentation": {
3224
- "id": 18458,
3224
+ "id": 18214,
3225
3225
  "nodeType": "StructuredDocumentation",
3226
- "src": "5901:302:50",
3226
+ "src": "5901:302:49",
3227
3227
  "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 For super token contracts, this value is 1 always"
3228
3228
  },
3229
3229
  "functionSelector": "556f0dc7",
3230
- "id": 18465,
3230
+ "id": 18221,
3231
3231
  "implemented": false,
3232
3232
  "kind": "function",
3233
3233
  "modifiers": [],
3234
3234
  "name": "granularity",
3235
- "nameLocation": "6217:11:50",
3235
+ "nameLocation": "6217:11:49",
3236
3236
  "nodeType": "FunctionDefinition",
3237
3237
  "overrides": {
3238
- "id": 18461,
3238
+ "id": 18217,
3239
3239
  "nodeType": "OverrideSpecifier",
3240
3240
  "overrides": [
3241
3241
  {
3242
- "id": 18460,
3242
+ "id": 18216,
3243
3243
  "name": "IERC777",
3244
3244
  "nodeType": "IdentifierPath",
3245
3245
  "referencedDeclaration": 3172,
3246
- "src": "6254:7:50"
3246
+ "src": "6254:7:49"
3247
3247
  }
3248
3248
  ],
3249
- "src": "6245:17:50"
3249
+ "src": "6245:17:49"
3250
3250
  },
3251
3251
  "parameters": {
3252
- "id": 18459,
3252
+ "id": 18215,
3253
3253
  "nodeType": "ParameterList",
3254
3254
  "parameters": [],
3255
- "src": "6228:2:50"
3255
+ "src": "6228:2:49"
3256
3256
  },
3257
3257
  "returnParameters": {
3258
- "id": 18464,
3258
+ "id": 18220,
3259
3259
  "nodeType": "ParameterList",
3260
3260
  "parameters": [
3261
3261
  {
3262
3262
  "constant": false,
3263
- "id": 18463,
3263
+ "id": 18219,
3264
3264
  "mutability": "mutable",
3265
3265
  "name": "",
3266
3266
  "nameLocation": "-1:-1:-1",
3267
3267
  "nodeType": "VariableDeclaration",
3268
- "scope": 18465,
3269
- "src": "6272:7:50",
3268
+ "scope": 18221,
3269
+ "src": "6272:7:49",
3270
3270
  "stateVariable": false,
3271
3271
  "storageLocation": "default",
3272
3272
  "typeDescriptions": {
@@ -3274,10 +3274,10 @@
3274
3274
  "typeString": "uint256"
3275
3275
  },
3276
3276
  "typeName": {
3277
- "id": 18462,
3277
+ "id": 18218,
3278
3278
  "name": "uint256",
3279
3279
  "nodeType": "ElementaryTypeName",
3280
- "src": "6272:7:50",
3280
+ "src": "6272:7:49",
3281
3281
  "typeDescriptions": {
3282
3282
  "typeIdentifier": "t_uint256",
3283
3283
  "typeString": "uint256"
@@ -3286,10 +3286,10 @@
3286
3286
  "visibility": "internal"
3287
3287
  }
3288
3288
  ],
3289
- "src": "6271:9:50"
3289
+ "src": "6271:9:49"
3290
3290
  },
3291
- "scope": 18683,
3292
- "src": "6208:73:50",
3291
+ "scope": 18439,
3292
+ "src": "6208:73:49",
3293
3293
  "stateMutability": "view",
3294
3294
  "virtual": false,
3295
3295
  "visibility": "external"
@@ -3299,46 +3299,46 @@
3299
3299
  3058
3300
3300
  ],
3301
3301
  "documentation": {
3302
- "id": 18466,
3302
+ "id": 18222,
3303
3303
  "nodeType": "StructuredDocumentation",
3304
- "src": "6287:600:50",
3304
+ "src": "6287:600:49",
3305
3305
  "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 Emits a {Sent} event.\n 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."
3306
3306
  },
3307
3307
  "functionSelector": "9bd9bbc6",
3308
- "id": 18477,
3308
+ "id": 18233,
3309
3309
  "implemented": false,
3310
3310
  "kind": "function",
3311
3311
  "modifiers": [],
3312
3312
  "name": "send",
3313
- "nameLocation": "6901:4:50",
3313
+ "nameLocation": "6901:4:49",
3314
3314
  "nodeType": "FunctionDefinition",
3315
3315
  "overrides": {
3316
- "id": 18475,
3316
+ "id": 18231,
3317
3317
  "nodeType": "OverrideSpecifier",
3318
3318
  "overrides": [
3319
3319
  {
3320
- "id": 18474,
3320
+ "id": 18230,
3321
3321
  "name": "IERC777",
3322
3322
  "nodeType": "IdentifierPath",
3323
3323
  "referencedDeclaration": 3172,
3324
- "src": "6980:7:50"
3324
+ "src": "6980:7:49"
3325
3325
  }
3326
3326
  ],
3327
- "src": "6971:17:50"
3327
+ "src": "6971:17:49"
3328
3328
  },
3329
3329
  "parameters": {
3330
- "id": 18473,
3330
+ "id": 18229,
3331
3331
  "nodeType": "ParameterList",
3332
3332
  "parameters": [
3333
3333
  {
3334
3334
  "constant": false,
3335
- "id": 18468,
3335
+ "id": 18224,
3336
3336
  "mutability": "mutable",
3337
3337
  "name": "recipient",
3338
- "nameLocation": "6914:9:50",
3338
+ "nameLocation": "6914:9:49",
3339
3339
  "nodeType": "VariableDeclaration",
3340
- "scope": 18477,
3341
- "src": "6906:17:50",
3340
+ "scope": 18233,
3341
+ "src": "6906:17:49",
3342
3342
  "stateVariable": false,
3343
3343
  "storageLocation": "default",
3344
3344
  "typeDescriptions": {
@@ -3346,10 +3346,10 @@
3346
3346
  "typeString": "address"
3347
3347
  },
3348
3348
  "typeName": {
3349
- "id": 18467,
3349
+ "id": 18223,
3350
3350
  "name": "address",
3351
3351
  "nodeType": "ElementaryTypeName",
3352
- "src": "6906:7:50",
3352
+ "src": "6906:7:49",
3353
3353
  "stateMutability": "nonpayable",
3354
3354
  "typeDescriptions": {
3355
3355
  "typeIdentifier": "t_address",
@@ -3360,13 +3360,13 @@
3360
3360
  },
3361
3361
  {
3362
3362
  "constant": false,
3363
- "id": 18470,
3363
+ "id": 18226,
3364
3364
  "mutability": "mutable",
3365
3365
  "name": "amount",
3366
- "nameLocation": "6933:6:50",
3366
+ "nameLocation": "6933:6:49",
3367
3367
  "nodeType": "VariableDeclaration",
3368
- "scope": 18477,
3369
- "src": "6925:14:50",
3368
+ "scope": 18233,
3369
+ "src": "6925:14:49",
3370
3370
  "stateVariable": false,
3371
3371
  "storageLocation": "default",
3372
3372
  "typeDescriptions": {
@@ -3374,10 +3374,10 @@
3374
3374
  "typeString": "uint256"
3375
3375
  },
3376
3376
  "typeName": {
3377
- "id": 18469,
3377
+ "id": 18225,
3378
3378
  "name": "uint256",
3379
3379
  "nodeType": "ElementaryTypeName",
3380
- "src": "6925:7:50",
3380
+ "src": "6925:7:49",
3381
3381
  "typeDescriptions": {
3382
3382
  "typeIdentifier": "t_uint256",
3383
3383
  "typeString": "uint256"
@@ -3387,13 +3387,13 @@
3387
3387
  },
3388
3388
  {
3389
3389
  "constant": false,
3390
- "id": 18472,
3390
+ "id": 18228,
3391
3391
  "mutability": "mutable",
3392
3392
  "name": "data",
3393
- "nameLocation": "6956:4:50",
3393
+ "nameLocation": "6956:4:49",
3394
3394
  "nodeType": "VariableDeclaration",
3395
- "scope": 18477,
3396
- "src": "6941:19:50",
3395
+ "scope": 18233,
3396
+ "src": "6941:19:49",
3397
3397
  "stateVariable": false,
3398
3398
  "storageLocation": "calldata",
3399
3399
  "typeDescriptions": {
@@ -3401,10 +3401,10 @@
3401
3401
  "typeString": "bytes"
3402
3402
  },
3403
3403
  "typeName": {
3404
- "id": 18471,
3404
+ "id": 18227,
3405
3405
  "name": "bytes",
3406
3406
  "nodeType": "ElementaryTypeName",
3407
- "src": "6941:5:50",
3407
+ "src": "6941:5:49",
3408
3408
  "typeDescriptions": {
3409
3409
  "typeIdentifier": "t_bytes_storage_ptr",
3410
3410
  "typeString": "bytes"
@@ -3413,16 +3413,16 @@
3413
3413
  "visibility": "internal"
3414
3414
  }
3415
3415
  ],
3416
- "src": "6905:56:50"
3416
+ "src": "6905:56:49"
3417
3417
  },
3418
3418
  "returnParameters": {
3419
- "id": 18476,
3419
+ "id": 18232,
3420
3420
  "nodeType": "ParameterList",
3421
3421
  "parameters": [],
3422
- "src": "6988:0:50"
3422
+ "src": "6988:0:49"
3423
3423
  },
3424
- "scope": 18683,
3425
- "src": "6892:97:50",
3424
+ "scope": 18439,
3425
+ "src": "6892:97:49",
3426
3426
  "stateMutability": "nonpayable",
3427
3427
  "virtual": false,
3428
3428
  "visibility": "external"
@@ -3432,46 +3432,46 @@
3432
3432
  3066
3433
3433
  ],
3434
3434
  "documentation": {
3435
- "id": 18478,
3435
+ "id": 18234,
3436
3436
  "nodeType": "StructuredDocumentation",
3437
- "src": "6995:404:50",
3437
+ "src": "6995:404:49",
3438
3438
  "text": " @dev Destroys `amount` tokens from the caller's account, reducing the\n total supply.\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 Emits a {Burned} event.\n Requirements\n - the caller must have at least `amount` tokens."
3439
3439
  },
3440
3440
  "functionSelector": "fe9d9303",
3441
- "id": 18487,
3441
+ "id": 18243,
3442
3442
  "implemented": false,
3443
3443
  "kind": "function",
3444
3444
  "modifiers": [],
3445
3445
  "name": "burn",
3446
- "nameLocation": "7413:4:50",
3446
+ "nameLocation": "7413:4:49",
3447
3447
  "nodeType": "FunctionDefinition",
3448
3448
  "overrides": {
3449
- "id": 18485,
3449
+ "id": 18241,
3450
3450
  "nodeType": "OverrideSpecifier",
3451
3451
  "overrides": [
3452
3452
  {
3453
- "id": 18484,
3453
+ "id": 18240,
3454
3454
  "name": "IERC777",
3455
3455
  "nodeType": "IdentifierPath",
3456
3456
  "referencedDeclaration": 3172,
3457
- "src": "7473:7:50"
3457
+ "src": "7473:7:49"
3458
3458
  }
3459
3459
  ],
3460
- "src": "7464:17:50"
3460
+ "src": "7464:17:49"
3461
3461
  },
3462
3462
  "parameters": {
3463
- "id": 18483,
3463
+ "id": 18239,
3464
3464
  "nodeType": "ParameterList",
3465
3465
  "parameters": [
3466
3466
  {
3467
3467
  "constant": false,
3468
- "id": 18480,
3468
+ "id": 18236,
3469
3469
  "mutability": "mutable",
3470
3470
  "name": "amount",
3471
- "nameLocation": "7426:6:50",
3471
+ "nameLocation": "7426:6:49",
3472
3472
  "nodeType": "VariableDeclaration",
3473
- "scope": 18487,
3474
- "src": "7418:14:50",
3473
+ "scope": 18243,
3474
+ "src": "7418:14:49",
3475
3475
  "stateVariable": false,
3476
3476
  "storageLocation": "default",
3477
3477
  "typeDescriptions": {
@@ -3479,10 +3479,10 @@
3479
3479
  "typeString": "uint256"
3480
3480
  },
3481
3481
  "typeName": {
3482
- "id": 18479,
3482
+ "id": 18235,
3483
3483
  "name": "uint256",
3484
3484
  "nodeType": "ElementaryTypeName",
3485
- "src": "7418:7:50",
3485
+ "src": "7418:7:49",
3486
3486
  "typeDescriptions": {
3487
3487
  "typeIdentifier": "t_uint256",
3488
3488
  "typeString": "uint256"
@@ -3492,13 +3492,13 @@
3492
3492
  },
3493
3493
  {
3494
3494
  "constant": false,
3495
- "id": 18482,
3495
+ "id": 18238,
3496
3496
  "mutability": "mutable",
3497
3497
  "name": "data",
3498
- "nameLocation": "7449:4:50",
3498
+ "nameLocation": "7449:4:49",
3499
3499
  "nodeType": "VariableDeclaration",
3500
- "scope": 18487,
3501
- "src": "7434:19:50",
3500
+ "scope": 18243,
3501
+ "src": "7434:19:49",
3502
3502
  "stateVariable": false,
3503
3503
  "storageLocation": "calldata",
3504
3504
  "typeDescriptions": {
@@ -3506,10 +3506,10 @@
3506
3506
  "typeString": "bytes"
3507
3507
  },
3508
3508
  "typeName": {
3509
- "id": 18481,
3509
+ "id": 18237,
3510
3510
  "name": "bytes",
3511
3511
  "nodeType": "ElementaryTypeName",
3512
- "src": "7434:5:50",
3512
+ "src": "7434:5:49",
3513
3513
  "typeDescriptions": {
3514
3514
  "typeIdentifier": "t_bytes_storage_ptr",
3515
3515
  "typeString": "bytes"
@@ -3518,16 +3518,16 @@
3518
3518
  "visibility": "internal"
3519
3519
  }
3520
3520
  ],
3521
- "src": "7417:37:50"
3521
+ "src": "7417:37:49"
3522
3522
  },
3523
3523
  "returnParameters": {
3524
- "id": 18486,
3524
+ "id": 18242,
3525
3525
  "nodeType": "ParameterList",
3526
3526
  "parameters": [],
3527
- "src": "7481:0:50"
3527
+ "src": "7481:0:49"
3528
3528
  },
3529
- "scope": 18683,
3530
- "src": "7404:78:50",
3529
+ "scope": 18439,
3530
+ "src": "7404:78:49",
3531
3531
  "stateMutability": "nonpayable",
3532
3532
  "virtual": false,
3533
3533
  "visibility": "external"
@@ -3537,46 +3537,46 @@
3537
3537
  3076
3538
3538
  ],
3539
3539
  "documentation": {
3540
- "id": 18488,
3540
+ "id": 18244,
3541
3541
  "nodeType": "StructuredDocumentation",
3542
- "src": "7488:249:50",
3542
+ "src": "7488:249:49",
3543
3543
  "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}."
3544
3544
  },
3545
3545
  "functionSelector": "d95b6371",
3546
- "id": 18499,
3546
+ "id": 18255,
3547
3547
  "implemented": false,
3548
3548
  "kind": "function",
3549
3549
  "modifiers": [],
3550
3550
  "name": "isOperatorFor",
3551
- "nameLocation": "7751:13:50",
3551
+ "nameLocation": "7751:13:49",
3552
3552
  "nodeType": "FunctionDefinition",
3553
3553
  "overrides": {
3554
- "id": 18495,
3554
+ "id": 18251,
3555
3555
  "nodeType": "OverrideSpecifier",
3556
3556
  "overrides": [
3557
3557
  {
3558
- "id": 18494,
3558
+ "id": 18250,
3559
3559
  "name": "IERC777",
3560
3560
  "nodeType": "IdentifierPath",
3561
3561
  "referencedDeclaration": 3172,
3562
- "src": "7822:7:50"
3562
+ "src": "7822:7:49"
3563
3563
  }
3564
3564
  ],
3565
- "src": "7813:17:50"
3565
+ "src": "7813:17:49"
3566
3566
  },
3567
3567
  "parameters": {
3568
- "id": 18493,
3568
+ "id": 18249,
3569
3569
  "nodeType": "ParameterList",
3570
3570
  "parameters": [
3571
3571
  {
3572
3572
  "constant": false,
3573
- "id": 18490,
3573
+ "id": 18246,
3574
3574
  "mutability": "mutable",
3575
3575
  "name": "operator",
3576
- "nameLocation": "7773:8:50",
3576
+ "nameLocation": "7773:8:49",
3577
3577
  "nodeType": "VariableDeclaration",
3578
- "scope": 18499,
3579
- "src": "7765:16:50",
3578
+ "scope": 18255,
3579
+ "src": "7765:16:49",
3580
3580
  "stateVariable": false,
3581
3581
  "storageLocation": "default",
3582
3582
  "typeDescriptions": {
@@ -3584,10 +3584,10 @@
3584
3584
  "typeString": "address"
3585
3585
  },
3586
3586
  "typeName": {
3587
- "id": 18489,
3587
+ "id": 18245,
3588
3588
  "name": "address",
3589
3589
  "nodeType": "ElementaryTypeName",
3590
- "src": "7765:7:50",
3590
+ "src": "7765:7:49",
3591
3591
  "stateMutability": "nonpayable",
3592
3592
  "typeDescriptions": {
3593
3593
  "typeIdentifier": "t_address",
@@ -3598,13 +3598,13 @@
3598
3598
  },
3599
3599
  {
3600
3600
  "constant": false,
3601
- "id": 18492,
3601
+ "id": 18248,
3602
3602
  "mutability": "mutable",
3603
3603
  "name": "tokenHolder",
3604
- "nameLocation": "7791:11:50",
3604
+ "nameLocation": "7791:11:49",
3605
3605
  "nodeType": "VariableDeclaration",
3606
- "scope": 18499,
3607
- "src": "7783:19:50",
3606
+ "scope": 18255,
3607
+ "src": "7783:19:49",
3608
3608
  "stateVariable": false,
3609
3609
  "storageLocation": "default",
3610
3610
  "typeDescriptions": {
@@ -3612,10 +3612,10 @@
3612
3612
  "typeString": "address"
3613
3613
  },
3614
3614
  "typeName": {
3615
- "id": 18491,
3615
+ "id": 18247,
3616
3616
  "name": "address",
3617
3617
  "nodeType": "ElementaryTypeName",
3618
- "src": "7783:7:50",
3618
+ "src": "7783:7:49",
3619
3619
  "stateMutability": "nonpayable",
3620
3620
  "typeDescriptions": {
3621
3621
  "typeIdentifier": "t_address",
@@ -3625,21 +3625,21 @@
3625
3625
  "visibility": "internal"
3626
3626
  }
3627
3627
  ],
3628
- "src": "7764:39:50"
3628
+ "src": "7764:39:49"
3629
3629
  },
3630
3630
  "returnParameters": {
3631
- "id": 18498,
3631
+ "id": 18254,
3632
3632
  "nodeType": "ParameterList",
3633
3633
  "parameters": [
3634
3634
  {
3635
3635
  "constant": false,
3636
- "id": 18497,
3636
+ "id": 18253,
3637
3637
  "mutability": "mutable",
3638
3638
  "name": "",
3639
3639
  "nameLocation": "-1:-1:-1",
3640
3640
  "nodeType": "VariableDeclaration",
3641
- "scope": 18499,
3642
- "src": "7845:4:50",
3641
+ "scope": 18255,
3642
+ "src": "7845:4:49",
3643
3643
  "stateVariable": false,
3644
3644
  "storageLocation": "default",
3645
3645
  "typeDescriptions": {
@@ -3647,10 +3647,10 @@
3647
3647
  "typeString": "bool"
3648
3648
  },
3649
3649
  "typeName": {
3650
- "id": 18496,
3650
+ "id": 18252,
3651
3651
  "name": "bool",
3652
3652
  "nodeType": "ElementaryTypeName",
3653
- "src": "7845:4:50",
3653
+ "src": "7845:4:49",
3654
3654
  "typeDescriptions": {
3655
3655
  "typeIdentifier": "t_bool",
3656
3656
  "typeString": "bool"
@@ -3659,10 +3659,10 @@
3659
3659
  "visibility": "internal"
3660
3660
  }
3661
3661
  ],
3662
- "src": "7844:6:50"
3662
+ "src": "7844:6:49"
3663
3663
  },
3664
- "scope": 18683,
3665
- "src": "7742:109:50",
3664
+ "scope": 18439,
3665
+ "src": "7742:109:49",
3666
3666
  "stateMutability": "view",
3667
3667
  "virtual": false,
3668
3668
  "visibility": "external"
@@ -3672,46 +3672,46 @@
3672
3672
  3082
3673
3673
  ],
3674
3674
  "documentation": {
3675
- "id": 18500,
3675
+ "id": 18256,
3676
3676
  "nodeType": "StructuredDocumentation",
3677
- "src": "7857:233:50",
3677
+ "src": "7857:233:49",
3678
3678
  "text": " @dev Make an account an operator of the caller.\n See {isOperatorFor}.\n Emits an {AuthorizedOperator} event.\n Requirements\n - `operator` cannot be calling address."
3679
3679
  },
3680
3680
  "functionSelector": "959b8c3f",
3681
- "id": 18507,
3681
+ "id": 18263,
3682
3682
  "implemented": false,
3683
3683
  "kind": "function",
3684
3684
  "modifiers": [],
3685
3685
  "name": "authorizeOperator",
3686
- "nameLocation": "8104:17:50",
3686
+ "nameLocation": "8104:17:49",
3687
3687
  "nodeType": "FunctionDefinition",
3688
3688
  "overrides": {
3689
- "id": 18505,
3689
+ "id": 18261,
3690
3690
  "nodeType": "OverrideSpecifier",
3691
3691
  "overrides": [
3692
3692
  {
3693
- "id": 18504,
3693
+ "id": 18260,
3694
3694
  "name": "IERC777",
3695
3695
  "nodeType": "IdentifierPath",
3696
3696
  "referencedDeclaration": 3172,
3697
- "src": "8158:7:50"
3697
+ "src": "8158:7:49"
3698
3698
  }
3699
3699
  ],
3700
- "src": "8149:17:50"
3700
+ "src": "8149:17:49"
3701
3701
  },
3702
3702
  "parameters": {
3703
- "id": 18503,
3703
+ "id": 18259,
3704
3704
  "nodeType": "ParameterList",
3705
3705
  "parameters": [
3706
3706
  {
3707
3707
  "constant": false,
3708
- "id": 18502,
3708
+ "id": 18258,
3709
3709
  "mutability": "mutable",
3710
3710
  "name": "operator",
3711
- "nameLocation": "8130:8:50",
3711
+ "nameLocation": "8130:8:49",
3712
3712
  "nodeType": "VariableDeclaration",
3713
- "scope": 18507,
3714
- "src": "8122:16:50",
3713
+ "scope": 18263,
3714
+ "src": "8122:16:49",
3715
3715
  "stateVariable": false,
3716
3716
  "storageLocation": "default",
3717
3717
  "typeDescriptions": {
@@ -3719,10 +3719,10 @@
3719
3719
  "typeString": "address"
3720
3720
  },
3721
3721
  "typeName": {
3722
- "id": 18501,
3722
+ "id": 18257,
3723
3723
  "name": "address",
3724
3724
  "nodeType": "ElementaryTypeName",
3725
- "src": "8122:7:50",
3725
+ "src": "8122:7:49",
3726
3726
  "stateMutability": "nonpayable",
3727
3727
  "typeDescriptions": {
3728
3728
  "typeIdentifier": "t_address",
@@ -3732,16 +3732,16 @@
3732
3732
  "visibility": "internal"
3733
3733
  }
3734
3734
  ],
3735
- "src": "8121:18:50"
3735
+ "src": "8121:18:49"
3736
3736
  },
3737
3737
  "returnParameters": {
3738
- "id": 18506,
3738
+ "id": 18262,
3739
3739
  "nodeType": "ParameterList",
3740
3740
  "parameters": [],
3741
- "src": "8166:0:50"
3741
+ "src": "8166:0:49"
3742
3742
  },
3743
- "scope": 18683,
3744
- "src": "8095:72:50",
3743
+ "scope": 18439,
3744
+ "src": "8095:72:49",
3745
3745
  "stateMutability": "nonpayable",
3746
3746
  "virtual": false,
3747
3747
  "visibility": "external"
@@ -3751,46 +3751,46 @@
3751
3751
  3088
3752
3752
  ],
3753
3753
  "documentation": {
3754
- "id": 18508,
3754
+ "id": 18264,
3755
3755
  "nodeType": "StructuredDocumentation",
3756
- "src": "8173:261:50",
3756
+ "src": "8173:261:49",
3757
3757
  "text": " @dev Revoke an account's operator status for the caller.\n See {isOperatorFor} and {defaultOperators}.\n Emits a {RevokedOperator} event.\n Requirements\n - `operator` cannot be calling address."
3758
3758
  },
3759
3759
  "functionSelector": "fad8b32a",
3760
- "id": 18515,
3760
+ "id": 18271,
3761
3761
  "implemented": false,
3762
3762
  "kind": "function",
3763
3763
  "modifiers": [],
3764
3764
  "name": "revokeOperator",
3765
- "nameLocation": "8448:14:50",
3765
+ "nameLocation": "8448:14:49",
3766
3766
  "nodeType": "FunctionDefinition",
3767
3767
  "overrides": {
3768
- "id": 18513,
3768
+ "id": 18269,
3769
3769
  "nodeType": "OverrideSpecifier",
3770
3770
  "overrides": [
3771
3771
  {
3772
- "id": 18512,
3772
+ "id": 18268,
3773
3773
  "name": "IERC777",
3774
3774
  "nodeType": "IdentifierPath",
3775
3775
  "referencedDeclaration": 3172,
3776
- "src": "8499:7:50"
3776
+ "src": "8499:7:49"
3777
3777
  }
3778
3778
  ],
3779
- "src": "8490:17:50"
3779
+ "src": "8490:17:49"
3780
3780
  },
3781
3781
  "parameters": {
3782
- "id": 18511,
3782
+ "id": 18267,
3783
3783
  "nodeType": "ParameterList",
3784
3784
  "parameters": [
3785
3785
  {
3786
3786
  "constant": false,
3787
- "id": 18510,
3787
+ "id": 18266,
3788
3788
  "mutability": "mutable",
3789
3789
  "name": "operator",
3790
- "nameLocation": "8471:8:50",
3790
+ "nameLocation": "8471:8:49",
3791
3791
  "nodeType": "VariableDeclaration",
3792
- "scope": 18515,
3793
- "src": "8463:16:50",
3792
+ "scope": 18271,
3793
+ "src": "8463:16:49",
3794
3794
  "stateVariable": false,
3795
3795
  "storageLocation": "default",
3796
3796
  "typeDescriptions": {
@@ -3798,10 +3798,10 @@
3798
3798
  "typeString": "address"
3799
3799
  },
3800
3800
  "typeName": {
3801
- "id": 18509,
3801
+ "id": 18265,
3802
3802
  "name": "address",
3803
3803
  "nodeType": "ElementaryTypeName",
3804
- "src": "8463:7:50",
3804
+ "src": "8463:7:49",
3805
3805
  "stateMutability": "nonpayable",
3806
3806
  "typeDescriptions": {
3807
3807
  "typeIdentifier": "t_address",
@@ -3811,16 +3811,16 @@
3811
3811
  "visibility": "internal"
3812
3812
  }
3813
3813
  ],
3814
- "src": "8462:18:50"
3814
+ "src": "8462:18:49"
3815
3815
  },
3816
3816
  "returnParameters": {
3817
- "id": 18514,
3817
+ "id": 18270,
3818
3818
  "nodeType": "ParameterList",
3819
3819
  "parameters": [],
3820
- "src": "8507:0:50"
3820
+ "src": "8507:0:49"
3821
3821
  },
3822
- "scope": 18683,
3823
- "src": "8439:69:50",
3822
+ "scope": 18439,
3823
+ "src": "8439:69:49",
3824
3824
  "stateMutability": "nonpayable",
3825
3825
  "virtual": false,
3826
3826
  "visibility": "external"
@@ -3830,52 +3830,52 @@
3830
3830
  3095
3831
3831
  ],
3832
3832
  "documentation": {
3833
- "id": 18516,
3833
+ "id": 18272,
3834
3834
  "nodeType": "StructuredDocumentation",
3835
- "src": "8514:338:50",
3835
+ "src": "8514:338:49",
3836
3836
  "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."
3837
3837
  },
3838
3838
  "functionSelector": "06e48538",
3839
- "id": 18524,
3839
+ "id": 18280,
3840
3840
  "implemented": false,
3841
3841
  "kind": "function",
3842
3842
  "modifiers": [],
3843
3843
  "name": "defaultOperators",
3844
- "nameLocation": "8866:16:50",
3844
+ "nameLocation": "8866:16:49",
3845
3845
  "nodeType": "FunctionDefinition",
3846
3846
  "overrides": {
3847
- "id": 18519,
3847
+ "id": 18275,
3848
3848
  "nodeType": "OverrideSpecifier",
3849
3849
  "overrides": [
3850
3850
  {
3851
- "id": 18518,
3851
+ "id": 18274,
3852
3852
  "name": "IERC777",
3853
3853
  "nodeType": "IdentifierPath",
3854
3854
  "referencedDeclaration": 3172,
3855
- "src": "8903:7:50"
3855
+ "src": "8903:7:49"
3856
3856
  }
3857
3857
  ],
3858
- "src": "8894:17:50"
3858
+ "src": "8894:17:49"
3859
3859
  },
3860
3860
  "parameters": {
3861
- "id": 18517,
3861
+ "id": 18273,
3862
3862
  "nodeType": "ParameterList",
3863
3863
  "parameters": [],
3864
- "src": "8882:2:50"
3864
+ "src": "8882:2:49"
3865
3865
  },
3866
3866
  "returnParameters": {
3867
- "id": 18523,
3867
+ "id": 18279,
3868
3868
  "nodeType": "ParameterList",
3869
3869
  "parameters": [
3870
3870
  {
3871
3871
  "constant": false,
3872
- "id": 18522,
3872
+ "id": 18278,
3873
3873
  "mutability": "mutable",
3874
3874
  "name": "",
3875
3875
  "nameLocation": "-1:-1:-1",
3876
3876
  "nodeType": "VariableDeclaration",
3877
- "scope": 18524,
3878
- "src": "8926:16:50",
3877
+ "scope": 18280,
3878
+ "src": "8926:16:49",
3879
3879
  "stateVariable": false,
3880
3880
  "storageLocation": "memory",
3881
3881
  "typeDescriptions": {
@@ -3884,19 +3884,19 @@
3884
3884
  },
3885
3885
  "typeName": {
3886
3886
  "baseType": {
3887
- "id": 18520,
3887
+ "id": 18276,
3888
3888
  "name": "address",
3889
3889
  "nodeType": "ElementaryTypeName",
3890
- "src": "8926:7:50",
3890
+ "src": "8926:7:49",
3891
3891
  "stateMutability": "nonpayable",
3892
3892
  "typeDescriptions": {
3893
3893
  "typeIdentifier": "t_address",
3894
3894
  "typeString": "address"
3895
3895
  }
3896
3896
  },
3897
- "id": 18521,
3897
+ "id": 18277,
3898
3898
  "nodeType": "ArrayTypeName",
3899
- "src": "8926:9:50",
3899
+ "src": "8926:9:49",
3900
3900
  "typeDescriptions": {
3901
3901
  "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
3902
3902
  "typeString": "address[]"
@@ -3905,10 +3905,10 @@
3905
3905
  "visibility": "internal"
3906
3906
  }
3907
3907
  ],
3908
- "src": "8925:18:50"
3908
+ "src": "8925:18:49"
3909
3909
  },
3910
- "scope": 18683,
3911
- "src": "8857:87:50",
3910
+ "scope": 18439,
3911
+ "src": "8857:87:49",
3912
3912
  "stateMutability": "view",
3913
3913
  "virtual": false,
3914
3914
  "visibility": "external"
@@ -3918,46 +3918,46 @@
3918
3918
  3109
3919
3919
  ],
3920
3920
  "documentation": {
3921
- "id": 18525,
3921
+ "id": 18281,
3922
3922
  "nodeType": "StructuredDocumentation",
3923
- "src": "8950:714:50",
3923
+ "src": "8950:714:49",
3924
3924
  "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 Emits a {Sent} event.\n 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."
3925
3925
  },
3926
3926
  "functionSelector": "62ad1b83",
3927
- "id": 18540,
3927
+ "id": 18296,
3928
3928
  "implemented": false,
3929
3929
  "kind": "function",
3930
3930
  "modifiers": [],
3931
3931
  "name": "operatorSend",
3932
- "nameLocation": "9678:12:50",
3932
+ "nameLocation": "9678:12:49",
3933
3933
  "nodeType": "FunctionDefinition",
3934
3934
  "overrides": {
3935
- "id": 18538,
3935
+ "id": 18294,
3936
3936
  "nodeType": "OverrideSpecifier",
3937
3937
  "overrides": [
3938
3938
  {
3939
- "id": 18537,
3939
+ "id": 18293,
3940
3940
  "name": "IERC777",
3941
3941
  "nodeType": "IdentifierPath",
3942
3942
  "referencedDeclaration": 3172,
3943
- "src": "9856:7:50"
3943
+ "src": "9856:7:49"
3944
3944
  }
3945
3945
  ],
3946
- "src": "9847:17:50"
3946
+ "src": "9847:17:49"
3947
3947
  },
3948
3948
  "parameters": {
3949
- "id": 18536,
3949
+ "id": 18292,
3950
3950
  "nodeType": "ParameterList",
3951
3951
  "parameters": [
3952
3952
  {
3953
3953
  "constant": false,
3954
- "id": 18527,
3954
+ "id": 18283,
3955
3955
  "mutability": "mutable",
3956
3956
  "name": "sender",
3957
- "nameLocation": "9708:6:50",
3957
+ "nameLocation": "9708:6:49",
3958
3958
  "nodeType": "VariableDeclaration",
3959
- "scope": 18540,
3960
- "src": "9700:14:50",
3959
+ "scope": 18296,
3960
+ "src": "9700:14:49",
3961
3961
  "stateVariable": false,
3962
3962
  "storageLocation": "default",
3963
3963
  "typeDescriptions": {
@@ -3965,10 +3965,10 @@
3965
3965
  "typeString": "address"
3966
3966
  },
3967
3967
  "typeName": {
3968
- "id": 18526,
3968
+ "id": 18282,
3969
3969
  "name": "address",
3970
3970
  "nodeType": "ElementaryTypeName",
3971
- "src": "9700:7:50",
3971
+ "src": "9700:7:49",
3972
3972
  "stateMutability": "nonpayable",
3973
3973
  "typeDescriptions": {
3974
3974
  "typeIdentifier": "t_address",
@@ -3979,13 +3979,13 @@
3979
3979
  },
3980
3980
  {
3981
3981
  "constant": false,
3982
- "id": 18529,
3982
+ "id": 18285,
3983
3983
  "mutability": "mutable",
3984
3984
  "name": "recipient",
3985
- "nameLocation": "9732:9:50",
3985
+ "nameLocation": "9732:9:49",
3986
3986
  "nodeType": "VariableDeclaration",
3987
- "scope": 18540,
3988
- "src": "9724:17:50",
3987
+ "scope": 18296,
3988
+ "src": "9724:17:49",
3989
3989
  "stateVariable": false,
3990
3990
  "storageLocation": "default",
3991
3991
  "typeDescriptions": {
@@ -3993,10 +3993,10 @@
3993
3993
  "typeString": "address"
3994
3994
  },
3995
3995
  "typeName": {
3996
- "id": 18528,
3996
+ "id": 18284,
3997
3997
  "name": "address",
3998
3998
  "nodeType": "ElementaryTypeName",
3999
- "src": "9724:7:50",
3999
+ "src": "9724:7:49",
4000
4000
  "stateMutability": "nonpayable",
4001
4001
  "typeDescriptions": {
4002
4002
  "typeIdentifier": "t_address",
@@ -4007,13 +4007,13 @@
4007
4007
  },
4008
4008
  {
4009
4009
  "constant": false,
4010
- "id": 18531,
4010
+ "id": 18287,
4011
4011
  "mutability": "mutable",
4012
4012
  "name": "amount",
4013
- "nameLocation": "9759:6:50",
4013
+ "nameLocation": "9759:6:49",
4014
4014
  "nodeType": "VariableDeclaration",
4015
- "scope": 18540,
4016
- "src": "9751:14:50",
4015
+ "scope": 18296,
4016
+ "src": "9751:14:49",
4017
4017
  "stateVariable": false,
4018
4018
  "storageLocation": "default",
4019
4019
  "typeDescriptions": {
@@ -4021,10 +4021,10 @@
4021
4021
  "typeString": "uint256"
4022
4022
  },
4023
4023
  "typeName": {
4024
- "id": 18530,
4024
+ "id": 18286,
4025
4025
  "name": "uint256",
4026
4026
  "nodeType": "ElementaryTypeName",
4027
- "src": "9751:7:50",
4027
+ "src": "9751:7:49",
4028
4028
  "typeDescriptions": {
4029
4029
  "typeIdentifier": "t_uint256",
4030
4030
  "typeString": "uint256"
@@ -4034,13 +4034,13 @@
4034
4034
  },
4035
4035
  {
4036
4036
  "constant": false,
4037
- "id": 18533,
4037
+ "id": 18289,
4038
4038
  "mutability": "mutable",
4039
4039
  "name": "data",
4040
- "nameLocation": "9790:4:50",
4040
+ "nameLocation": "9790:4:49",
4041
4041
  "nodeType": "VariableDeclaration",
4042
- "scope": 18540,
4043
- "src": "9775:19:50",
4042
+ "scope": 18296,
4043
+ "src": "9775:19:49",
4044
4044
  "stateVariable": false,
4045
4045
  "storageLocation": "calldata",
4046
4046
  "typeDescriptions": {
@@ -4048,10 +4048,10 @@
4048
4048
  "typeString": "bytes"
4049
4049
  },
4050
4050
  "typeName": {
4051
- "id": 18532,
4051
+ "id": 18288,
4052
4052
  "name": "bytes",
4053
4053
  "nodeType": "ElementaryTypeName",
4054
- "src": "9775:5:50",
4054
+ "src": "9775:5:49",
4055
4055
  "typeDescriptions": {
4056
4056
  "typeIdentifier": "t_bytes_storage_ptr",
4057
4057
  "typeString": "bytes"
@@ -4061,13 +4061,13 @@
4061
4061
  },
4062
4062
  {
4063
4063
  "constant": false,
4064
- "id": 18535,
4064
+ "id": 18291,
4065
4065
  "mutability": "mutable",
4066
4066
  "name": "operatorData",
4067
- "nameLocation": "9819:12:50",
4067
+ "nameLocation": "9819:12:49",
4068
4068
  "nodeType": "VariableDeclaration",
4069
- "scope": 18540,
4070
- "src": "9804:27:50",
4069
+ "scope": 18296,
4070
+ "src": "9804:27:49",
4071
4071
  "stateVariable": false,
4072
4072
  "storageLocation": "calldata",
4073
4073
  "typeDescriptions": {
@@ -4075,10 +4075,10 @@
4075
4075
  "typeString": "bytes"
4076
4076
  },
4077
4077
  "typeName": {
4078
- "id": 18534,
4078
+ "id": 18290,
4079
4079
  "name": "bytes",
4080
4080
  "nodeType": "ElementaryTypeName",
4081
- "src": "9804:5:50",
4081
+ "src": "9804:5:49",
4082
4082
  "typeDescriptions": {
4083
4083
  "typeIdentifier": "t_bytes_storage_ptr",
4084
4084
  "typeString": "bytes"
@@ -4087,16 +4087,16 @@
4087
4087
  "visibility": "internal"
4088
4088
  }
4089
4089
  ],
4090
- "src": "9690:147:50"
4090
+ "src": "9690:147:49"
4091
4091
  },
4092
4092
  "returnParameters": {
4093
- "id": 18539,
4093
+ "id": 18295,
4094
4094
  "nodeType": "ParameterList",
4095
4095
  "parameters": [],
4096
- "src": "9864:0:50"
4096
+ "src": "9864:0:49"
4097
4097
  },
4098
- "scope": 18683,
4099
- "src": "9669:196:50",
4098
+ "scope": 18439,
4099
+ "src": "9669:196:49",
4100
4100
  "stateMutability": "nonpayable",
4101
4101
  "virtual": false,
4102
4102
  "visibility": "external"
@@ -4106,46 +4106,46 @@
4106
4106
  3121
4107
4107
  ],
4108
4108
  "documentation": {
4109
- "id": 18541,
4109
+ "id": 18297,
4110
4110
  "nodeType": "StructuredDocumentation",
4111
- "src": "9871:532:50",
4111
+ "src": "9871:532:49",
4112
4112
  "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 Emits a {Burned} event.\n 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`."
4113
4113
  },
4114
4114
  "functionSelector": "fc673c4f",
4115
- "id": 18554,
4115
+ "id": 18310,
4116
4116
  "implemented": false,
4117
4117
  "kind": "function",
4118
4118
  "modifiers": [],
4119
4119
  "name": "operatorBurn",
4120
- "nameLocation": "10417:12:50",
4120
+ "nameLocation": "10417:12:49",
4121
4121
  "nodeType": "FunctionDefinition",
4122
4122
  "overrides": {
4123
- "id": 18552,
4123
+ "id": 18308,
4124
4124
  "nodeType": "OverrideSpecifier",
4125
4125
  "overrides": [
4126
4126
  {
4127
- "id": 18551,
4127
+ "id": 18307,
4128
4128
  "name": "IERC777",
4129
4129
  "nodeType": "IdentifierPath",
4130
4130
  "referencedDeclaration": 3172,
4131
- "src": "10569:7:50"
4131
+ "src": "10569:7:49"
4132
4132
  }
4133
4133
  ],
4134
- "src": "10560:17:50"
4134
+ "src": "10560:17:49"
4135
4135
  },
4136
4136
  "parameters": {
4137
- "id": 18550,
4137
+ "id": 18306,
4138
4138
  "nodeType": "ParameterList",
4139
4139
  "parameters": [
4140
4140
  {
4141
4141
  "constant": false,
4142
- "id": 18543,
4142
+ "id": 18299,
4143
4143
  "mutability": "mutable",
4144
4144
  "name": "account",
4145
- "nameLocation": "10447:7:50",
4145
+ "nameLocation": "10447:7:49",
4146
4146
  "nodeType": "VariableDeclaration",
4147
- "scope": 18554,
4148
- "src": "10439:15:50",
4147
+ "scope": 18310,
4148
+ "src": "10439:15:49",
4149
4149
  "stateVariable": false,
4150
4150
  "storageLocation": "default",
4151
4151
  "typeDescriptions": {
@@ -4153,10 +4153,10 @@
4153
4153
  "typeString": "address"
4154
4154
  },
4155
4155
  "typeName": {
4156
- "id": 18542,
4156
+ "id": 18298,
4157
4157
  "name": "address",
4158
4158
  "nodeType": "ElementaryTypeName",
4159
- "src": "10439:7:50",
4159
+ "src": "10439:7:49",
4160
4160
  "stateMutability": "nonpayable",
4161
4161
  "typeDescriptions": {
4162
4162
  "typeIdentifier": "t_address",
@@ -4167,13 +4167,13 @@
4167
4167
  },
4168
4168
  {
4169
4169
  "constant": false,
4170
- "id": 18545,
4170
+ "id": 18301,
4171
4171
  "mutability": "mutable",
4172
4172
  "name": "amount",
4173
- "nameLocation": "10472:6:50",
4173
+ "nameLocation": "10472:6:49",
4174
4174
  "nodeType": "VariableDeclaration",
4175
- "scope": 18554,
4176
- "src": "10464:14:50",
4175
+ "scope": 18310,
4176
+ "src": "10464:14:49",
4177
4177
  "stateVariable": false,
4178
4178
  "storageLocation": "default",
4179
4179
  "typeDescriptions": {
@@ -4181,10 +4181,10 @@
4181
4181
  "typeString": "uint256"
4182
4182
  },
4183
4183
  "typeName": {
4184
- "id": 18544,
4184
+ "id": 18300,
4185
4185
  "name": "uint256",
4186
4186
  "nodeType": "ElementaryTypeName",
4187
- "src": "10464:7:50",
4187
+ "src": "10464:7:49",
4188
4188
  "typeDescriptions": {
4189
4189
  "typeIdentifier": "t_uint256",
4190
4190
  "typeString": "uint256"
@@ -4194,13 +4194,13 @@
4194
4194
  },
4195
4195
  {
4196
4196
  "constant": false,
4197
- "id": 18547,
4197
+ "id": 18303,
4198
4198
  "mutability": "mutable",
4199
4199
  "name": "data",
4200
- "nameLocation": "10503:4:50",
4200
+ "nameLocation": "10503:4:49",
4201
4201
  "nodeType": "VariableDeclaration",
4202
- "scope": 18554,
4203
- "src": "10488:19:50",
4202
+ "scope": 18310,
4203
+ "src": "10488:19:49",
4204
4204
  "stateVariable": false,
4205
4205
  "storageLocation": "calldata",
4206
4206
  "typeDescriptions": {
@@ -4208,10 +4208,10 @@
4208
4208
  "typeString": "bytes"
4209
4209
  },
4210
4210
  "typeName": {
4211
- "id": 18546,
4211
+ "id": 18302,
4212
4212
  "name": "bytes",
4213
4213
  "nodeType": "ElementaryTypeName",
4214
- "src": "10488:5:50",
4214
+ "src": "10488:5:49",
4215
4215
  "typeDescriptions": {
4216
4216
  "typeIdentifier": "t_bytes_storage_ptr",
4217
4217
  "typeString": "bytes"
@@ -4221,13 +4221,13 @@
4221
4221
  },
4222
4222
  {
4223
4223
  "constant": false,
4224
- "id": 18549,
4224
+ "id": 18305,
4225
4225
  "mutability": "mutable",
4226
4226
  "name": "operatorData",
4227
- "nameLocation": "10532:12:50",
4227
+ "nameLocation": "10532:12:49",
4228
4228
  "nodeType": "VariableDeclaration",
4229
- "scope": 18554,
4230
- "src": "10517:27:50",
4229
+ "scope": 18310,
4230
+ "src": "10517:27:49",
4231
4231
  "stateVariable": false,
4232
4232
  "storageLocation": "calldata",
4233
4233
  "typeDescriptions": {
@@ -4235,10 +4235,10 @@
4235
4235
  "typeString": "bytes"
4236
4236
  },
4237
4237
  "typeName": {
4238
- "id": 18548,
4238
+ "id": 18304,
4239
4239
  "name": "bytes",
4240
4240
  "nodeType": "ElementaryTypeName",
4241
- "src": "10517:5:50",
4241
+ "src": "10517:5:49",
4242
4242
  "typeDescriptions": {
4243
4243
  "typeIdentifier": "t_bytes_storage_ptr",
4244
4244
  "typeString": "bytes"
@@ -4247,48 +4247,48 @@
4247
4247
  "visibility": "internal"
4248
4248
  }
4249
4249
  ],
4250
- "src": "10429:121:50"
4250
+ "src": "10429:121:49"
4251
4251
  },
4252
4252
  "returnParameters": {
4253
- "id": 18553,
4253
+ "id": 18309,
4254
4254
  "nodeType": "ParameterList",
4255
4255
  "parameters": [],
4256
- "src": "10577:0:50"
4256
+ "src": "10577:0:49"
4257
4257
  },
4258
- "scope": 18683,
4259
- "src": "10408:170:50",
4258
+ "scope": 18439,
4259
+ "src": "10408:170:49",
4260
4260
  "stateMutability": "nonpayable",
4261
4261
  "virtual": false,
4262
4262
  "visibility": "external"
4263
4263
  },
4264
4264
  {
4265
4265
  "documentation": {
4266
- "id": 18555,
4266
+ "id": 18311,
4267
4267
  "nodeType": "StructuredDocumentation",
4268
- "src": "10786:99:50",
4268
+ "src": "10786:99:49",
4269
4269
  "text": " @dev Mint new tokens for the account\n Modifiers:\n - onlySelf"
4270
4270
  },
4271
4271
  "functionSelector": "c68d4283",
4272
- "id": 18564,
4272
+ "id": 18320,
4273
4273
  "implemented": false,
4274
4274
  "kind": "function",
4275
4275
  "modifiers": [],
4276
4276
  "name": "selfMint",
4277
- "nameLocation": "10899:8:50",
4277
+ "nameLocation": "10899:8:49",
4278
4278
  "nodeType": "FunctionDefinition",
4279
4279
  "parameters": {
4280
- "id": 18562,
4280
+ "id": 18318,
4281
4281
  "nodeType": "ParameterList",
4282
4282
  "parameters": [
4283
4283
  {
4284
4284
  "constant": false,
4285
- "id": 18557,
4285
+ "id": 18313,
4286
4286
  "mutability": "mutable",
4287
4287
  "name": "account",
4288
- "nameLocation": "10925:7:50",
4288
+ "nameLocation": "10925:7:49",
4289
4289
  "nodeType": "VariableDeclaration",
4290
- "scope": 18564,
4291
- "src": "10917:15:50",
4290
+ "scope": 18320,
4291
+ "src": "10917:15:49",
4292
4292
  "stateVariable": false,
4293
4293
  "storageLocation": "default",
4294
4294
  "typeDescriptions": {
@@ -4296,10 +4296,10 @@
4296
4296
  "typeString": "address"
4297
4297
  },
4298
4298
  "typeName": {
4299
- "id": 18556,
4299
+ "id": 18312,
4300
4300
  "name": "address",
4301
4301
  "nodeType": "ElementaryTypeName",
4302
- "src": "10917:7:50",
4302
+ "src": "10917:7:49",
4303
4303
  "stateMutability": "nonpayable",
4304
4304
  "typeDescriptions": {
4305
4305
  "typeIdentifier": "t_address",
@@ -4310,13 +4310,13 @@
4310
4310
  },
4311
4311
  {
4312
4312
  "constant": false,
4313
- "id": 18559,
4313
+ "id": 18315,
4314
4314
  "mutability": "mutable",
4315
4315
  "name": "amount",
4316
- "nameLocation": "10950:6:50",
4316
+ "nameLocation": "10950:6:49",
4317
4317
  "nodeType": "VariableDeclaration",
4318
- "scope": 18564,
4319
- "src": "10942:14:50",
4318
+ "scope": 18320,
4319
+ "src": "10942:14:49",
4320
4320
  "stateVariable": false,
4321
4321
  "storageLocation": "default",
4322
4322
  "typeDescriptions": {
@@ -4324,10 +4324,10 @@
4324
4324
  "typeString": "uint256"
4325
4325
  },
4326
4326
  "typeName": {
4327
- "id": 18558,
4327
+ "id": 18314,
4328
4328
  "name": "uint256",
4329
4329
  "nodeType": "ElementaryTypeName",
4330
- "src": "10942:7:50",
4330
+ "src": "10942:7:49",
4331
4331
  "typeDescriptions": {
4332
4332
  "typeIdentifier": "t_uint256",
4333
4333
  "typeString": "uint256"
@@ -4337,13 +4337,13 @@
4337
4337
  },
4338
4338
  {
4339
4339
  "constant": false,
4340
- "id": 18561,
4340
+ "id": 18317,
4341
4341
  "mutability": "mutable",
4342
4342
  "name": "userData",
4343
- "nameLocation": "10979:8:50",
4343
+ "nameLocation": "10979:8:49",
4344
4344
  "nodeType": "VariableDeclaration",
4345
- "scope": 18564,
4346
- "src": "10966:21:50",
4345
+ "scope": 18320,
4346
+ "src": "10966:21:49",
4347
4347
  "stateVariable": false,
4348
4348
  "storageLocation": "memory",
4349
4349
  "typeDescriptions": {
@@ -4351,10 +4351,10 @@
4351
4351
  "typeString": "bytes"
4352
4352
  },
4353
4353
  "typeName": {
4354
- "id": 18560,
4354
+ "id": 18316,
4355
4355
  "name": "bytes",
4356
4356
  "nodeType": "ElementaryTypeName",
4357
- "src": "10966:5:50",
4357
+ "src": "10966:5:49",
4358
4358
  "typeDescriptions": {
4359
4359
  "typeIdentifier": "t_bytes_storage_ptr",
4360
4360
  "typeString": "bytes"
@@ -4363,48 +4363,48 @@
4363
4363
  "visibility": "internal"
4364
4364
  }
4365
4365
  ],
4366
- "src": "10907:86:50"
4366
+ "src": "10907:86:49"
4367
4367
  },
4368
4368
  "returnParameters": {
4369
- "id": 18563,
4369
+ "id": 18319,
4370
4370
  "nodeType": "ParameterList",
4371
4371
  "parameters": [],
4372
- "src": "11002:0:50"
4372
+ "src": "11002:0:49"
4373
4373
  },
4374
- "scope": 18683,
4375
- "src": "10890:113:50",
4374
+ "scope": 18439,
4375
+ "src": "10890:113:49",
4376
4376
  "stateMutability": "nonpayable",
4377
4377
  "virtual": false,
4378
4378
  "visibility": "external"
4379
4379
  },
4380
4380
  {
4381
4381
  "documentation": {
4382
- "id": 18565,
4382
+ "id": 18321,
4383
4383
  "nodeType": "StructuredDocumentation",
4384
- "src": "11008:99:50",
4384
+ "src": "11008:99:49",
4385
4385
  "text": " @dev Burn existing tokens for the account\n Modifiers:\n - onlySelf"
4386
4386
  },
4387
4387
  "functionSelector": "9d876741",
4388
- "id": 18574,
4388
+ "id": 18330,
4389
4389
  "implemented": false,
4390
4390
  "kind": "function",
4391
4391
  "modifiers": [],
4392
4392
  "name": "selfBurn",
4393
- "nameLocation": "11120:8:50",
4393
+ "nameLocation": "11120:8:49",
4394
4394
  "nodeType": "FunctionDefinition",
4395
4395
  "parameters": {
4396
- "id": 18572,
4396
+ "id": 18328,
4397
4397
  "nodeType": "ParameterList",
4398
4398
  "parameters": [
4399
4399
  {
4400
4400
  "constant": false,
4401
- "id": 18567,
4401
+ "id": 18323,
4402
4402
  "mutability": "mutable",
4403
4403
  "name": "account",
4404
- "nameLocation": "11145:7:50",
4404
+ "nameLocation": "11145:7:49",
4405
4405
  "nodeType": "VariableDeclaration",
4406
- "scope": 18574,
4407
- "src": "11137:15:50",
4406
+ "scope": 18330,
4407
+ "src": "11137:15:49",
4408
4408
  "stateVariable": false,
4409
4409
  "storageLocation": "default",
4410
4410
  "typeDescriptions": {
@@ -4412,10 +4412,10 @@
4412
4412
  "typeString": "address"
4413
4413
  },
4414
4414
  "typeName": {
4415
- "id": 18566,
4415
+ "id": 18322,
4416
4416
  "name": "address",
4417
4417
  "nodeType": "ElementaryTypeName",
4418
- "src": "11137:7:50",
4418
+ "src": "11137:7:49",
4419
4419
  "stateMutability": "nonpayable",
4420
4420
  "typeDescriptions": {
4421
4421
  "typeIdentifier": "t_address",
@@ -4426,13 +4426,13 @@
4426
4426
  },
4427
4427
  {
4428
4428
  "constant": false,
4429
- "id": 18569,
4429
+ "id": 18325,
4430
4430
  "mutability": "mutable",
4431
4431
  "name": "amount",
4432
- "nameLocation": "11169:6:50",
4432
+ "nameLocation": "11169:6:49",
4433
4433
  "nodeType": "VariableDeclaration",
4434
- "scope": 18574,
4435
- "src": "11161:14:50",
4434
+ "scope": 18330,
4435
+ "src": "11161:14:49",
4436
4436
  "stateVariable": false,
4437
4437
  "storageLocation": "default",
4438
4438
  "typeDescriptions": {
@@ -4440,10 +4440,10 @@
4440
4440
  "typeString": "uint256"
4441
4441
  },
4442
4442
  "typeName": {
4443
- "id": 18568,
4443
+ "id": 18324,
4444
4444
  "name": "uint256",
4445
4445
  "nodeType": "ElementaryTypeName",
4446
- "src": "11161:7:50",
4446
+ "src": "11161:7:49",
4447
4447
  "typeDescriptions": {
4448
4448
  "typeIdentifier": "t_uint256",
4449
4449
  "typeString": "uint256"
@@ -4453,13 +4453,13 @@
4453
4453
  },
4454
4454
  {
4455
4455
  "constant": false,
4456
- "id": 18571,
4456
+ "id": 18327,
4457
4457
  "mutability": "mutable",
4458
4458
  "name": "userData",
4459
- "nameLocation": "11197:8:50",
4459
+ "nameLocation": "11197:8:49",
4460
4460
  "nodeType": "VariableDeclaration",
4461
- "scope": 18574,
4462
- "src": "11184:21:50",
4461
+ "scope": 18330,
4462
+ "src": "11184:21:49",
4463
4463
  "stateVariable": false,
4464
4464
  "storageLocation": "memory",
4465
4465
  "typeDescriptions": {
@@ -4467,10 +4467,10 @@
4467
4467
  "typeString": "bytes"
4468
4468
  },
4469
4469
  "typeName": {
4470
- "id": 18570,
4470
+ "id": 18326,
4471
4471
  "name": "bytes",
4472
4472
  "nodeType": "ElementaryTypeName",
4473
- "src": "11184:5:50",
4473
+ "src": "11184:5:49",
4474
4474
  "typeDescriptions": {
4475
4475
  "typeIdentifier": "t_bytes_storage_ptr",
4476
4476
  "typeString": "bytes"
@@ -4479,48 +4479,48 @@
4479
4479
  "visibility": "internal"
4480
4480
  }
4481
4481
  ],
4482
- "src": "11128:82:50"
4482
+ "src": "11128:82:49"
4483
4483
  },
4484
4484
  "returnParameters": {
4485
- "id": 18573,
4485
+ "id": 18329,
4486
4486
  "nodeType": "ParameterList",
4487
4487
  "parameters": [],
4488
- "src": "11219:0:50"
4488
+ "src": "11219:0:49"
4489
4489
  },
4490
- "scope": 18683,
4491
- "src": "11111:109:50",
4490
+ "scope": 18439,
4491
+ "src": "11111:109:49",
4492
4492
  "stateMutability": "nonpayable",
4493
4493
  "virtual": false,
4494
4494
  "visibility": "external"
4495
4495
  },
4496
4496
  {
4497
4497
  "documentation": {
4498
- "id": 18575,
4498
+ "id": 18331,
4499
4499
  "nodeType": "StructuredDocumentation",
4500
- "src": "11225:237:50",
4500
+ "src": "11225:237:49",
4501
4501
  "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 Modifiers:\n - onlySelf"
4502
4502
  },
4503
4503
  "functionSelector": "41b706be",
4504
- "id": 18586,
4504
+ "id": 18342,
4505
4505
  "implemented": false,
4506
4506
  "kind": "function",
4507
4507
  "modifiers": [],
4508
4508
  "name": "selfTransferFrom",
4509
- "nameLocation": "11475:16:50",
4509
+ "nameLocation": "11475:16:49",
4510
4510
  "nodeType": "FunctionDefinition",
4511
4511
  "parameters": {
4512
- "id": 18584,
4512
+ "id": 18340,
4513
4513
  "nodeType": "ParameterList",
4514
4514
  "parameters": [
4515
4515
  {
4516
4516
  "constant": false,
4517
- "id": 18577,
4517
+ "id": 18333,
4518
4518
  "mutability": "mutable",
4519
4519
  "name": "sender",
4520
- "nameLocation": "11509:6:50",
4520
+ "nameLocation": "11509:6:49",
4521
4521
  "nodeType": "VariableDeclaration",
4522
- "scope": 18586,
4523
- "src": "11501:14:50",
4522
+ "scope": 18342,
4523
+ "src": "11501:14:49",
4524
4524
  "stateVariable": false,
4525
4525
  "storageLocation": "default",
4526
4526
  "typeDescriptions": {
@@ -4528,10 +4528,10 @@
4528
4528
  "typeString": "address"
4529
4529
  },
4530
4530
  "typeName": {
4531
- "id": 18576,
4531
+ "id": 18332,
4532
4532
  "name": "address",
4533
4533
  "nodeType": "ElementaryTypeName",
4534
- "src": "11501:7:50",
4534
+ "src": "11501:7:49",
4535
4535
  "stateMutability": "nonpayable",
4536
4536
  "typeDescriptions": {
4537
4537
  "typeIdentifier": "t_address",
@@ -4542,13 +4542,13 @@
4542
4542
  },
4543
4543
  {
4544
4544
  "constant": false,
4545
- "id": 18579,
4545
+ "id": 18335,
4546
4546
  "mutability": "mutable",
4547
4547
  "name": "spender",
4548
- "nameLocation": "11533:7:50",
4548
+ "nameLocation": "11533:7:49",
4549
4549
  "nodeType": "VariableDeclaration",
4550
- "scope": 18586,
4551
- "src": "11525:15:50",
4550
+ "scope": 18342,
4551
+ "src": "11525:15:49",
4552
4552
  "stateVariable": false,
4553
4553
  "storageLocation": "default",
4554
4554
  "typeDescriptions": {
@@ -4556,10 +4556,10 @@
4556
4556
  "typeString": "address"
4557
4557
  },
4558
4558
  "typeName": {
4559
- "id": 18578,
4559
+ "id": 18334,
4560
4560
  "name": "address",
4561
4561
  "nodeType": "ElementaryTypeName",
4562
- "src": "11525:7:50",
4562
+ "src": "11525:7:49",
4563
4563
  "stateMutability": "nonpayable",
4564
4564
  "typeDescriptions": {
4565
4565
  "typeIdentifier": "t_address",
@@ -4570,13 +4570,13 @@
4570
4570
  },
4571
4571
  {
4572
4572
  "constant": false,
4573
- "id": 18581,
4573
+ "id": 18337,
4574
4574
  "mutability": "mutable",
4575
4575
  "name": "recipient",
4576
- "nameLocation": "11558:9:50",
4576
+ "nameLocation": "11558:9:49",
4577
4577
  "nodeType": "VariableDeclaration",
4578
- "scope": 18586,
4579
- "src": "11550:17:50",
4578
+ "scope": 18342,
4579
+ "src": "11550:17:49",
4580
4580
  "stateVariable": false,
4581
4581
  "storageLocation": "default",
4582
4582
  "typeDescriptions": {
@@ -4584,10 +4584,10 @@
4584
4584
  "typeString": "address"
4585
4585
  },
4586
4586
  "typeName": {
4587
- "id": 18580,
4587
+ "id": 18336,
4588
4588
  "name": "address",
4589
4589
  "nodeType": "ElementaryTypeName",
4590
- "src": "11550:7:50",
4590
+ "src": "11550:7:49",
4591
4591
  "stateMutability": "nonpayable",
4592
4592
  "typeDescriptions": {
4593
4593
  "typeIdentifier": "t_address",
@@ -4598,13 +4598,13 @@
4598
4598
  },
4599
4599
  {
4600
4600
  "constant": false,
4601
- "id": 18583,
4601
+ "id": 18339,
4602
4602
  "mutability": "mutable",
4603
4603
  "name": "amount",
4604
- "nameLocation": "11585:6:50",
4604
+ "nameLocation": "11585:6:49",
4605
4605
  "nodeType": "VariableDeclaration",
4606
- "scope": 18586,
4607
- "src": "11577:14:50",
4606
+ "scope": 18342,
4607
+ "src": "11577:14:49",
4608
4608
  "stateVariable": false,
4609
4609
  "storageLocation": "default",
4610
4610
  "typeDescriptions": {
@@ -4612,10 +4612,10 @@
4612
4612
  "typeString": "uint256"
4613
4613
  },
4614
4614
  "typeName": {
4615
- "id": 18582,
4615
+ "id": 18338,
4616
4616
  "name": "uint256",
4617
4617
  "nodeType": "ElementaryTypeName",
4618
- "src": "11577:7:50",
4618
+ "src": "11577:7:49",
4619
4619
  "typeDescriptions": {
4620
4620
  "typeIdentifier": "t_uint256",
4621
4621
  "typeString": "uint256"
@@ -4624,48 +4624,48 @@
4624
4624
  "visibility": "internal"
4625
4625
  }
4626
4626
  ],
4627
- "src": "11491:105:50"
4627
+ "src": "11491:105:49"
4628
4628
  },
4629
4629
  "returnParameters": {
4630
- "id": 18585,
4630
+ "id": 18341,
4631
4631
  "nodeType": "ParameterList",
4632
4632
  "parameters": [],
4633
- "src": "11605:0:50"
4633
+ "src": "11605:0:49"
4634
4634
  },
4635
- "scope": 18683,
4636
- "src": "11466:140:50",
4635
+ "scope": 18439,
4636
+ "src": "11466:140:49",
4637
4637
  "stateMutability": "nonpayable",
4638
4638
  "virtual": false,
4639
4639
  "visibility": "external"
4640
4640
  },
4641
4641
  {
4642
4642
  "documentation": {
4643
- "id": 18587,
4643
+ "id": 18343,
4644
4644
  "nodeType": "StructuredDocumentation",
4645
- "src": "11611:137:50",
4645
+ "src": "11611:137:49",
4646
4646
  "text": " @dev Give `spender`, `amount` allowance to spend the tokens of\n `account`.\n Modifiers:\n - onlySelf"
4647
4647
  },
4648
4648
  "functionSelector": "66a12fb6",
4649
- "id": 18596,
4649
+ "id": 18352,
4650
4650
  "implemented": false,
4651
4651
  "kind": "function",
4652
4652
  "modifiers": [],
4653
4653
  "name": "selfApproveFor",
4654
- "nameLocation": "11761:14:50",
4654
+ "nameLocation": "11761:14:49",
4655
4655
  "nodeType": "FunctionDefinition",
4656
4656
  "parameters": {
4657
- "id": 18594,
4657
+ "id": 18350,
4658
4658
  "nodeType": "ParameterList",
4659
4659
  "parameters": [
4660
4660
  {
4661
4661
  "constant": false,
4662
- "id": 18589,
4662
+ "id": 18345,
4663
4663
  "mutability": "mutable",
4664
4664
  "name": "account",
4665
- "nameLocation": "11793:7:50",
4665
+ "nameLocation": "11793:7:49",
4666
4666
  "nodeType": "VariableDeclaration",
4667
- "scope": 18596,
4668
- "src": "11785:15:50",
4667
+ "scope": 18352,
4668
+ "src": "11785:15:49",
4669
4669
  "stateVariable": false,
4670
4670
  "storageLocation": "default",
4671
4671
  "typeDescriptions": {
@@ -4673,10 +4673,10 @@
4673
4673
  "typeString": "address"
4674
4674
  },
4675
4675
  "typeName": {
4676
- "id": 18588,
4676
+ "id": 18344,
4677
4677
  "name": "address",
4678
4678
  "nodeType": "ElementaryTypeName",
4679
- "src": "11785:7:50",
4679
+ "src": "11785:7:49",
4680
4680
  "stateMutability": "nonpayable",
4681
4681
  "typeDescriptions": {
4682
4682
  "typeIdentifier": "t_address",
@@ -4687,13 +4687,13 @@
4687
4687
  },
4688
4688
  {
4689
4689
  "constant": false,
4690
- "id": 18591,
4690
+ "id": 18347,
4691
4691
  "mutability": "mutable",
4692
4692
  "name": "spender",
4693
- "nameLocation": "11818:7:50",
4693
+ "nameLocation": "11818:7:49",
4694
4694
  "nodeType": "VariableDeclaration",
4695
- "scope": 18596,
4696
- "src": "11810:15:50",
4695
+ "scope": 18352,
4696
+ "src": "11810:15:49",
4697
4697
  "stateVariable": false,
4698
4698
  "storageLocation": "default",
4699
4699
  "typeDescriptions": {
@@ -4701,10 +4701,10 @@
4701
4701
  "typeString": "address"
4702
4702
  },
4703
4703
  "typeName": {
4704
- "id": 18590,
4704
+ "id": 18346,
4705
4705
  "name": "address",
4706
4706
  "nodeType": "ElementaryTypeName",
4707
- "src": "11810:7:50",
4707
+ "src": "11810:7:49",
4708
4708
  "stateMutability": "nonpayable",
4709
4709
  "typeDescriptions": {
4710
4710
  "typeIdentifier": "t_address",
@@ -4715,13 +4715,13 @@
4715
4715
  },
4716
4716
  {
4717
4717
  "constant": false,
4718
- "id": 18593,
4718
+ "id": 18349,
4719
4719
  "mutability": "mutable",
4720
4720
  "name": "amount",
4721
- "nameLocation": "11843:6:50",
4721
+ "nameLocation": "11843:6:49",
4722
4722
  "nodeType": "VariableDeclaration",
4723
- "scope": 18596,
4724
- "src": "11835:14:50",
4723
+ "scope": 18352,
4724
+ "src": "11835:14:49",
4725
4725
  "stateVariable": false,
4726
4726
  "storageLocation": "default",
4727
4727
  "typeDescriptions": {
@@ -4729,10 +4729,10 @@
4729
4729
  "typeString": "uint256"
4730
4730
  },
4731
4731
  "typeName": {
4732
- "id": 18592,
4732
+ "id": 18348,
4733
4733
  "name": "uint256",
4734
4734
  "nodeType": "ElementaryTypeName",
4735
- "src": "11835:7:50",
4735
+ "src": "11835:7:49",
4736
4736
  "typeDescriptions": {
4737
4737
  "typeIdentifier": "t_uint256",
4738
4738
  "typeString": "uint256"
@@ -4741,48 +4741,48 @@
4741
4741
  "visibility": "internal"
4742
4742
  }
4743
4743
  ],
4744
- "src": "11775:79:50"
4744
+ "src": "11775:79:49"
4745
4745
  },
4746
4746
  "returnParameters": {
4747
- "id": 18595,
4747
+ "id": 18351,
4748
4748
  "nodeType": "ParameterList",
4749
4749
  "parameters": [],
4750
- "src": "11863:0:50"
4750
+ "src": "11863:0:49"
4751
4751
  },
4752
- "scope": 18683,
4753
- "src": "11752:112:50",
4752
+ "scope": 18439,
4753
+ "src": "11752:112:49",
4754
4754
  "stateMutability": "nonpayable",
4755
4755
  "virtual": false,
4756
4756
  "visibility": "external"
4757
4757
  },
4758
4758
  {
4759
4759
  "documentation": {
4760
- "id": 18597,
4760
+ "id": 18353,
4761
4761
  "nodeType": "StructuredDocumentation",
4762
- "src": "12065:87:50",
4762
+ "src": "12065:87:49",
4763
4763
  "text": " @dev Transfer all available balance from `msg.sender` to `recipient`"
4764
4764
  },
4765
4765
  "functionSelector": "a3a7e7f3",
4766
- "id": 18602,
4766
+ "id": 18358,
4767
4767
  "implemented": false,
4768
4768
  "kind": "function",
4769
4769
  "modifiers": [],
4770
4770
  "name": "transferAll",
4771
- "nameLocation": "12166:11:50",
4771
+ "nameLocation": "12166:11:49",
4772
4772
  "nodeType": "FunctionDefinition",
4773
4773
  "parameters": {
4774
- "id": 18600,
4774
+ "id": 18356,
4775
4775
  "nodeType": "ParameterList",
4776
4776
  "parameters": [
4777
4777
  {
4778
4778
  "constant": false,
4779
- "id": 18599,
4779
+ "id": 18355,
4780
4780
  "mutability": "mutable",
4781
4781
  "name": "recipient",
4782
- "nameLocation": "12186:9:50",
4782
+ "nameLocation": "12186:9:49",
4783
4783
  "nodeType": "VariableDeclaration",
4784
- "scope": 18602,
4785
- "src": "12178:17:50",
4784
+ "scope": 18358,
4785
+ "src": "12178:17:49",
4786
4786
  "stateVariable": false,
4787
4787
  "storageLocation": "default",
4788
4788
  "typeDescriptions": {
@@ -4790,10 +4790,10 @@
4790
4790
  "typeString": "address"
4791
4791
  },
4792
4792
  "typeName": {
4793
- "id": 18598,
4793
+ "id": 18354,
4794
4794
  "name": "address",
4795
4795
  "nodeType": "ElementaryTypeName",
4796
- "src": "12178:7:50",
4796
+ "src": "12178:7:49",
4797
4797
  "stateMutability": "nonpayable",
4798
4798
  "typeDescriptions": {
4799
4799
  "typeIdentifier": "t_address",
@@ -4803,54 +4803,54 @@
4803
4803
  "visibility": "internal"
4804
4804
  }
4805
4805
  ],
4806
- "src": "12177:19:50"
4806
+ "src": "12177:19:49"
4807
4807
  },
4808
4808
  "returnParameters": {
4809
- "id": 18601,
4809
+ "id": 18357,
4810
4810
  "nodeType": "ParameterList",
4811
4811
  "parameters": [],
4812
- "src": "12205:0:50"
4812
+ "src": "12205:0:49"
4813
4813
  },
4814
- "scope": 18683,
4815
- "src": "12157:49:50",
4814
+ "scope": 18439,
4815
+ "src": "12157:49:49",
4816
4816
  "stateMutability": "nonpayable",
4817
4817
  "virtual": false,
4818
4818
  "visibility": "external"
4819
4819
  },
4820
4820
  {
4821
4821
  "documentation": {
4822
- "id": 18603,
4822
+ "id": 18359,
4823
4823
  "nodeType": "StructuredDocumentation",
4824
- "src": "12395:110:50",
4824
+ "src": "12395:110:49",
4825
4825
  "text": " @dev Return the underlying token contract\n @return tokenAddr Underlying token address"
4826
4826
  },
4827
4827
  "functionSelector": "ee719bc8",
4828
- "id": 18608,
4828
+ "id": 18364,
4829
4829
  "implemented": false,
4830
4830
  "kind": "function",
4831
4831
  "modifiers": [],
4832
4832
  "name": "getUnderlyingToken",
4833
- "nameLocation": "12519:18:50",
4833
+ "nameLocation": "12519:18:49",
4834
4834
  "nodeType": "FunctionDefinition",
4835
4835
  "parameters": {
4836
- "id": 18604,
4836
+ "id": 18360,
4837
4837
  "nodeType": "ParameterList",
4838
4838
  "parameters": [],
4839
- "src": "12537:2:50"
4839
+ "src": "12537:2:49"
4840
4840
  },
4841
4841
  "returnParameters": {
4842
- "id": 18607,
4842
+ "id": 18363,
4843
4843
  "nodeType": "ParameterList",
4844
4844
  "parameters": [
4845
4845
  {
4846
4846
  "constant": false,
4847
- "id": 18606,
4847
+ "id": 18362,
4848
4848
  "mutability": "mutable",
4849
4849
  "name": "tokenAddr",
4850
- "nameLocation": "12570:9:50",
4850
+ "nameLocation": "12570:9:49",
4851
4851
  "nodeType": "VariableDeclaration",
4852
- "scope": 18608,
4853
- "src": "12562:17:50",
4852
+ "scope": 18364,
4853
+ "src": "12562:17:49",
4854
4854
  "stateVariable": false,
4855
4855
  "storageLocation": "default",
4856
4856
  "typeDescriptions": {
@@ -4858,10 +4858,10 @@
4858
4858
  "typeString": "address"
4859
4859
  },
4860
4860
  "typeName": {
4861
- "id": 18605,
4861
+ "id": 18361,
4862
4862
  "name": "address",
4863
4863
  "nodeType": "ElementaryTypeName",
4864
- "src": "12562:7:50",
4864
+ "src": "12562:7:49",
4865
4865
  "stateMutability": "nonpayable",
4866
4866
  "typeDescriptions": {
4867
4867
  "typeIdentifier": "t_address",
@@ -4871,42 +4871,42 @@
4871
4871
  "visibility": "internal"
4872
4872
  }
4873
4873
  ],
4874
- "src": "12561:19:50"
4874
+ "src": "12561:19:49"
4875
4875
  },
4876
- "scope": 18683,
4877
- "src": "12510:71:50",
4876
+ "scope": 18439,
4877
+ "src": "12510:71:49",
4878
4878
  "stateMutability": "view",
4879
4879
  "virtual": false,
4880
4880
  "visibility": "external"
4881
4881
  },
4882
4882
  {
4883
4883
  "documentation": {
4884
- "id": 18609,
4884
+ "id": 18365,
4885
4885
  "nodeType": "StructuredDocumentation",
4886
- "src": "12587:259:50",
4886
+ "src": "12587:259:49",
4887
4887
  "text": " @dev Upgrade ERC20 to SuperToken.\n @param amount Number of tokens to be upgraded (in 18 decimals)\n NOTE: It will use ´transferFrom´ to get tokens. Before calling this\n function you should ´approve´ this contract"
4888
4888
  },
4889
4889
  "functionSelector": "45977d03",
4890
- "id": 18614,
4890
+ "id": 18370,
4891
4891
  "implemented": false,
4892
4892
  "kind": "function",
4893
4893
  "modifiers": [],
4894
4894
  "name": "upgrade",
4895
- "nameLocation": "12860:7:50",
4895
+ "nameLocation": "12860:7:49",
4896
4896
  "nodeType": "FunctionDefinition",
4897
4897
  "parameters": {
4898
- "id": 18612,
4898
+ "id": 18368,
4899
4899
  "nodeType": "ParameterList",
4900
4900
  "parameters": [
4901
4901
  {
4902
4902
  "constant": false,
4903
- "id": 18611,
4903
+ "id": 18367,
4904
4904
  "mutability": "mutable",
4905
4905
  "name": "amount",
4906
- "nameLocation": "12876:6:50",
4906
+ "nameLocation": "12876:6:49",
4907
4907
  "nodeType": "VariableDeclaration",
4908
- "scope": 18614,
4909
- "src": "12868:14:50",
4908
+ "scope": 18370,
4909
+ "src": "12868:14:49",
4910
4910
  "stateVariable": false,
4911
4911
  "storageLocation": "default",
4912
4912
  "typeDescriptions": {
@@ -4914,10 +4914,10 @@
4914
4914
  "typeString": "uint256"
4915
4915
  },
4916
4916
  "typeName": {
4917
- "id": 18610,
4917
+ "id": 18366,
4918
4918
  "name": "uint256",
4919
4919
  "nodeType": "ElementaryTypeName",
4920
- "src": "12868:7:50",
4920
+ "src": "12868:7:49",
4921
4921
  "typeDescriptions": {
4922
4922
  "typeIdentifier": "t_uint256",
4923
4923
  "typeString": "uint256"
@@ -4926,48 +4926,48 @@
4926
4926
  "visibility": "internal"
4927
4927
  }
4928
4928
  ],
4929
- "src": "12867:16:50"
4929
+ "src": "12867:16:49"
4930
4930
  },
4931
4931
  "returnParameters": {
4932
- "id": 18613,
4932
+ "id": 18369,
4933
4933
  "nodeType": "ParameterList",
4934
4934
  "parameters": [],
4935
- "src": "12892:0:50"
4935
+ "src": "12892:0:49"
4936
4936
  },
4937
- "scope": 18683,
4938
- "src": "12851:42:50",
4937
+ "scope": 18439,
4938
+ "src": "12851:42:49",
4939
4939
  "stateMutability": "nonpayable",
4940
4940
  "virtual": false,
4941
4941
  "visibility": "external"
4942
4942
  },
4943
4943
  {
4944
4944
  "documentation": {
4945
- "id": 18615,
4945
+ "id": 18371,
4946
4946
  "nodeType": "StructuredDocumentation",
4947
- "src": "12899:402:50",
4947
+ "src": "12899:402:49",
4948
4948
  "text": " @dev Upgrade ERC20 to SuperToken and transfer immediately\n @param to The account to received upgraded tokens\n @param amount Number of tokens to be upgraded (in 18 decimals)\n @param data User data for the TokensRecipient callback\n NOTE: It will use ´transferFrom´ to get tokens. Before calling this\n function you should ´approve´ this contract"
4949
4949
  },
4950
4950
  "functionSelector": "5b9d09cc",
4951
- "id": 18624,
4951
+ "id": 18380,
4952
4952
  "implemented": false,
4953
4953
  "kind": "function",
4954
4954
  "modifiers": [],
4955
4955
  "name": "upgradeTo",
4956
- "nameLocation": "13315:9:50",
4956
+ "nameLocation": "13315:9:49",
4957
4957
  "nodeType": "FunctionDefinition",
4958
4958
  "parameters": {
4959
- "id": 18622,
4959
+ "id": 18378,
4960
4960
  "nodeType": "ParameterList",
4961
4961
  "parameters": [
4962
4962
  {
4963
4963
  "constant": false,
4964
- "id": 18617,
4964
+ "id": 18373,
4965
4965
  "mutability": "mutable",
4966
4966
  "name": "to",
4967
- "nameLocation": "13333:2:50",
4967
+ "nameLocation": "13333:2:49",
4968
4968
  "nodeType": "VariableDeclaration",
4969
- "scope": 18624,
4970
- "src": "13325:10:50",
4969
+ "scope": 18380,
4970
+ "src": "13325:10:49",
4971
4971
  "stateVariable": false,
4972
4972
  "storageLocation": "default",
4973
4973
  "typeDescriptions": {
@@ -4975,10 +4975,10 @@
4975
4975
  "typeString": "address"
4976
4976
  },
4977
4977
  "typeName": {
4978
- "id": 18616,
4978
+ "id": 18372,
4979
4979
  "name": "address",
4980
4980
  "nodeType": "ElementaryTypeName",
4981
- "src": "13325:7:50",
4981
+ "src": "13325:7:49",
4982
4982
  "stateMutability": "nonpayable",
4983
4983
  "typeDescriptions": {
4984
4984
  "typeIdentifier": "t_address",
@@ -4989,13 +4989,13 @@
4989
4989
  },
4990
4990
  {
4991
4991
  "constant": false,
4992
- "id": 18619,
4992
+ "id": 18375,
4993
4993
  "mutability": "mutable",
4994
4994
  "name": "amount",
4995
- "nameLocation": "13345:6:50",
4995
+ "nameLocation": "13345:6:49",
4996
4996
  "nodeType": "VariableDeclaration",
4997
- "scope": 18624,
4998
- "src": "13337:14:50",
4997
+ "scope": 18380,
4998
+ "src": "13337:14:49",
4999
4999
  "stateVariable": false,
5000
5000
  "storageLocation": "default",
5001
5001
  "typeDescriptions": {
@@ -5003,10 +5003,10 @@
5003
5003
  "typeString": "uint256"
5004
5004
  },
5005
5005
  "typeName": {
5006
- "id": 18618,
5006
+ "id": 18374,
5007
5007
  "name": "uint256",
5008
5008
  "nodeType": "ElementaryTypeName",
5009
- "src": "13337:7:50",
5009
+ "src": "13337:7:49",
5010
5010
  "typeDescriptions": {
5011
5011
  "typeIdentifier": "t_uint256",
5012
5012
  "typeString": "uint256"
@@ -5016,13 +5016,13 @@
5016
5016
  },
5017
5017
  {
5018
5018
  "constant": false,
5019
- "id": 18621,
5019
+ "id": 18377,
5020
5020
  "mutability": "mutable",
5021
5021
  "name": "data",
5022
- "nameLocation": "13368:4:50",
5022
+ "nameLocation": "13368:4:49",
5023
5023
  "nodeType": "VariableDeclaration",
5024
- "scope": 18624,
5025
- "src": "13353:19:50",
5024
+ "scope": 18380,
5025
+ "src": "13353:19:49",
5026
5026
  "stateVariable": false,
5027
5027
  "storageLocation": "calldata",
5028
5028
  "typeDescriptions": {
@@ -5030,10 +5030,10 @@
5030
5030
  "typeString": "bytes"
5031
5031
  },
5032
5032
  "typeName": {
5033
- "id": 18620,
5033
+ "id": 18376,
5034
5034
  "name": "bytes",
5035
5035
  "nodeType": "ElementaryTypeName",
5036
- "src": "13353:5:50",
5036
+ "src": "13353:5:49",
5037
5037
  "typeDescriptions": {
5038
5038
  "typeIdentifier": "t_bytes_storage_ptr",
5039
5039
  "typeString": "bytes"
@@ -5042,16 +5042,16 @@
5042
5042
  "visibility": "internal"
5043
5043
  }
5044
5044
  ],
5045
- "src": "13324:49:50"
5045
+ "src": "13324:49:49"
5046
5046
  },
5047
5047
  "returnParameters": {
5048
- "id": 18623,
5048
+ "id": 18379,
5049
5049
  "nodeType": "ParameterList",
5050
5050
  "parameters": [],
5051
- "src": "13382:0:50"
5051
+ "src": "13382:0:49"
5052
5052
  },
5053
- "scope": 18683,
5054
- "src": "13306:77:50",
5053
+ "scope": 18439,
5054
+ "src": "13306:77:49",
5055
5055
  "stateMutability": "nonpayable",
5056
5056
  "virtual": false,
5057
5057
  "visibility": "external"
@@ -5059,30 +5059,30 @@
5059
5059
  {
5060
5060
  "anonymous": false,
5061
5061
  "documentation": {
5062
- "id": 18625,
5062
+ "id": 18381,
5063
5063
  "nodeType": "StructuredDocumentation",
5064
- "src": "13389:166:50",
5064
+ "src": "13389:166:49",
5065
5065
  "text": " @dev Token upgrade event\n @param account Account where tokens are upgraded to\n @param amount Amount of tokens upgraded (in 18 decimals)"
5066
5066
  },
5067
5067
  "eventSelector": "25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df",
5068
- "id": 18631,
5068
+ "id": 18387,
5069
5069
  "name": "TokenUpgraded",
5070
- "nameLocation": "13566:13:50",
5070
+ "nameLocation": "13566:13:49",
5071
5071
  "nodeType": "EventDefinition",
5072
5072
  "parameters": {
5073
- "id": 18630,
5073
+ "id": 18386,
5074
5074
  "nodeType": "ParameterList",
5075
5075
  "parameters": [
5076
5076
  {
5077
5077
  "constant": false,
5078
- "id": 18627,
5078
+ "id": 18383,
5079
5079
  "indexed": true,
5080
5080
  "mutability": "mutable",
5081
5081
  "name": "account",
5082
- "nameLocation": "13605:7:50",
5082
+ "nameLocation": "13605:7:49",
5083
5083
  "nodeType": "VariableDeclaration",
5084
- "scope": 18631,
5085
- "src": "13589:23:50",
5084
+ "scope": 18387,
5085
+ "src": "13589:23:49",
5086
5086
  "stateVariable": false,
5087
5087
  "storageLocation": "default",
5088
5088
  "typeDescriptions": {
@@ -5090,10 +5090,10 @@
5090
5090
  "typeString": "address"
5091
5091
  },
5092
5092
  "typeName": {
5093
- "id": 18626,
5093
+ "id": 18382,
5094
5094
  "name": "address",
5095
5095
  "nodeType": "ElementaryTypeName",
5096
- "src": "13589:7:50",
5096
+ "src": "13589:7:49",
5097
5097
  "stateMutability": "nonpayable",
5098
5098
  "typeDescriptions": {
5099
5099
  "typeIdentifier": "t_address",
@@ -5104,14 +5104,14 @@
5104
5104
  },
5105
5105
  {
5106
5106
  "constant": false,
5107
- "id": 18629,
5107
+ "id": 18385,
5108
5108
  "indexed": false,
5109
5109
  "mutability": "mutable",
5110
5110
  "name": "amount",
5111
- "nameLocation": "13630:6:50",
5111
+ "nameLocation": "13630:6:49",
5112
5112
  "nodeType": "VariableDeclaration",
5113
- "scope": 18631,
5114
- "src": "13622:14:50",
5113
+ "scope": 18387,
5114
+ "src": "13622:14:49",
5115
5115
  "stateVariable": false,
5116
5116
  "storageLocation": "default",
5117
5117
  "typeDescriptions": {
@@ -5119,10 +5119,10 @@
5119
5119
  "typeString": "uint256"
5120
5120
  },
5121
5121
  "typeName": {
5122
- "id": 18628,
5122
+ "id": 18384,
5123
5123
  "name": "uint256",
5124
5124
  "nodeType": "ElementaryTypeName",
5125
- "src": "13622:7:50",
5125
+ "src": "13622:7:49",
5126
5126
  "typeDescriptions": {
5127
5127
  "typeIdentifier": "t_uint256",
5128
5128
  "typeString": "uint256"
@@ -5131,38 +5131,38 @@
5131
5131
  "visibility": "internal"
5132
5132
  }
5133
5133
  ],
5134
- "src": "13579:63:50"
5134
+ "src": "13579:63:49"
5135
5135
  },
5136
- "src": "13560:83:50"
5136
+ "src": "13560:83:49"
5137
5137
  },
5138
5138
  {
5139
5139
  "documentation": {
5140
- "id": 18632,
5140
+ "id": 18388,
5141
5141
  "nodeType": "StructuredDocumentation",
5142
- "src": "13649:158:50",
5142
+ "src": "13649:158:49",
5143
5143
  "text": " @dev Downgrade SuperToken to ERC20.\n @dev It will call transfer to send tokens\n @param amount Number of tokens to be downgraded"
5144
5144
  },
5145
5145
  "functionSelector": "11bcc81e",
5146
- "id": 18637,
5146
+ "id": 18393,
5147
5147
  "implemented": false,
5148
5148
  "kind": "function",
5149
5149
  "modifiers": [],
5150
5150
  "name": "downgrade",
5151
- "nameLocation": "13821:9:50",
5151
+ "nameLocation": "13821:9:49",
5152
5152
  "nodeType": "FunctionDefinition",
5153
5153
  "parameters": {
5154
- "id": 18635,
5154
+ "id": 18391,
5155
5155
  "nodeType": "ParameterList",
5156
5156
  "parameters": [
5157
5157
  {
5158
5158
  "constant": false,
5159
- "id": 18634,
5159
+ "id": 18390,
5160
5160
  "mutability": "mutable",
5161
5161
  "name": "amount",
5162
- "nameLocation": "13839:6:50",
5162
+ "nameLocation": "13839:6:49",
5163
5163
  "nodeType": "VariableDeclaration",
5164
- "scope": 18637,
5165
- "src": "13831:14:50",
5164
+ "scope": 18393,
5165
+ "src": "13831:14:49",
5166
5166
  "stateVariable": false,
5167
5167
  "storageLocation": "default",
5168
5168
  "typeDescriptions": {
@@ -5170,10 +5170,10 @@
5170
5170
  "typeString": "uint256"
5171
5171
  },
5172
5172
  "typeName": {
5173
- "id": 18633,
5173
+ "id": 18389,
5174
5174
  "name": "uint256",
5175
5175
  "nodeType": "ElementaryTypeName",
5176
- "src": "13831:7:50",
5176
+ "src": "13831:7:49",
5177
5177
  "typeDescriptions": {
5178
5178
  "typeIdentifier": "t_uint256",
5179
5179
  "typeString": "uint256"
@@ -5182,16 +5182,16 @@
5182
5182
  "visibility": "internal"
5183
5183
  }
5184
5184
  ],
5185
- "src": "13830:16:50"
5185
+ "src": "13830:16:49"
5186
5186
  },
5187
5187
  "returnParameters": {
5188
- "id": 18636,
5188
+ "id": 18392,
5189
5189
  "nodeType": "ParameterList",
5190
5190
  "parameters": [],
5191
- "src": "13855:0:50"
5191
+ "src": "13855:0:49"
5192
5192
  },
5193
- "scope": 18683,
5194
- "src": "13812:44:50",
5193
+ "scope": 18439,
5194
+ "src": "13812:44:49",
5195
5195
  "stateMutability": "nonpayable",
5196
5196
  "virtual": false,
5197
5197
  "visibility": "external"
@@ -5199,30 +5199,30 @@
5199
5199
  {
5200
5200
  "anonymous": false,
5201
5201
  "documentation": {
5202
- "id": 18638,
5202
+ "id": 18394,
5203
5203
  "nodeType": "StructuredDocumentation",
5204
- "src": "13862:150:50",
5204
+ "src": "13862:150:49",
5205
5205
  "text": " @dev Token downgrade event\n @param account Account whose tokens are upgraded\n @param amount Amount of tokens downgraded"
5206
5206
  },
5207
5207
  "eventSelector": "3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d",
5208
- "id": 18644,
5208
+ "id": 18400,
5209
5209
  "name": "TokenDowngraded",
5210
- "nameLocation": "14023:15:50",
5210
+ "nameLocation": "14023:15:49",
5211
5211
  "nodeType": "EventDefinition",
5212
5212
  "parameters": {
5213
- "id": 18643,
5213
+ "id": 18399,
5214
5214
  "nodeType": "ParameterList",
5215
5215
  "parameters": [
5216
5216
  {
5217
5217
  "constant": false,
5218
- "id": 18640,
5218
+ "id": 18396,
5219
5219
  "indexed": true,
5220
5220
  "mutability": "mutable",
5221
5221
  "name": "account",
5222
- "nameLocation": "14064:7:50",
5222
+ "nameLocation": "14064:7:49",
5223
5223
  "nodeType": "VariableDeclaration",
5224
- "scope": 18644,
5225
- "src": "14048:23:50",
5224
+ "scope": 18400,
5225
+ "src": "14048:23:49",
5226
5226
  "stateVariable": false,
5227
5227
  "storageLocation": "default",
5228
5228
  "typeDescriptions": {
@@ -5230,10 +5230,10 @@
5230
5230
  "typeString": "address"
5231
5231
  },
5232
5232
  "typeName": {
5233
- "id": 18639,
5233
+ "id": 18395,
5234
5234
  "name": "address",
5235
5235
  "nodeType": "ElementaryTypeName",
5236
- "src": "14048:7:50",
5236
+ "src": "14048:7:49",
5237
5237
  "stateMutability": "nonpayable",
5238
5238
  "typeDescriptions": {
5239
5239
  "typeIdentifier": "t_address",
@@ -5244,14 +5244,14 @@
5244
5244
  },
5245
5245
  {
5246
5246
  "constant": false,
5247
- "id": 18642,
5247
+ "id": 18398,
5248
5248
  "indexed": false,
5249
5249
  "mutability": "mutable",
5250
5250
  "name": "amount",
5251
- "nameLocation": "14089:6:50",
5251
+ "nameLocation": "14089:6:49",
5252
5252
  "nodeType": "VariableDeclaration",
5253
- "scope": 18644,
5254
- "src": "14081:14:50",
5253
+ "scope": 18400,
5254
+ "src": "14081:14:49",
5255
5255
  "stateVariable": false,
5256
5256
  "storageLocation": "default",
5257
5257
  "typeDescriptions": {
@@ -5259,10 +5259,10 @@
5259
5259
  "typeString": "uint256"
5260
5260
  },
5261
5261
  "typeName": {
5262
- "id": 18641,
5262
+ "id": 18397,
5263
5263
  "name": "uint256",
5264
5264
  "nodeType": "ElementaryTypeName",
5265
- "src": "14081:7:50",
5265
+ "src": "14081:7:49",
5266
5266
  "typeDescriptions": {
5267
5267
  "typeIdentifier": "t_uint256",
5268
5268
  "typeString": "uint256"
@@ -5271,38 +5271,38 @@
5271
5271
  "visibility": "internal"
5272
5272
  }
5273
5273
  ],
5274
- "src": "14038:63:50"
5274
+ "src": "14038:63:49"
5275
5275
  },
5276
- "src": "14017:85:50"
5276
+ "src": "14017:85:49"
5277
5277
  },
5278
5278
  {
5279
5279
  "documentation": {
5280
- "id": 18645,
5280
+ "id": 18401,
5281
5281
  "nodeType": "StructuredDocumentation",
5282
- "src": "14291:269:50",
5282
+ "src": "14291:269:49",
5283
5283
  "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 Modifiers:\n - onlyHost"
5284
5284
  },
5285
5285
  "functionSelector": "62aa5287",
5286
- "id": 18654,
5286
+ "id": 18410,
5287
5287
  "implemented": false,
5288
5288
  "kind": "function",
5289
5289
  "modifiers": [],
5290
5290
  "name": "operationApprove",
5291
- "nameLocation": "14574:16:50",
5291
+ "nameLocation": "14574:16:49",
5292
5292
  "nodeType": "FunctionDefinition",
5293
5293
  "parameters": {
5294
- "id": 18652,
5294
+ "id": 18408,
5295
5295
  "nodeType": "ParameterList",
5296
5296
  "parameters": [
5297
5297
  {
5298
5298
  "constant": false,
5299
- "id": 18647,
5299
+ "id": 18403,
5300
5300
  "mutability": "mutable",
5301
5301
  "name": "account",
5302
- "nameLocation": "14608:7:50",
5302
+ "nameLocation": "14608:7:49",
5303
5303
  "nodeType": "VariableDeclaration",
5304
- "scope": 18654,
5305
- "src": "14600:15:50",
5304
+ "scope": 18410,
5305
+ "src": "14600:15:49",
5306
5306
  "stateVariable": false,
5307
5307
  "storageLocation": "default",
5308
5308
  "typeDescriptions": {
@@ -5310,10 +5310,10 @@
5310
5310
  "typeString": "address"
5311
5311
  },
5312
5312
  "typeName": {
5313
- "id": 18646,
5313
+ "id": 18402,
5314
5314
  "name": "address",
5315
5315
  "nodeType": "ElementaryTypeName",
5316
- "src": "14600:7:50",
5316
+ "src": "14600:7:49",
5317
5317
  "stateMutability": "nonpayable",
5318
5318
  "typeDescriptions": {
5319
5319
  "typeIdentifier": "t_address",
@@ -5324,13 +5324,13 @@
5324
5324
  },
5325
5325
  {
5326
5326
  "constant": false,
5327
- "id": 18649,
5327
+ "id": 18405,
5328
5328
  "mutability": "mutable",
5329
5329
  "name": "spender",
5330
- "nameLocation": "14633:7:50",
5330
+ "nameLocation": "14633:7:49",
5331
5331
  "nodeType": "VariableDeclaration",
5332
- "scope": 18654,
5333
- "src": "14625:15:50",
5332
+ "scope": 18410,
5333
+ "src": "14625:15:49",
5334
5334
  "stateVariable": false,
5335
5335
  "storageLocation": "default",
5336
5336
  "typeDescriptions": {
@@ -5338,10 +5338,10 @@
5338
5338
  "typeString": "address"
5339
5339
  },
5340
5340
  "typeName": {
5341
- "id": 18648,
5341
+ "id": 18404,
5342
5342
  "name": "address",
5343
5343
  "nodeType": "ElementaryTypeName",
5344
- "src": "14625:7:50",
5344
+ "src": "14625:7:49",
5345
5345
  "stateMutability": "nonpayable",
5346
5346
  "typeDescriptions": {
5347
5347
  "typeIdentifier": "t_address",
@@ -5352,13 +5352,13 @@
5352
5352
  },
5353
5353
  {
5354
5354
  "constant": false,
5355
- "id": 18651,
5355
+ "id": 18407,
5356
5356
  "mutability": "mutable",
5357
5357
  "name": "amount",
5358
- "nameLocation": "14658:6:50",
5358
+ "nameLocation": "14658:6:49",
5359
5359
  "nodeType": "VariableDeclaration",
5360
- "scope": 18654,
5361
- "src": "14650:14:50",
5360
+ "scope": 18410,
5361
+ "src": "14650:14:49",
5362
5362
  "stateVariable": false,
5363
5363
  "storageLocation": "default",
5364
5364
  "typeDescriptions": {
@@ -5366,10 +5366,10 @@
5366
5366
  "typeString": "uint256"
5367
5367
  },
5368
5368
  "typeName": {
5369
- "id": 18650,
5369
+ "id": 18406,
5370
5370
  "name": "uint256",
5371
5371
  "nodeType": "ElementaryTypeName",
5372
- "src": "14650:7:50",
5372
+ "src": "14650:7:49",
5373
5373
  "typeDescriptions": {
5374
5374
  "typeIdentifier": "t_uint256",
5375
5375
  "typeString": "uint256"
@@ -5378,48 +5378,48 @@
5378
5378
  "visibility": "internal"
5379
5379
  }
5380
5380
  ],
5381
- "src": "14590:80:50"
5381
+ "src": "14590:80:49"
5382
5382
  },
5383
5383
  "returnParameters": {
5384
- "id": 18653,
5384
+ "id": 18409,
5385
5385
  "nodeType": "ParameterList",
5386
5386
  "parameters": [],
5387
- "src": "14679:0:50"
5387
+ "src": "14679:0:49"
5388
5388
  },
5389
- "scope": 18683,
5390
- "src": "14565:115:50",
5389
+ "scope": 18439,
5390
+ "src": "14565:115:49",
5391
5391
  "stateMutability": "nonpayable",
5392
5392
  "virtual": false,
5393
5393
  "visibility": "external"
5394
5394
  },
5395
5395
  {
5396
5396
  "documentation": {
5397
- "id": 18655,
5397
+ "id": 18411,
5398
5398
  "nodeType": "StructuredDocumentation",
5399
- "src": "14686:336:50",
5399
+ "src": "14686:336:49",
5400
5400
  "text": " @dev Perform ERC20 transfer from 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 thefunds.\n @param amount Number of tokens to be transferred.\n Modifiers:\n - onlyHost"
5401
5401
  },
5402
5402
  "functionSelector": "16d055d6",
5403
- "id": 18666,
5403
+ "id": 18422,
5404
5404
  "implemented": false,
5405
5405
  "kind": "function",
5406
5406
  "modifiers": [],
5407
5407
  "name": "operationTransferFrom",
5408
- "nameLocation": "15036:21:50",
5408
+ "nameLocation": "15036:21:49",
5409
5409
  "nodeType": "FunctionDefinition",
5410
5410
  "parameters": {
5411
- "id": 18664,
5411
+ "id": 18420,
5412
5412
  "nodeType": "ParameterList",
5413
5413
  "parameters": [
5414
5414
  {
5415
5415
  "constant": false,
5416
- "id": 18657,
5416
+ "id": 18413,
5417
5417
  "mutability": "mutable",
5418
5418
  "name": "account",
5419
- "nameLocation": "15075:7:50",
5419
+ "nameLocation": "15075:7:49",
5420
5420
  "nodeType": "VariableDeclaration",
5421
- "scope": 18666,
5422
- "src": "15067:15:50",
5421
+ "scope": 18422,
5422
+ "src": "15067:15:49",
5423
5423
  "stateVariable": false,
5424
5424
  "storageLocation": "default",
5425
5425
  "typeDescriptions": {
@@ -5427,10 +5427,10 @@
5427
5427
  "typeString": "address"
5428
5428
  },
5429
5429
  "typeName": {
5430
- "id": 18656,
5430
+ "id": 18412,
5431
5431
  "name": "address",
5432
5432
  "nodeType": "ElementaryTypeName",
5433
- "src": "15067:7:50",
5433
+ "src": "15067:7:49",
5434
5434
  "stateMutability": "nonpayable",
5435
5435
  "typeDescriptions": {
5436
5436
  "typeIdentifier": "t_address",
@@ -5441,13 +5441,13 @@
5441
5441
  },
5442
5442
  {
5443
5443
  "constant": false,
5444
- "id": 18659,
5444
+ "id": 18415,
5445
5445
  "mutability": "mutable",
5446
5446
  "name": "spender",
5447
- "nameLocation": "15100:7:50",
5447
+ "nameLocation": "15100:7:49",
5448
5448
  "nodeType": "VariableDeclaration",
5449
- "scope": 18666,
5450
- "src": "15092:15:50",
5449
+ "scope": 18422,
5450
+ "src": "15092:15:49",
5451
5451
  "stateVariable": false,
5452
5452
  "storageLocation": "default",
5453
5453
  "typeDescriptions": {
@@ -5455,10 +5455,10 @@
5455
5455
  "typeString": "address"
5456
5456
  },
5457
5457
  "typeName": {
5458
- "id": 18658,
5458
+ "id": 18414,
5459
5459
  "name": "address",
5460
5460
  "nodeType": "ElementaryTypeName",
5461
- "src": "15092:7:50",
5461
+ "src": "15092:7:49",
5462
5462
  "stateMutability": "nonpayable",
5463
5463
  "typeDescriptions": {
5464
5464
  "typeIdentifier": "t_address",
@@ -5469,13 +5469,13 @@
5469
5469
  },
5470
5470
  {
5471
5471
  "constant": false,
5472
- "id": 18661,
5472
+ "id": 18417,
5473
5473
  "mutability": "mutable",
5474
5474
  "name": "recipient",
5475
- "nameLocation": "15125:9:50",
5475
+ "nameLocation": "15125:9:49",
5476
5476
  "nodeType": "VariableDeclaration",
5477
- "scope": 18666,
5478
- "src": "15117:17:50",
5477
+ "scope": 18422,
5478
+ "src": "15117:17:49",
5479
5479
  "stateVariable": false,
5480
5480
  "storageLocation": "default",
5481
5481
  "typeDescriptions": {
@@ -5483,10 +5483,10 @@
5483
5483
  "typeString": "address"
5484
5484
  },
5485
5485
  "typeName": {
5486
- "id": 18660,
5486
+ "id": 18416,
5487
5487
  "name": "address",
5488
5488
  "nodeType": "ElementaryTypeName",
5489
- "src": "15117:7:50",
5489
+ "src": "15117:7:49",
5490
5490
  "stateMutability": "nonpayable",
5491
5491
  "typeDescriptions": {
5492
5492
  "typeIdentifier": "t_address",
@@ -5497,13 +5497,13 @@
5497
5497
  },
5498
5498
  {
5499
5499
  "constant": false,
5500
- "id": 18663,
5500
+ "id": 18419,
5501
5501
  "mutability": "mutable",
5502
5502
  "name": "amount",
5503
- "nameLocation": "15152:6:50",
5503
+ "nameLocation": "15152:6:49",
5504
5504
  "nodeType": "VariableDeclaration",
5505
- "scope": 18666,
5506
- "src": "15144:14:50",
5505
+ "scope": 18422,
5506
+ "src": "15144:14:49",
5507
5507
  "stateVariable": false,
5508
5508
  "storageLocation": "default",
5509
5509
  "typeDescriptions": {
@@ -5511,10 +5511,10 @@
5511
5511
  "typeString": "uint256"
5512
5512
  },
5513
5513
  "typeName": {
5514
- "id": 18662,
5514
+ "id": 18418,
5515
5515
  "name": "uint256",
5516
5516
  "nodeType": "ElementaryTypeName",
5517
- "src": "15144:7:50",
5517
+ "src": "15144:7:49",
5518
5518
  "typeDescriptions": {
5519
5519
  "typeIdentifier": "t_uint256",
5520
5520
  "typeString": "uint256"
@@ -5523,48 +5523,48 @@
5523
5523
  "visibility": "internal"
5524
5524
  }
5525
5525
  ],
5526
- "src": "15057:107:50"
5526
+ "src": "15057:107:49"
5527
5527
  },
5528
5528
  "returnParameters": {
5529
- "id": 18665,
5529
+ "id": 18421,
5530
5530
  "nodeType": "ParameterList",
5531
5531
  "parameters": [],
5532
- "src": "15173:0:50"
5532
+ "src": "15173:0:49"
5533
5533
  },
5534
- "scope": 18683,
5535
- "src": "15027:147:50",
5534
+ "scope": 18439,
5535
+ "src": "15027:147:49",
5536
5536
  "stateMutability": "nonpayable",
5537
5537
  "virtual": false,
5538
5538
  "visibility": "external"
5539
5539
  },
5540
5540
  {
5541
5541
  "documentation": {
5542
- "id": 18667,
5542
+ "id": 18423,
5543
5543
  "nodeType": "StructuredDocumentation",
5544
- "src": "15180:225:50",
5544
+ "src": "15180:225:49",
5545
5545
  "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 Modifiers:\n - onlyHost"
5546
5546
  },
5547
5547
  "functionSelector": "ca789464",
5548
- "id": 18674,
5548
+ "id": 18430,
5549
5549
  "implemented": false,
5550
5550
  "kind": "function",
5551
5551
  "modifiers": [],
5552
5552
  "name": "operationUpgrade",
5553
- "nameLocation": "15419:16:50",
5553
+ "nameLocation": "15419:16:49",
5554
5554
  "nodeType": "FunctionDefinition",
5555
5555
  "parameters": {
5556
- "id": 18672,
5556
+ "id": 18428,
5557
5557
  "nodeType": "ParameterList",
5558
5558
  "parameters": [
5559
5559
  {
5560
5560
  "constant": false,
5561
- "id": 18669,
5561
+ "id": 18425,
5562
5562
  "mutability": "mutable",
5563
5563
  "name": "account",
5564
- "nameLocation": "15444:7:50",
5564
+ "nameLocation": "15444:7:49",
5565
5565
  "nodeType": "VariableDeclaration",
5566
- "scope": 18674,
5567
- "src": "15436:15:50",
5566
+ "scope": 18430,
5567
+ "src": "15436:15:49",
5568
5568
  "stateVariable": false,
5569
5569
  "storageLocation": "default",
5570
5570
  "typeDescriptions": {
@@ -5572,10 +5572,10 @@
5572
5572
  "typeString": "address"
5573
5573
  },
5574
5574
  "typeName": {
5575
- "id": 18668,
5575
+ "id": 18424,
5576
5576
  "name": "address",
5577
5577
  "nodeType": "ElementaryTypeName",
5578
- "src": "15436:7:50",
5578
+ "src": "15436:7:49",
5579
5579
  "stateMutability": "nonpayable",
5580
5580
  "typeDescriptions": {
5581
5581
  "typeIdentifier": "t_address",
@@ -5586,13 +5586,13 @@
5586
5586
  },
5587
5587
  {
5588
5588
  "constant": false,
5589
- "id": 18671,
5589
+ "id": 18427,
5590
5590
  "mutability": "mutable",
5591
5591
  "name": "amount",
5592
- "nameLocation": "15461:6:50",
5592
+ "nameLocation": "15461:6:49",
5593
5593
  "nodeType": "VariableDeclaration",
5594
- "scope": 18674,
5595
- "src": "15453:14:50",
5594
+ "scope": 18430,
5595
+ "src": "15453:14:49",
5596
5596
  "stateVariable": false,
5597
5597
  "storageLocation": "default",
5598
5598
  "typeDescriptions": {
@@ -5600,10 +5600,10 @@
5600
5600
  "typeString": "uint256"
5601
5601
  },
5602
5602
  "typeName": {
5603
- "id": 18670,
5603
+ "id": 18426,
5604
5604
  "name": "uint256",
5605
5605
  "nodeType": "ElementaryTypeName",
5606
- "src": "15453:7:50",
5606
+ "src": "15453:7:49",
5607
5607
  "typeDescriptions": {
5608
5608
  "typeIdentifier": "t_uint256",
5609
5609
  "typeString": "uint256"
@@ -5612,48 +5612,48 @@
5612
5612
  "visibility": "internal"
5613
5613
  }
5614
5614
  ],
5615
- "src": "15435:33:50"
5615
+ "src": "15435:33:49"
5616
5616
  },
5617
5617
  "returnParameters": {
5618
- "id": 18673,
5618
+ "id": 18429,
5619
5619
  "nodeType": "ParameterList",
5620
5620
  "parameters": [],
5621
- "src": "15477:0:50"
5621
+ "src": "15477:0:49"
5622
5622
  },
5623
- "scope": 18683,
5624
- "src": "15410:68:50",
5623
+ "scope": 18439,
5624
+ "src": "15410:68:49",
5625
5625
  "stateMutability": "nonpayable",
5626
5626
  "virtual": false,
5627
5627
  "visibility": "external"
5628
5628
  },
5629
5629
  {
5630
5630
  "documentation": {
5631
- "id": 18675,
5631
+ "id": 18431,
5632
5632
  "nodeType": "StructuredDocumentation",
5633
- "src": "15484:229:50",
5633
+ "src": "15484:229:49",
5634
5634
  "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 Modifiers:\n - onlyHost"
5635
5635
  },
5636
5636
  "functionSelector": "245887fc",
5637
- "id": 18682,
5637
+ "id": 18438,
5638
5638
  "implemented": false,
5639
5639
  "kind": "function",
5640
5640
  "modifiers": [],
5641
5641
  "name": "operationDowngrade",
5642
- "nameLocation": "15727:18:50",
5642
+ "nameLocation": "15727:18:49",
5643
5643
  "nodeType": "FunctionDefinition",
5644
5644
  "parameters": {
5645
- "id": 18680,
5645
+ "id": 18436,
5646
5646
  "nodeType": "ParameterList",
5647
5647
  "parameters": [
5648
5648
  {
5649
5649
  "constant": false,
5650
- "id": 18677,
5650
+ "id": 18433,
5651
5651
  "mutability": "mutable",
5652
5652
  "name": "account",
5653
- "nameLocation": "15754:7:50",
5653
+ "nameLocation": "15754:7:49",
5654
5654
  "nodeType": "VariableDeclaration",
5655
- "scope": 18682,
5656
- "src": "15746:15:50",
5655
+ "scope": 18438,
5656
+ "src": "15746:15:49",
5657
5657
  "stateVariable": false,
5658
5658
  "storageLocation": "default",
5659
5659
  "typeDescriptions": {
@@ -5661,10 +5661,10 @@
5661
5661
  "typeString": "address"
5662
5662
  },
5663
5663
  "typeName": {
5664
- "id": 18676,
5664
+ "id": 18432,
5665
5665
  "name": "address",
5666
5666
  "nodeType": "ElementaryTypeName",
5667
- "src": "15746:7:50",
5667
+ "src": "15746:7:49",
5668
5668
  "stateMutability": "nonpayable",
5669
5669
  "typeDescriptions": {
5670
5670
  "typeIdentifier": "t_address",
@@ -5675,13 +5675,13 @@
5675
5675
  },
5676
5676
  {
5677
5677
  "constant": false,
5678
- "id": 18679,
5678
+ "id": 18435,
5679
5679
  "mutability": "mutable",
5680
5680
  "name": "amount",
5681
- "nameLocation": "15771:6:50",
5681
+ "nameLocation": "15771:6:49",
5682
5682
  "nodeType": "VariableDeclaration",
5683
- "scope": 18682,
5684
- "src": "15763:14:50",
5683
+ "scope": 18438,
5684
+ "src": "15763:14:49",
5685
5685
  "stateVariable": false,
5686
5686
  "storageLocation": "default",
5687
5687
  "typeDescriptions": {
@@ -5689,10 +5689,10 @@
5689
5689
  "typeString": "uint256"
5690
5690
  },
5691
5691
  "typeName": {
5692
- "id": 18678,
5692
+ "id": 18434,
5693
5693
  "name": "uint256",
5694
5694
  "nodeType": "ElementaryTypeName",
5695
- "src": "15763:7:50",
5695
+ "src": "15763:7:49",
5696
5696
  "typeDescriptions": {
5697
5697
  "typeIdentifier": "t_uint256",
5698
5698
  "typeString": "uint256"
@@ -5701,27 +5701,27 @@
5701
5701
  "visibility": "internal"
5702
5702
  }
5703
5703
  ],
5704
- "src": "15745:33:50"
5704
+ "src": "15745:33:49"
5705
5705
  },
5706
5706
  "returnParameters": {
5707
- "id": 18681,
5707
+ "id": 18437,
5708
5708
  "nodeType": "ParameterList",
5709
5709
  "parameters": [],
5710
- "src": "15787:0:50"
5710
+ "src": "15787:0:49"
5711
5711
  },
5712
- "scope": 18683,
5713
- "src": "15718:70:50",
5712
+ "scope": 18439,
5713
+ "src": "15718:70:49",
5714
5714
  "stateMutability": "nonpayable",
5715
5715
  "virtual": false,
5716
5716
  "visibility": "external"
5717
5717
  }
5718
5718
  ],
5719
- "scope": 18684,
5720
- "src": "471:15847:50",
5719
+ "scope": 18440,
5720
+ "src": "471:15847:49",
5721
5721
  "usedErrors": []
5722
5722
  }
5723
5723
  ],
5724
- "src": "35:16284:50"
5724
+ "src": "35:16284:49"
5725
5725
  },
5726
5726
  "compiler": {
5727
5727
  "name": "solc",
@@ -5729,7 +5729,7 @@
5729
5729
  },
5730
5730
  "networks": {},
5731
5731
  "schemaVersion": "3.4.7",
5732
- "updatedAt": "2022-05-04T17:16:28.442Z",
5732
+ "updatedAt": "2022-05-06T12:43:05.443Z",
5733
5733
  "devdoc": {
5734
5734
  "author": "Superfluid",
5735
5735
  "events": {