@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.ccb1898.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 (122) 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 +1272 -1183
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +2282 -2282
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
  12. package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +20 -20
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  27. package/build/contracts/ERC777RecipientReverting.json +858 -858
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +2473 -2473
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +2614 -2614
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +43 -43
  53. package/build/contracts/IPureSuperTokenCustom.json +43 -43
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +48 -48
  57. package/build/contracts/ISETHCustom.json +48 -48
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +192 -192
  60. package/build/contracts/ISuperToken.json +524 -524
  61. package/build/contracts/ISuperTokenFactory.json +161 -161
  62. package/build/contracts/ISuperfluid.json +1145 -1178
  63. package/build/contracts/ISuperfluidGovernance.json +243 -243
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1442 -1442
  66. package/build/contracts/ITOGAv2.json +1442 -1442
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
  70. package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +109 -109
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +227 -227
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +748 -748
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +240 -240
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +4732 -4732
  87. package/build/contracts/SuperTokenFactory.json +750 -750
  88. package/build/contracts/SuperTokenFactoryBase.json +738 -738
  89. package/build/contracts/SuperTokenFactoryHelper.json +743 -743
  90. package/build/contracts/SuperUpgrader.json +440 -440
  91. package/build/contracts/Superfluid.json +15366 -16050
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  93. package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +149 -149
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +210 -210
  98. package/build/contracts/SuperfluidToken.json +2420 -2420
  99. package/build/contracts/TOGA.json +1461 -1461
  100. package/build/contracts/TestGovernance.json +248 -248
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +6 -6
  108. package/contracts/agreements/AgreementLibrary.sol +39 -15
  109. package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/CFAAppMocks.sol +1 -1
  113. package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
  114. package/contracts/mocks/SuperTokenMock.sol +2 -2
  115. package/contracts/mocks/SuperfluidMock.sol +9 -9
  116. package/contracts/superfluid/Superfluid.sol +34 -38
  117. package/contracts/superfluid/SuperfluidToken.sol +14 -14
  118. package/package.json +2 -2
  119. package/scripts/deploy-mfa.ts +27 -0
  120. package/scripts/libs/getConfig.js +14 -0
  121. package/utils/README.md +18 -0
  122. package/utils/mfa-tester.html +687 -0
@@ -94,9 +94,9 @@
94
94
  "type": "function"
95
95
  }
96
96
  ],
97
- "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TokenDowngraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TokenUpgraded\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"wad\",\"type\":\"uint256\"}],\"name\":\"downgradeToETH\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"upgradeByETH\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"upgradeByETHTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid It is also called a Native-Asset Super Token.\",\"details\":\"Super ETH (SETH) custom super token implementation\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/SETH.sol\":\"SETHProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/ISETH.sol\":{\"keccak256\":\"0x15f299de1e9277a614a15c4136785d616ab52c89ec70edd430928c20fcd21e78\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f13e6074da3a5da4c9f537bfa3d8b3f9c83df59393e94a691a14e89d5d9a76ef\",\"dweb:/ipfs/QmZTmcNtnChdFMMku1FWzsDFJHXAieY5PaaN2JtSXs2Hf3\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/tokens/SETH.sol\":{\"keccak256\":\"0xfb8dc30fe73a2d943591c8b24c2246bb672cf8ca9b865471f1fbde58a9d1e10a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f07753f0e259a86d13671a625a2280bb1445b1a54d4e1f651d5270655e0dd101\",\"dweb:/ipfs/QmcZpvdYW4d51N1ynN7Zk1dV22DLUZfbqGzMnBXnVDEffa\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
98
- "bytecode": "0x608060405234801561001057600080fd5b506105ab806100206000396000f3fe6080604052600436106100435760003560e01c8063160e8be3146100ef5780634a0687ef1461010f5780637687d19b1461012f578063cf81464b14610142576100e5565b366100e5576040805160008152602081019182905263c68d428360e01b909152309063c68d42839061007c9033903490602481016104c0565b600060405180830381600087803b15801561009657600080fd5b505af11580156100aa573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2005b6100ed61014a565b005b3480156100fb57600080fd5b506100ed61010a36600461052c565b61015c565b34801561011b57600080fd5b506100ed61012a366004610545565b610229565b6100ed61013d366004610545565b61032f565b6100ed6103d0565b61015a61015561046d565b61049c565b565b60408051600081526020810191829052639d87674160e01b9091523090639d876741906101909033908590602481016104c0565b600060405180830381600087803b1580156101aa57600080fd5b505af11580156101be573d6000803e3d6000fd5b505060405133925083156108fc02915083906000818181858888f193505050501580156101ef573d6000803e3d6000fd5b5060405181815233907f3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d906020015b60405180910390a250565b6001600160a01b0381166102845760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006102ae7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103045760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161027b565b61032c817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906103639084903490602481016104c0565b600060405180830381600087803b15801561037d57600080fd5b505af1158015610391573d6000803e3d6000fd5b50505050806001600160a01b03167f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df3460405161021e91815260200190565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906104049033903490602481016104c0565b600060405180830381600087803b15801561041e57600080fd5b505af1158015610432573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2565b60006104977f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156104bb573d6000f35b3d6000fd5b60018060a01b038416815260006020848184015260606040840152835180606085015260005b81811015610502578581018301518582016080015282016104e6565b81811115610514576000608083870101525b50601f01601f19169290920160800195945050505050565b60006020828403121561053e57600080fd5b5035919050565b60006020828403121561055757600080fd5b81356001600160a01b038116811461056e57600080fd5b939250505056fea264697066735822122083a5f3a8db2efa5cabe0c3c61afc7a0bfbff6542d62c9e93cd36d848b064bbef64736f6c634300080e0033",
99
- "deployedBytecode": "0x6080604052600436106100435760003560e01c8063160e8be3146100ef5780634a0687ef1461010f5780637687d19b1461012f578063cf81464b14610142576100e5565b366100e5576040805160008152602081019182905263c68d428360e01b909152309063c68d42839061007c9033903490602481016104c0565b600060405180830381600087803b15801561009657600080fd5b505af11580156100aa573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2005b6100ed61014a565b005b3480156100fb57600080fd5b506100ed61010a36600461052c565b61015c565b34801561011b57600080fd5b506100ed61012a366004610545565b610229565b6100ed61013d366004610545565b61032f565b6100ed6103d0565b61015a61015561046d565b61049c565b565b60408051600081526020810191829052639d87674160e01b9091523090639d876741906101909033908590602481016104c0565b600060405180830381600087803b1580156101aa57600080fd5b505af11580156101be573d6000803e3d6000fd5b505060405133925083156108fc02915083906000818181858888f193505050501580156101ef573d6000803e3d6000fd5b5060405181815233907f3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d906020015b60405180910390a250565b6001600160a01b0381166102845760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006102ae7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103045760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161027b565b61032c817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906103639084903490602481016104c0565b600060405180830381600087803b15801561037d57600080fd5b505af1158015610391573d6000803e3d6000fd5b50505050806001600160a01b03167f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df3460405161021e91815260200190565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906104049033903490602481016104c0565b600060405180830381600087803b15801561041e57600080fd5b505af1158015610432573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2565b60006104977f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156104bb573d6000f35b3d6000fd5b60018060a01b038416815260006020848184015260606040840152835180606085015260005b81811015610502578581018301518582016080015282016104e6565b81811115610514576000608083870101525b50601f01601f19169290920160800195945050505050565b60006020828403121561053e57600080fd5b5035919050565b60006020828403121561055757600080fd5b81356001600160a01b038116811461056e57600080fd5b939250505056fea264697066735822122083a5f3a8db2efa5cabe0c3c61afc7a0bfbff6542d62c9e93cd36d848b064bbef64736f6c634300080e0033",
97
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TokenDowngraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TokenUpgraded\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"wad\",\"type\":\"uint256\"}],\"name\":\"downgradeToETH\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"upgradeByETH\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"upgradeByETHTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid It is also called a Native-Asset Super Token.\",\"details\":\"Super ETH (SETH) custom super token implementation\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/SETH.sol\":\"SETHProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/ISETH.sol\":{\"keccak256\":\"0x15f299de1e9277a614a15c4136785d616ab52c89ec70edd430928c20fcd21e78\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f13e6074da3a5da4c9f537bfa3d8b3f9c83df59393e94a691a14e89d5d9a76ef\",\"dweb:/ipfs/QmZTmcNtnChdFMMku1FWzsDFJHXAieY5PaaN2JtSXs2Hf3\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/tokens/SETH.sol\":{\"keccak256\":\"0xfb8dc30fe73a2d943591c8b24c2246bb672cf8ca9b865471f1fbde58a9d1e10a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f07753f0e259a86d13671a625a2280bb1445b1a54d4e1f651d5270655e0dd101\",\"dweb:/ipfs/QmcZpvdYW4d51N1ynN7Zk1dV22DLUZfbqGzMnBXnVDEffa\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
98
+ "bytecode": "0x608060405234801561001057600080fd5b506105ab806100206000396000f3fe6080604052600436106100435760003560e01c8063160e8be3146100ef5780634a0687ef1461010f5780637687d19b1461012f578063cf81464b14610142576100e5565b366100e5576040805160008152602081019182905263c68d428360e01b909152309063c68d42839061007c9033903490602481016104c0565b600060405180830381600087803b15801561009657600080fd5b505af11580156100aa573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2005b6100ed61014a565b005b3480156100fb57600080fd5b506100ed61010a36600461052c565b61015c565b34801561011b57600080fd5b506100ed61012a366004610545565b610229565b6100ed61013d366004610545565b61032f565b6100ed6103d0565b61015a61015561046d565b61049c565b565b60408051600081526020810191829052639d87674160e01b9091523090639d876741906101909033908590602481016104c0565b600060405180830381600087803b1580156101aa57600080fd5b505af11580156101be573d6000803e3d6000fd5b505060405133925083156108fc02915083906000818181858888f193505050501580156101ef573d6000803e3d6000fd5b5060405181815233907f3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d906020015b60405180910390a250565b6001600160a01b0381166102845760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006102ae7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103045760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161027b565b61032c817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906103639084903490602481016104c0565b600060405180830381600087803b15801561037d57600080fd5b505af1158015610391573d6000803e3d6000fd5b50505050806001600160a01b03167f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df3460405161021e91815260200190565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906104049033903490602481016104c0565b600060405180830381600087803b15801561041e57600080fd5b505af1158015610432573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2565b60006104977f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156104bb573d6000f35b3d6000fd5b60018060a01b038416815260006020848184015260606040840152835180606085015260005b81811015610502578581018301518582016080015282016104e6565b81811115610514576000608083870101525b50601f01601f19169290920160800195945050505050565b60006020828403121561053e57600080fd5b5035919050565b60006020828403121561055757600080fd5b81356001600160a01b038116811461056e57600080fd5b939250505056fea26469706673582212206f055b5adc3d6018328b3548609944dbc911b88030e4c34ac2abf29316c0dde564736f6c634300080e0033",
99
+ "deployedBytecode": "0x6080604052600436106100435760003560e01c8063160e8be3146100ef5780634a0687ef1461010f5780637687d19b1461012f578063cf81464b14610142576100e5565b366100e5576040805160008152602081019182905263c68d428360e01b909152309063c68d42839061007c9033903490602481016104c0565b600060405180830381600087803b15801561009657600080fd5b505af11580156100aa573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2005b6100ed61014a565b005b3480156100fb57600080fd5b506100ed61010a36600461052c565b61015c565b34801561011b57600080fd5b506100ed61012a366004610545565b610229565b6100ed61013d366004610545565b61032f565b6100ed6103d0565b61015a61015561046d565b61049c565b565b60408051600081526020810191829052639d87674160e01b9091523090639d876741906101909033908590602481016104c0565b600060405180830381600087803b1580156101aa57600080fd5b505af11580156101be573d6000803e3d6000fd5b505060405133925083156108fc02915083906000818181858888f193505050501580156101ef573d6000803e3d6000fd5b5060405181815233907f3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d906020015b60405180910390a250565b6001600160a01b0381166102845760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006102ae7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103045760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161027b565b61032c817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906103639084903490602481016104c0565b600060405180830381600087803b15801561037d57600080fd5b505af1158015610391573d6000803e3d6000fd5b50505050806001600160a01b03167f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df3460405161021e91815260200190565b6040805160008152602081019182905263c68d428360e01b909152309063c68d4283906104049033903490602481016104c0565b600060405180830381600087803b15801561041e57600080fd5b505af1158015610432573d6000803e3d6000fd5b50506040513481523392507f25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df915060200160405180910390a2565b60006104977f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156104bb573d6000f35b3d6000fd5b60018060a01b038416815260006020848184015260606040840152835180606085015260005b81811015610502578581018301518582016080015282016104e6565b81811115610514576000608083870101525b50601f01601f19169290920160800195945050505050565b60006020828403121561053e57600080fd5b5035919050565b60006020828403121561055757600080fd5b81356001600160a01b038116811461056e57600080fd5b939250505056fea26469706673582212206f055b5adc3d6018328b3548609944dbc911b88030e4c34ac2abf29316c0dde564736f6c634300080e0033",
100
100
  "immutableReferences": {},
101
101
  "generatedSources": [],
102
102
  "deployedGeneratedSources": [
@@ -1794,27 +1794,27 @@
1794
1794
  "absolutePath": "project:/contracts/tokens/SETH.sol",
1795
1795
  "exportedSymbols": {
1796
1796
  "CustomSuperTokenBase": [
1797
- 18502
1797
+ 18512
1798
1798
  ],
1799
1799
  "ISETHCustom": [
1800
- 20531
1800
+ 20539
1801
1801
  ],
1802
1802
  "ISuperToken": [
1803
- 19482
1803
+ 19492
1804
1804
  ],
1805
1805
  "SETHProxy": [
1806
- 36928
1806
+ 36920
1807
1807
  ],
1808
1808
  "UUPSProxy": [
1809
- 37082
1809
+ 37074
1810
1810
  ]
1811
1811
  },
1812
- "id": 36929,
1812
+ "id": 36921,
1813
1813
  "license": "AGPLv3",
1814
1814
  "nodeType": "SourceUnit",
1815
1815
  "nodes": [
1816
1816
  {
1817
- "id": 36776,
1817
+ "id": 36768,
1818
1818
  "literals": [
1819
1819
  "solidity",
1820
1820
  "0.8",
@@ -1826,20 +1826,20 @@
1826
1826
  {
1827
1827
  "absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
1828
1828
  "file": "../interfaces/superfluid/CustomSuperTokenBase.sol",
1829
- "id": 36779,
1829
+ "id": 36771,
1830
1830
  "nameLocation": "-1:-1:-1",
1831
1831
  "nodeType": "ImportDirective",
1832
- "scope": 36929,
1833
- "sourceUnit": 18503,
1832
+ "scope": 36921,
1833
+ "sourceUnit": 18513,
1834
1834
  "src": "60:110:94",
1835
1835
  "symbolAliases": [
1836
1836
  {
1837
1837
  "foreign": {
1838
- "id": 36777,
1838
+ "id": 36769,
1839
1839
  "name": "ISuperToken",
1840
1840
  "nodeType": "Identifier",
1841
1841
  "overloadedDeclarations": [],
1842
- "referencedDeclaration": 19482,
1842
+ "referencedDeclaration": 19492,
1843
1843
  "src": "73:11:94",
1844
1844
  "typeDescriptions": {}
1845
1845
  },
@@ -1847,11 +1847,11 @@
1847
1847
  },
1848
1848
  {
1849
1849
  "foreign": {
1850
- "id": 36778,
1850
+ "id": 36770,
1851
1851
  "name": "CustomSuperTokenBase",
1852
1852
  "nodeType": "Identifier",
1853
1853
  "overloadedDeclarations": [],
1854
- "referencedDeclaration": 18502,
1854
+ "referencedDeclaration": 18512,
1855
1855
  "src": "90:20:94",
1856
1856
  "typeDescriptions": {}
1857
1857
  },
@@ -1863,20 +1863,20 @@
1863
1863
  {
1864
1864
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
1865
1865
  "file": "../interfaces/tokens/ISETH.sol",
1866
- "id": 36781,
1866
+ "id": 36773,
1867
1867
  "nameLocation": "-1:-1:-1",
1868
1868
  "nodeType": "ImportDirective",
1869
- "scope": 36929,
1870
- "sourceUnit": 20538,
1869
+ "scope": 36921,
1870
+ "sourceUnit": 20546,
1871
1871
  "src": "171:61:94",
1872
1872
  "symbolAliases": [
1873
1873
  {
1874
1874
  "foreign": {
1875
- "id": 36780,
1875
+ "id": 36772,
1876
1876
  "name": "ISETHCustom",
1877
1877
  "nodeType": "Identifier",
1878
1878
  "overloadedDeclarations": [],
1879
- "referencedDeclaration": 20531,
1879
+ "referencedDeclaration": 20539,
1880
1880
  "src": "180:11:94",
1881
1881
  "typeDescriptions": {}
1882
1882
  },
@@ -1888,20 +1888,20 @@
1888
1888
  {
1889
1889
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
1890
1890
  "file": "../upgradability/UUPSProxy.sol",
1891
- "id": 36783,
1891
+ "id": 36775,
1892
1892
  "nameLocation": "-1:-1:-1",
1893
1893
  "nodeType": "ImportDirective",
1894
- "scope": 36929,
1895
- "sourceUnit": 37083,
1894
+ "scope": 36921,
1895
+ "sourceUnit": 37075,
1896
1896
  "src": "233:59:94",
1897
1897
  "symbolAliases": [
1898
1898
  {
1899
1899
  "foreign": {
1900
- "id": 36782,
1900
+ "id": 36774,
1901
1901
  "name": "UUPSProxy",
1902
1902
  "nodeType": "Identifier",
1903
1903
  "overloadedDeclarations": [],
1904
- "referencedDeclaration": 37082,
1904
+ "referencedDeclaration": 37074,
1905
1905
  "src": "242:9:94",
1906
1906
  "typeDescriptions": {}
1907
1907
  },
@@ -1915,37 +1915,37 @@
1915
1915
  "baseContracts": [
1916
1916
  {
1917
1917
  "baseName": {
1918
- "id": 36785,
1918
+ "id": 36777,
1919
1919
  "name": "ISETHCustom",
1920
1920
  "nodeType": "IdentifierPath",
1921
- "referencedDeclaration": 20531,
1921
+ "referencedDeclaration": 20539,
1922
1922
  "src": "457:11:94"
1923
1923
  },
1924
- "id": 36786,
1924
+ "id": 36778,
1925
1925
  "nodeType": "InheritanceSpecifier",
1926
1926
  "src": "457:11:94"
1927
1927
  },
1928
1928
  {
1929
1929
  "baseName": {
1930
- "id": 36787,
1930
+ "id": 36779,
1931
1931
  "name": "CustomSuperTokenBase",
1932
1932
  "nodeType": "IdentifierPath",
1933
- "referencedDeclaration": 18502,
1933
+ "referencedDeclaration": 18512,
1934
1934
  "src": "470:20:94"
1935
1935
  },
1936
- "id": 36788,
1936
+ "id": 36780,
1937
1937
  "nodeType": "InheritanceSpecifier",
1938
1938
  "src": "470:20:94"
1939
1939
  },
1940
1940
  {
1941
1941
  "baseName": {
1942
- "id": 36789,
1942
+ "id": 36781,
1943
1943
  "name": "UUPSProxy",
1944
1944
  "nodeType": "IdentifierPath",
1945
- "referencedDeclaration": 37082,
1945
+ "referencedDeclaration": 37074,
1946
1946
  "src": "492:9:94"
1947
1947
  },
1948
- "id": 36790,
1948
+ "id": 36782,
1949
1949
  "nodeType": "InheritanceSpecifier",
1950
1950
  "src": "492:9:94"
1951
1951
  }
@@ -1954,19 +1954,19 @@
1954
1954
  "contractDependencies": [],
1955
1955
  "contractKind": "contract",
1956
1956
  "documentation": {
1957
- "id": 36784,
1957
+ "id": 36776,
1958
1958
  "nodeType": "StructuredDocumentation",
1959
1959
  "src": "294:140:94",
1960
1960
  "text": " @dev Super ETH (SETH) custom super token implementation\n @author Superfluid\n It is also called a Native-Asset Super Token."
1961
1961
  },
1962
1962
  "fullyImplemented": true,
1963
- "id": 36928,
1963
+ "id": 36920,
1964
1964
  "linearizedBaseContracts": [
1965
- 36928,
1966
- 37082,
1965
+ 36920,
1966
+ 37074,
1967
1967
  707,
1968
- 18502,
1969
- 20531
1968
+ 18512,
1969
+ 20539
1970
1970
  ],
1971
1971
  "name": "SETHProxy",
1972
1972
  "nameLocation": "444:9:94",
@@ -1975,23 +1975,23 @@
1975
1975
  {
1976
1976
  "anonymous": false,
1977
1977
  "eventSelector": "25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df",
1978
- "id": 36796,
1978
+ "id": 36788,
1979
1979
  "name": "TokenUpgraded",
1980
1980
  "nameLocation": "514:13:94",
1981
1981
  "nodeType": "EventDefinition",
1982
1982
  "parameters": {
1983
- "id": 36795,
1983
+ "id": 36787,
1984
1984
  "nodeType": "ParameterList",
1985
1985
  "parameters": [
1986
1986
  {
1987
1987
  "constant": false,
1988
- "id": 36792,
1988
+ "id": 36784,
1989
1989
  "indexed": true,
1990
1990
  "mutability": "mutable",
1991
1991
  "name": "account",
1992
1992
  "nameLocation": "544:7:94",
1993
1993
  "nodeType": "VariableDeclaration",
1994
- "scope": 36796,
1994
+ "scope": 36788,
1995
1995
  "src": "528:23:94",
1996
1996
  "stateVariable": false,
1997
1997
  "storageLocation": "default",
@@ -2000,7 +2000,7 @@
2000
2000
  "typeString": "address"
2001
2001
  },
2002
2002
  "typeName": {
2003
- "id": 36791,
2003
+ "id": 36783,
2004
2004
  "name": "address",
2005
2005
  "nodeType": "ElementaryTypeName",
2006
2006
  "src": "528:7:94",
@@ -2014,13 +2014,13 @@
2014
2014
  },
2015
2015
  {
2016
2016
  "constant": false,
2017
- "id": 36794,
2017
+ "id": 36786,
2018
2018
  "indexed": false,
2019
2019
  "mutability": "mutable",
2020
2020
  "name": "amount",
2021
2021
  "nameLocation": "561:6:94",
2022
2022
  "nodeType": "VariableDeclaration",
2023
- "scope": 36796,
2023
+ "scope": 36788,
2024
2024
  "src": "553:14:94",
2025
2025
  "stateVariable": false,
2026
2026
  "storageLocation": "default",
@@ -2029,7 +2029,7 @@
2029
2029
  "typeString": "uint256"
2030
2030
  },
2031
2031
  "typeName": {
2032
- "id": 36793,
2032
+ "id": 36785,
2033
2033
  "name": "uint256",
2034
2034
  "nodeType": "ElementaryTypeName",
2035
2035
  "src": "553:7:94",
@@ -2048,23 +2048,23 @@
2048
2048
  {
2049
2049
  "anonymous": false,
2050
2050
  "eventSelector": "3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d",
2051
- "id": 36802,
2051
+ "id": 36794,
2052
2052
  "name": "TokenDowngraded",
2053
2053
  "nameLocation": "580:15:94",
2054
2054
  "nodeType": "EventDefinition",
2055
2055
  "parameters": {
2056
- "id": 36801,
2056
+ "id": 36793,
2057
2057
  "nodeType": "ParameterList",
2058
2058
  "parameters": [
2059
2059
  {
2060
2060
  "constant": false,
2061
- "id": 36798,
2061
+ "id": 36790,
2062
2062
  "indexed": true,
2063
2063
  "mutability": "mutable",
2064
2064
  "name": "account",
2065
2065
  "nameLocation": "612:7:94",
2066
2066
  "nodeType": "VariableDeclaration",
2067
- "scope": 36802,
2067
+ "scope": 36794,
2068
2068
  "src": "596:23:94",
2069
2069
  "stateVariable": false,
2070
2070
  "storageLocation": "default",
@@ -2073,7 +2073,7 @@
2073
2073
  "typeString": "address"
2074
2074
  },
2075
2075
  "typeName": {
2076
- "id": 36797,
2076
+ "id": 36789,
2077
2077
  "name": "address",
2078
2078
  "nodeType": "ElementaryTypeName",
2079
2079
  "src": "596:7:94",
@@ -2087,13 +2087,13 @@
2087
2087
  },
2088
2088
  {
2089
2089
  "constant": false,
2090
- "id": 36800,
2090
+ "id": 36792,
2091
2091
  "indexed": false,
2092
2092
  "mutability": "mutable",
2093
2093
  "name": "amount",
2094
2094
  "nameLocation": "629:6:94",
2095
2095
  "nodeType": "VariableDeclaration",
2096
- "scope": 36802,
2096
+ "scope": 36794,
2097
2097
  "src": "621:14:94",
2098
2098
  "stateVariable": false,
2099
2099
  "storageLocation": "default",
@@ -2102,7 +2102,7 @@
2102
2102
  "typeString": "uint256"
2103
2103
  },
2104
2104
  "typeName": {
2105
- "id": 36799,
2105
+ "id": 36791,
2106
2106
  "name": "uint256",
2107
2107
  "nodeType": "ElementaryTypeName",
2108
2108
  "src": "621:7:94",
@@ -2123,7 +2123,7 @@
2123
2123
  701
2124
2124
  ],
2125
2125
  "body": {
2126
- "id": 36830,
2126
+ "id": 36822,
2127
2127
  "nodeType": "Block",
2128
2128
  "src": "746:140:94",
2129
2129
  "statements": [
@@ -2132,7 +2132,7 @@
2132
2132
  "arguments": [
2133
2133
  {
2134
2134
  "expression": {
2135
- "id": 36813,
2135
+ "id": 36805,
2136
2136
  "name": "msg",
2137
2137
  "nodeType": "Identifier",
2138
2138
  "overloadedDeclarations": [],
@@ -2143,7 +2143,7 @@
2143
2143
  "typeString": "msg"
2144
2144
  }
2145
2145
  },
2146
- "id": 36814,
2146
+ "id": 36806,
2147
2147
  "isConstant": false,
2148
2148
  "isLValue": false,
2149
2149
  "isPure": false,
@@ -2158,7 +2158,7 @@
2158
2158
  },
2159
2159
  {
2160
2160
  "expression": {
2161
- "id": 36815,
2161
+ "id": 36807,
2162
2162
  "name": "msg",
2163
2163
  "nodeType": "Identifier",
2164
2164
  "overloadedDeclarations": [],
@@ -2169,7 +2169,7 @@
2169
2169
  "typeString": "msg"
2170
2170
  }
2171
2171
  },
2172
- "id": 36816,
2172
+ "id": 36808,
2173
2173
  "isConstant": false,
2174
2174
  "isLValue": false,
2175
2175
  "isPure": false,
@@ -2186,7 +2186,7 @@
2186
2186
  "arguments": [
2187
2187
  {
2188
2188
  "hexValue": "30",
2189
- "id": 36819,
2189
+ "id": 36811,
2190
2190
  "isConstant": false,
2191
2191
  "isLValue": false,
2192
2192
  "isPure": true,
@@ -2208,7 +2208,7 @@
2208
2208
  "typeString": "int_const 0"
2209
2209
  }
2210
2210
  ],
2211
- "id": 36818,
2211
+ "id": 36810,
2212
2212
  "isConstant": false,
2213
2213
  "isLValue": false,
2214
2214
  "isPure": true,
@@ -2220,7 +2220,7 @@
2220
2220
  "typeString": "function (uint256) pure returns (bytes memory)"
2221
2221
  },
2222
2222
  "typeName": {
2223
- "id": 36817,
2223
+ "id": 36809,
2224
2224
  "name": "bytes",
2225
2225
  "nodeType": "ElementaryTypeName",
2226
2226
  "src": "819:5:94",
@@ -2230,7 +2230,7 @@
2230
2230
  }
2231
2231
  }
2232
2232
  },
2233
- "id": 36820,
2233
+ "id": 36812,
2234
2234
  "isConstant": false,
2235
2235
  "isLValue": false,
2236
2236
  "isPure": true,
@@ -2266,14 +2266,14 @@
2266
2266
  {
2267
2267
  "arguments": [
2268
2268
  {
2269
- "id": 36809,
2269
+ "id": 36801,
2270
2270
  "name": "this",
2271
2271
  "nodeType": "Identifier",
2272
2272
  "overloadedDeclarations": [],
2273
2273
  "referencedDeclaration": 4294967268,
2274
2274
  "src": "776:4:94",
2275
2275
  "typeDescriptions": {
2276
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
2276
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
2277
2277
  "typeString": "contract SETHProxy"
2278
2278
  }
2279
2279
  }
@@ -2281,11 +2281,11 @@
2281
2281
  "expression": {
2282
2282
  "argumentTypes": [
2283
2283
  {
2284
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
2284
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
2285
2285
  "typeString": "contract SETHProxy"
2286
2286
  }
2287
2287
  ],
2288
- "id": 36808,
2288
+ "id": 36800,
2289
2289
  "isConstant": false,
2290
2290
  "isLValue": false,
2291
2291
  "isPure": true,
@@ -2297,14 +2297,14 @@
2297
2297
  "typeString": "type(address)"
2298
2298
  },
2299
2299
  "typeName": {
2300
- "id": 36807,
2300
+ "id": 36799,
2301
2301
  "name": "address",
2302
2302
  "nodeType": "ElementaryTypeName",
2303
2303
  "src": "768:7:94",
2304
2304
  "typeDescriptions": {}
2305
2305
  }
2306
2306
  },
2307
- "id": 36810,
2307
+ "id": 36802,
2308
2308
  "isConstant": false,
2309
2309
  "isLValue": false,
2310
2310
  "isPure": false,
@@ -2327,18 +2327,18 @@
2327
2327
  "typeString": "address"
2328
2328
  }
2329
2329
  ],
2330
- "id": 36806,
2330
+ "id": 36798,
2331
2331
  "name": "ISuperToken",
2332
2332
  "nodeType": "Identifier",
2333
2333
  "overloadedDeclarations": [],
2334
- "referencedDeclaration": 19482,
2334
+ "referencedDeclaration": 19492,
2335
2335
  "src": "756:11:94",
2336
2336
  "typeDescriptions": {
2337
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19482_$",
2337
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
2338
2338
  "typeString": "type(contract ISuperToken)"
2339
2339
  }
2340
2340
  },
2341
- "id": 36811,
2341
+ "id": 36803,
2342
2342
  "isConstant": false,
2343
2343
  "isLValue": false,
2344
2344
  "isPure": false,
@@ -2349,25 +2349,25 @@
2349
2349
  "src": "756:26:94",
2350
2350
  "tryCall": false,
2351
2351
  "typeDescriptions": {
2352
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
2352
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
2353
2353
  "typeString": "contract ISuperToken"
2354
2354
  }
2355
2355
  },
2356
- "id": 36812,
2356
+ "id": 36804,
2357
2357
  "isConstant": false,
2358
2358
  "isLValue": false,
2359
2359
  "isPure": false,
2360
2360
  "lValueRequested": false,
2361
2361
  "memberName": "selfMint",
2362
2362
  "nodeType": "MemberAccess",
2363
- "referencedDeclaration": 19363,
2363
+ "referencedDeclaration": 19373,
2364
2364
  "src": "756:35:94",
2365
2365
  "typeDescriptions": {
2366
2366
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
2367
2367
  "typeString": "function (address,uint256,bytes memory) external"
2368
2368
  }
2369
2369
  },
2370
- "id": 36821,
2370
+ "id": 36813,
2371
2371
  "isConstant": false,
2372
2372
  "isLValue": false,
2373
2373
  "isPure": false,
@@ -2382,7 +2382,7 @@
2382
2382
  "typeString": "tuple()"
2383
2383
  }
2384
2384
  },
2385
- "id": 36822,
2385
+ "id": 36814,
2386
2386
  "nodeType": "ExpressionStatement",
2387
2387
  "src": "756:72:94"
2388
2388
  },
@@ -2391,7 +2391,7 @@
2391
2391
  "arguments": [
2392
2392
  {
2393
2393
  "expression": {
2394
- "id": 36824,
2394
+ "id": 36816,
2395
2395
  "name": "msg",
2396
2396
  "nodeType": "Identifier",
2397
2397
  "overloadedDeclarations": [],
@@ -2402,7 +2402,7 @@
2402
2402
  "typeString": "msg"
2403
2403
  }
2404
2404
  },
2405
- "id": 36825,
2405
+ "id": 36817,
2406
2406
  "isConstant": false,
2407
2407
  "isLValue": false,
2408
2408
  "isPure": false,
@@ -2417,7 +2417,7 @@
2417
2417
  },
2418
2418
  {
2419
2419
  "expression": {
2420
- "id": 36826,
2420
+ "id": 36818,
2421
2421
  "name": "msg",
2422
2422
  "nodeType": "Identifier",
2423
2423
  "overloadedDeclarations": [],
@@ -2428,7 +2428,7 @@
2428
2428
  "typeString": "msg"
2429
2429
  }
2430
2430
  },
2431
- "id": 36827,
2431
+ "id": 36819,
2432
2432
  "isConstant": false,
2433
2433
  "isLValue": false,
2434
2434
  "isPure": false,
@@ -2453,18 +2453,18 @@
2453
2453
  "typeString": "uint256"
2454
2454
  }
2455
2455
  ],
2456
- "id": 36823,
2456
+ "id": 36815,
2457
2457
  "name": "TokenUpgraded",
2458
2458
  "nodeType": "Identifier",
2459
2459
  "overloadedDeclarations": [],
2460
- "referencedDeclaration": 36796,
2460
+ "referencedDeclaration": 36788,
2461
2461
  "src": "843:13:94",
2462
2462
  "typeDescriptions": {
2463
2463
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
2464
2464
  "typeString": "function (address,uint256)"
2465
2465
  }
2466
2466
  },
2467
- "id": 36828,
2467
+ "id": 36820,
2468
2468
  "isConstant": false,
2469
2469
  "isLValue": false,
2470
2470
  "isPure": false,
@@ -2479,13 +2479,13 @@
2479
2479
  "typeString": "tuple()"
2480
2480
  }
2481
2481
  },
2482
- "id": 36829,
2482
+ "id": 36821,
2483
2483
  "nodeType": "EmitStatement",
2484
2484
  "src": "838:41:94"
2485
2485
  }
2486
2486
  ]
2487
2487
  },
2488
- "id": 36831,
2488
+ "id": 36823,
2489
2489
  "implemented": true,
2490
2490
  "kind": "receive",
2491
2491
  "modifiers": [],
@@ -2493,24 +2493,24 @@
2493
2493
  "nameLocation": "-1:-1:-1",
2494
2494
  "nodeType": "FunctionDefinition",
2495
2495
  "overrides": {
2496
- "id": 36804,
2496
+ "id": 36796,
2497
2497
  "nodeType": "OverrideSpecifier",
2498
2498
  "overrides": [],
2499
2499
  "src": "737:8:94"
2500
2500
  },
2501
2501
  "parameters": {
2502
- "id": 36803,
2502
+ "id": 36795,
2503
2503
  "nodeType": "ParameterList",
2504
2504
  "parameters": [],
2505
2505
  "src": "717:2:94"
2506
2506
  },
2507
2507
  "returnParameters": {
2508
- "id": 36805,
2508
+ "id": 36797,
2509
2509
  "nodeType": "ParameterList",
2510
2510
  "parameters": [],
2511
2511
  "src": "746:0:94"
2512
2512
  },
2513
- "scope": 36928,
2513
+ "scope": 36920,
2514
2514
  "src": "710:176:94",
2515
2515
  "stateMutability": "payable",
2516
2516
  "virtual": false,
@@ -2518,10 +2518,10 @@
2518
2518
  },
2519
2519
  {
2520
2520
  "baseFunctions": [
2521
- 20520
2521
+ 20528
2522
2522
  ],
2523
2523
  "body": {
2524
- "id": 36859,
2524
+ "id": 36851,
2525
2525
  "nodeType": "Block",
2526
2526
  "src": "942:140:94",
2527
2527
  "statements": [
@@ -2530,7 +2530,7 @@
2530
2530
  "arguments": [
2531
2531
  {
2532
2532
  "expression": {
2533
- "id": 36842,
2533
+ "id": 36834,
2534
2534
  "name": "msg",
2535
2535
  "nodeType": "Identifier",
2536
2536
  "overloadedDeclarations": [],
@@ -2541,7 +2541,7 @@
2541
2541
  "typeString": "msg"
2542
2542
  }
2543
2543
  },
2544
- "id": 36843,
2544
+ "id": 36835,
2545
2545
  "isConstant": false,
2546
2546
  "isLValue": false,
2547
2547
  "isPure": false,
@@ -2556,7 +2556,7 @@
2556
2556
  },
2557
2557
  {
2558
2558
  "expression": {
2559
- "id": 36844,
2559
+ "id": 36836,
2560
2560
  "name": "msg",
2561
2561
  "nodeType": "Identifier",
2562
2562
  "overloadedDeclarations": [],
@@ -2567,7 +2567,7 @@
2567
2567
  "typeString": "msg"
2568
2568
  }
2569
2569
  },
2570
- "id": 36845,
2570
+ "id": 36837,
2571
2571
  "isConstant": false,
2572
2572
  "isLValue": false,
2573
2573
  "isPure": false,
@@ -2584,7 +2584,7 @@
2584
2584
  "arguments": [
2585
2585
  {
2586
2586
  "hexValue": "30",
2587
- "id": 36848,
2587
+ "id": 36840,
2588
2588
  "isConstant": false,
2589
2589
  "isLValue": false,
2590
2590
  "isPure": true,
@@ -2606,7 +2606,7 @@
2606
2606
  "typeString": "int_const 0"
2607
2607
  }
2608
2608
  ],
2609
- "id": 36847,
2609
+ "id": 36839,
2610
2610
  "isConstant": false,
2611
2611
  "isLValue": false,
2612
2612
  "isPure": true,
@@ -2618,7 +2618,7 @@
2618
2618
  "typeString": "function (uint256) pure returns (bytes memory)"
2619
2619
  },
2620
2620
  "typeName": {
2621
- "id": 36846,
2621
+ "id": 36838,
2622
2622
  "name": "bytes",
2623
2623
  "nodeType": "ElementaryTypeName",
2624
2624
  "src": "1015:5:94",
@@ -2628,7 +2628,7 @@
2628
2628
  }
2629
2629
  }
2630
2630
  },
2631
- "id": 36849,
2631
+ "id": 36841,
2632
2632
  "isConstant": false,
2633
2633
  "isLValue": false,
2634
2634
  "isPure": true,
@@ -2664,14 +2664,14 @@
2664
2664
  {
2665
2665
  "arguments": [
2666
2666
  {
2667
- "id": 36838,
2667
+ "id": 36830,
2668
2668
  "name": "this",
2669
2669
  "nodeType": "Identifier",
2670
2670
  "overloadedDeclarations": [],
2671
2671
  "referencedDeclaration": 4294967268,
2672
2672
  "src": "972:4:94",
2673
2673
  "typeDescriptions": {
2674
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
2674
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
2675
2675
  "typeString": "contract SETHProxy"
2676
2676
  }
2677
2677
  }
@@ -2679,11 +2679,11 @@
2679
2679
  "expression": {
2680
2680
  "argumentTypes": [
2681
2681
  {
2682
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
2682
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
2683
2683
  "typeString": "contract SETHProxy"
2684
2684
  }
2685
2685
  ],
2686
- "id": 36837,
2686
+ "id": 36829,
2687
2687
  "isConstant": false,
2688
2688
  "isLValue": false,
2689
2689
  "isPure": true,
@@ -2695,14 +2695,14 @@
2695
2695
  "typeString": "type(address)"
2696
2696
  },
2697
2697
  "typeName": {
2698
- "id": 36836,
2698
+ "id": 36828,
2699
2699
  "name": "address",
2700
2700
  "nodeType": "ElementaryTypeName",
2701
2701
  "src": "964:7:94",
2702
2702
  "typeDescriptions": {}
2703
2703
  }
2704
2704
  },
2705
- "id": 36839,
2705
+ "id": 36831,
2706
2706
  "isConstant": false,
2707
2707
  "isLValue": false,
2708
2708
  "isPure": false,
@@ -2725,18 +2725,18 @@
2725
2725
  "typeString": "address"
2726
2726
  }
2727
2727
  ],
2728
- "id": 36835,
2728
+ "id": 36827,
2729
2729
  "name": "ISuperToken",
2730
2730
  "nodeType": "Identifier",
2731
2731
  "overloadedDeclarations": [],
2732
- "referencedDeclaration": 19482,
2732
+ "referencedDeclaration": 19492,
2733
2733
  "src": "952:11:94",
2734
2734
  "typeDescriptions": {
2735
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19482_$",
2735
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
2736
2736
  "typeString": "type(contract ISuperToken)"
2737
2737
  }
2738
2738
  },
2739
- "id": 36840,
2739
+ "id": 36832,
2740
2740
  "isConstant": false,
2741
2741
  "isLValue": false,
2742
2742
  "isPure": false,
@@ -2747,25 +2747,25 @@
2747
2747
  "src": "952:26:94",
2748
2748
  "tryCall": false,
2749
2749
  "typeDescriptions": {
2750
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
2750
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
2751
2751
  "typeString": "contract ISuperToken"
2752
2752
  }
2753
2753
  },
2754
- "id": 36841,
2754
+ "id": 36833,
2755
2755
  "isConstant": false,
2756
2756
  "isLValue": false,
2757
2757
  "isPure": false,
2758
2758
  "lValueRequested": false,
2759
2759
  "memberName": "selfMint",
2760
2760
  "nodeType": "MemberAccess",
2761
- "referencedDeclaration": 19363,
2761
+ "referencedDeclaration": 19373,
2762
2762
  "src": "952:35:94",
2763
2763
  "typeDescriptions": {
2764
2764
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
2765
2765
  "typeString": "function (address,uint256,bytes memory) external"
2766
2766
  }
2767
2767
  },
2768
- "id": 36850,
2768
+ "id": 36842,
2769
2769
  "isConstant": false,
2770
2770
  "isLValue": false,
2771
2771
  "isPure": false,
@@ -2780,7 +2780,7 @@
2780
2780
  "typeString": "tuple()"
2781
2781
  }
2782
2782
  },
2783
- "id": 36851,
2783
+ "id": 36843,
2784
2784
  "nodeType": "ExpressionStatement",
2785
2785
  "src": "952:72:94"
2786
2786
  },
@@ -2789,7 +2789,7 @@
2789
2789
  "arguments": [
2790
2790
  {
2791
2791
  "expression": {
2792
- "id": 36853,
2792
+ "id": 36845,
2793
2793
  "name": "msg",
2794
2794
  "nodeType": "Identifier",
2795
2795
  "overloadedDeclarations": [],
@@ -2800,7 +2800,7 @@
2800
2800
  "typeString": "msg"
2801
2801
  }
2802
2802
  },
2803
- "id": 36854,
2803
+ "id": 36846,
2804
2804
  "isConstant": false,
2805
2805
  "isLValue": false,
2806
2806
  "isPure": false,
@@ -2815,7 +2815,7 @@
2815
2815
  },
2816
2816
  {
2817
2817
  "expression": {
2818
- "id": 36855,
2818
+ "id": 36847,
2819
2819
  "name": "msg",
2820
2820
  "nodeType": "Identifier",
2821
2821
  "overloadedDeclarations": [],
@@ -2826,7 +2826,7 @@
2826
2826
  "typeString": "msg"
2827
2827
  }
2828
2828
  },
2829
- "id": 36856,
2829
+ "id": 36848,
2830
2830
  "isConstant": false,
2831
2831
  "isLValue": false,
2832
2832
  "isPure": false,
@@ -2851,18 +2851,18 @@
2851
2851
  "typeString": "uint256"
2852
2852
  }
2853
2853
  ],
2854
- "id": 36852,
2854
+ "id": 36844,
2855
2855
  "name": "TokenUpgraded",
2856
2856
  "nodeType": "Identifier",
2857
2857
  "overloadedDeclarations": [],
2858
- "referencedDeclaration": 36796,
2858
+ "referencedDeclaration": 36788,
2859
2859
  "src": "1039:13:94",
2860
2860
  "typeDescriptions": {
2861
2861
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
2862
2862
  "typeString": "function (address,uint256)"
2863
2863
  }
2864
2864
  },
2865
- "id": 36857,
2865
+ "id": 36849,
2866
2866
  "isConstant": false,
2867
2867
  "isLValue": false,
2868
2868
  "isPure": false,
@@ -2877,14 +2877,14 @@
2877
2877
  "typeString": "tuple()"
2878
2878
  }
2879
2879
  },
2880
- "id": 36858,
2880
+ "id": 36850,
2881
2881
  "nodeType": "EmitStatement",
2882
2882
  "src": "1034:41:94"
2883
2883
  }
2884
2884
  ]
2885
2885
  },
2886
2886
  "functionSelector": "cf81464b",
2887
- "id": 36860,
2887
+ "id": 36852,
2888
2888
  "implemented": true,
2889
2889
  "kind": "function",
2890
2890
  "modifiers": [],
@@ -2892,24 +2892,24 @@
2892
2892
  "nameLocation": "901:12:94",
2893
2893
  "nodeType": "FunctionDefinition",
2894
2894
  "overrides": {
2895
- "id": 36833,
2895
+ "id": 36825,
2896
2896
  "nodeType": "OverrideSpecifier",
2897
2897
  "overrides": [],
2898
2898
  "src": "925:8:94"
2899
2899
  },
2900
2900
  "parameters": {
2901
- "id": 36832,
2901
+ "id": 36824,
2902
2902
  "nodeType": "ParameterList",
2903
2903
  "parameters": [],
2904
2904
  "src": "913:2:94"
2905
2905
  },
2906
2906
  "returnParameters": {
2907
- "id": 36834,
2907
+ "id": 36826,
2908
2908
  "nodeType": "ParameterList",
2909
2909
  "parameters": [],
2910
2910
  "src": "942:0:94"
2911
2911
  },
2912
- "scope": 36928,
2912
+ "scope": 36920,
2913
2913
  "src": "892:190:94",
2914
2914
  "stateMutability": "payable",
2915
2915
  "virtual": false,
@@ -2917,10 +2917,10 @@
2917
2917
  },
2918
2918
  {
2919
2919
  "baseFunctions": [
2920
- 20525
2920
+ 20533
2921
2921
  ],
2922
2922
  "body": {
2923
- "id": 36888,
2923
+ "id": 36880,
2924
2924
  "nodeType": "Block",
2925
2925
  "src": "1150:124:94",
2926
2926
  "statements": [
@@ -2928,11 +2928,11 @@
2928
2928
  "expression": {
2929
2929
  "arguments": [
2930
2930
  {
2931
- "id": 36873,
2931
+ "id": 36865,
2932
2932
  "name": "to",
2933
2933
  "nodeType": "Identifier",
2934
2934
  "overloadedDeclarations": [],
2935
- "referencedDeclaration": 36862,
2935
+ "referencedDeclaration": 36854,
2936
2936
  "src": "1196:2:94",
2937
2937
  "typeDescriptions": {
2938
2938
  "typeIdentifier": "t_address",
@@ -2941,7 +2941,7 @@
2941
2941
  },
2942
2942
  {
2943
2943
  "expression": {
2944
- "id": 36874,
2944
+ "id": 36866,
2945
2945
  "name": "msg",
2946
2946
  "nodeType": "Identifier",
2947
2947
  "overloadedDeclarations": [],
@@ -2952,7 +2952,7 @@
2952
2952
  "typeString": "msg"
2953
2953
  }
2954
2954
  },
2955
- "id": 36875,
2955
+ "id": 36867,
2956
2956
  "isConstant": false,
2957
2957
  "isLValue": false,
2958
2958
  "isPure": false,
@@ -2969,7 +2969,7 @@
2969
2969
  "arguments": [
2970
2970
  {
2971
2971
  "hexValue": "30",
2972
- "id": 36878,
2972
+ "id": 36870,
2973
2973
  "isConstant": false,
2974
2974
  "isLValue": false,
2975
2975
  "isPure": true,
@@ -2991,7 +2991,7 @@
2991
2991
  "typeString": "int_const 0"
2992
2992
  }
2993
2993
  ],
2994
- "id": 36877,
2994
+ "id": 36869,
2995
2995
  "isConstant": false,
2996
2996
  "isLValue": false,
2997
2997
  "isPure": true,
@@ -3003,7 +3003,7 @@
3003
3003
  "typeString": "function (uint256) pure returns (bytes memory)"
3004
3004
  },
3005
3005
  "typeName": {
3006
- "id": 36876,
3006
+ "id": 36868,
3007
3007
  "name": "bytes",
3008
3008
  "nodeType": "ElementaryTypeName",
3009
3009
  "src": "1215:5:94",
@@ -3013,7 +3013,7 @@
3013
3013
  }
3014
3014
  }
3015
3015
  },
3016
- "id": 36879,
3016
+ "id": 36871,
3017
3017
  "isConstant": false,
3018
3018
  "isLValue": false,
3019
3019
  "isPure": true,
@@ -3049,14 +3049,14 @@
3049
3049
  {
3050
3050
  "arguments": [
3051
3051
  {
3052
- "id": 36869,
3052
+ "id": 36861,
3053
3053
  "name": "this",
3054
3054
  "nodeType": "Identifier",
3055
3055
  "overloadedDeclarations": [],
3056
3056
  "referencedDeclaration": 4294967268,
3057
3057
  "src": "1180:4:94",
3058
3058
  "typeDescriptions": {
3059
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
3059
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
3060
3060
  "typeString": "contract SETHProxy"
3061
3061
  }
3062
3062
  }
@@ -3064,11 +3064,11 @@
3064
3064
  "expression": {
3065
3065
  "argumentTypes": [
3066
3066
  {
3067
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
3067
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
3068
3068
  "typeString": "contract SETHProxy"
3069
3069
  }
3070
3070
  ],
3071
- "id": 36868,
3071
+ "id": 36860,
3072
3072
  "isConstant": false,
3073
3073
  "isLValue": false,
3074
3074
  "isPure": true,
@@ -3080,14 +3080,14 @@
3080
3080
  "typeString": "type(address)"
3081
3081
  },
3082
3082
  "typeName": {
3083
- "id": 36867,
3083
+ "id": 36859,
3084
3084
  "name": "address",
3085
3085
  "nodeType": "ElementaryTypeName",
3086
3086
  "src": "1172:7:94",
3087
3087
  "typeDescriptions": {}
3088
3088
  }
3089
3089
  },
3090
- "id": 36870,
3090
+ "id": 36862,
3091
3091
  "isConstant": false,
3092
3092
  "isLValue": false,
3093
3093
  "isPure": false,
@@ -3110,18 +3110,18 @@
3110
3110
  "typeString": "address"
3111
3111
  }
3112
3112
  ],
3113
- "id": 36866,
3113
+ "id": 36858,
3114
3114
  "name": "ISuperToken",
3115
3115
  "nodeType": "Identifier",
3116
3116
  "overloadedDeclarations": [],
3117
- "referencedDeclaration": 19482,
3117
+ "referencedDeclaration": 19492,
3118
3118
  "src": "1160:11:94",
3119
3119
  "typeDescriptions": {
3120
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19482_$",
3120
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
3121
3121
  "typeString": "type(contract ISuperToken)"
3122
3122
  }
3123
3123
  },
3124
- "id": 36871,
3124
+ "id": 36863,
3125
3125
  "isConstant": false,
3126
3126
  "isLValue": false,
3127
3127
  "isPure": false,
@@ -3132,25 +3132,25 @@
3132
3132
  "src": "1160:26:94",
3133
3133
  "tryCall": false,
3134
3134
  "typeDescriptions": {
3135
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
3135
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
3136
3136
  "typeString": "contract ISuperToken"
3137
3137
  }
3138
3138
  },
3139
- "id": 36872,
3139
+ "id": 36864,
3140
3140
  "isConstant": false,
3141
3141
  "isLValue": false,
3142
3142
  "isPure": false,
3143
3143
  "lValueRequested": false,
3144
3144
  "memberName": "selfMint",
3145
3145
  "nodeType": "MemberAccess",
3146
- "referencedDeclaration": 19363,
3146
+ "referencedDeclaration": 19373,
3147
3147
  "src": "1160:35:94",
3148
3148
  "typeDescriptions": {
3149
3149
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
3150
3150
  "typeString": "function (address,uint256,bytes memory) external"
3151
3151
  }
3152
3152
  },
3153
- "id": 36880,
3153
+ "id": 36872,
3154
3154
  "isConstant": false,
3155
3155
  "isLValue": false,
3156
3156
  "isPure": false,
@@ -3165,7 +3165,7 @@
3165
3165
  "typeString": "tuple()"
3166
3166
  }
3167
3167
  },
3168
- "id": 36881,
3168
+ "id": 36873,
3169
3169
  "nodeType": "ExpressionStatement",
3170
3170
  "src": "1160:64:94"
3171
3171
  },
@@ -3173,11 +3173,11 @@
3173
3173
  "eventCall": {
3174
3174
  "arguments": [
3175
3175
  {
3176
- "id": 36883,
3176
+ "id": 36875,
3177
3177
  "name": "to",
3178
3178
  "nodeType": "Identifier",
3179
3179
  "overloadedDeclarations": [],
3180
- "referencedDeclaration": 36862,
3180
+ "referencedDeclaration": 36854,
3181
3181
  "src": "1253:2:94",
3182
3182
  "typeDescriptions": {
3183
3183
  "typeIdentifier": "t_address",
@@ -3186,7 +3186,7 @@
3186
3186
  },
3187
3187
  {
3188
3188
  "expression": {
3189
- "id": 36884,
3189
+ "id": 36876,
3190
3190
  "name": "msg",
3191
3191
  "nodeType": "Identifier",
3192
3192
  "overloadedDeclarations": [],
@@ -3197,7 +3197,7 @@
3197
3197
  "typeString": "msg"
3198
3198
  }
3199
3199
  },
3200
- "id": 36885,
3200
+ "id": 36877,
3201
3201
  "isConstant": false,
3202
3202
  "isLValue": false,
3203
3203
  "isPure": false,
@@ -3222,18 +3222,18 @@
3222
3222
  "typeString": "uint256"
3223
3223
  }
3224
3224
  ],
3225
- "id": 36882,
3225
+ "id": 36874,
3226
3226
  "name": "TokenUpgraded",
3227
3227
  "nodeType": "Identifier",
3228
3228
  "overloadedDeclarations": [],
3229
- "referencedDeclaration": 36796,
3229
+ "referencedDeclaration": 36788,
3230
3230
  "src": "1239:13:94",
3231
3231
  "typeDescriptions": {
3232
3232
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
3233
3233
  "typeString": "function (address,uint256)"
3234
3234
  }
3235
3235
  },
3236
- "id": 36886,
3236
+ "id": 36878,
3237
3237
  "isConstant": false,
3238
3238
  "isLValue": false,
3239
3239
  "isPure": false,
@@ -3248,14 +3248,14 @@
3248
3248
  "typeString": "tuple()"
3249
3249
  }
3250
3250
  },
3251
- "id": 36887,
3251
+ "id": 36879,
3252
3252
  "nodeType": "EmitStatement",
3253
3253
  "src": "1234:33:94"
3254
3254
  }
3255
3255
  ]
3256
3256
  },
3257
3257
  "functionSelector": "7687d19b",
3258
- "id": 36889,
3258
+ "id": 36881,
3259
3259
  "implemented": true,
3260
3260
  "kind": "function",
3261
3261
  "modifiers": [],
@@ -3263,23 +3263,23 @@
3263
3263
  "nameLocation": "1097:14:94",
3264
3264
  "nodeType": "FunctionDefinition",
3265
3265
  "overrides": {
3266
- "id": 36864,
3266
+ "id": 36856,
3267
3267
  "nodeType": "OverrideSpecifier",
3268
3268
  "overrides": [],
3269
3269
  "src": "1133:8:94"
3270
3270
  },
3271
3271
  "parameters": {
3272
- "id": 36863,
3272
+ "id": 36855,
3273
3273
  "nodeType": "ParameterList",
3274
3274
  "parameters": [
3275
3275
  {
3276
3276
  "constant": false,
3277
- "id": 36862,
3277
+ "id": 36854,
3278
3278
  "mutability": "mutable",
3279
3279
  "name": "to",
3280
3280
  "nameLocation": "1120:2:94",
3281
3281
  "nodeType": "VariableDeclaration",
3282
- "scope": 36889,
3282
+ "scope": 36881,
3283
3283
  "src": "1112:10:94",
3284
3284
  "stateVariable": false,
3285
3285
  "storageLocation": "default",
@@ -3288,7 +3288,7 @@
3288
3288
  "typeString": "address"
3289
3289
  },
3290
3290
  "typeName": {
3291
- "id": 36861,
3291
+ "id": 36853,
3292
3292
  "name": "address",
3293
3293
  "nodeType": "ElementaryTypeName",
3294
3294
  "src": "1112:7:94",
@@ -3304,12 +3304,12 @@
3304
3304
  "src": "1111:12:94"
3305
3305
  },
3306
3306
  "returnParameters": {
3307
- "id": 36865,
3307
+ "id": 36857,
3308
3308
  "nodeType": "ParameterList",
3309
3309
  "parameters": [],
3310
3310
  "src": "1150:0:94"
3311
3311
  },
3312
- "scope": 36928,
3312
+ "scope": 36920,
3313
3313
  "src": "1088:186:94",
3314
3314
  "stateMutability": "payable",
3315
3315
  "virtual": false,
@@ -3317,10 +3317,10 @@
3317
3317
  },
3318
3318
  {
3319
3319
  "baseFunctions": [
3320
- 20530
3320
+ 20538
3321
3321
  ],
3322
3322
  "body": {
3323
- "id": 36926,
3323
+ "id": 36918,
3324
3324
  "nodeType": "Block",
3325
3325
  "src": "1332:173:94",
3326
3326
  "statements": [
@@ -3329,7 +3329,7 @@
3329
3329
  "arguments": [
3330
3330
  {
3331
3331
  "expression": {
3332
- "id": 36902,
3332
+ "id": 36894,
3333
3333
  "name": "msg",
3334
3334
  "nodeType": "Identifier",
3335
3335
  "overloadedDeclarations": [],
@@ -3340,7 +3340,7 @@
3340
3340
  "typeString": "msg"
3341
3341
  }
3342
3342
  },
3343
- "id": 36903,
3343
+ "id": 36895,
3344
3344
  "isConstant": false,
3345
3345
  "isLValue": false,
3346
3346
  "isPure": false,
@@ -3354,11 +3354,11 @@
3354
3354
  }
3355
3355
  },
3356
3356
  {
3357
- "id": 36904,
3357
+ "id": 36896,
3358
3358
  "name": "wad",
3359
3359
  "nodeType": "Identifier",
3360
3360
  "overloadedDeclarations": [],
3361
- "referencedDeclaration": 36891,
3361
+ "referencedDeclaration": 36883,
3362
3362
  "src": "1390:3:94",
3363
3363
  "typeDescriptions": {
3364
3364
  "typeIdentifier": "t_uint256",
@@ -3369,7 +3369,7 @@
3369
3369
  "arguments": [
3370
3370
  {
3371
3371
  "hexValue": "30",
3372
- "id": 36907,
3372
+ "id": 36899,
3373
3373
  "isConstant": false,
3374
3374
  "isLValue": false,
3375
3375
  "isPure": true,
@@ -3391,7 +3391,7 @@
3391
3391
  "typeString": "int_const 0"
3392
3392
  }
3393
3393
  ],
3394
- "id": 36906,
3394
+ "id": 36898,
3395
3395
  "isConstant": false,
3396
3396
  "isLValue": false,
3397
3397
  "isPure": true,
@@ -3403,7 +3403,7 @@
3403
3403
  "typeString": "function (uint256) pure returns (bytes memory)"
3404
3404
  },
3405
3405
  "typeName": {
3406
- "id": 36905,
3406
+ "id": 36897,
3407
3407
  "name": "bytes",
3408
3408
  "nodeType": "ElementaryTypeName",
3409
3409
  "src": "1399:5:94",
@@ -3413,7 +3413,7 @@
3413
3413
  }
3414
3414
  }
3415
3415
  },
3416
- "id": 36908,
3416
+ "id": 36900,
3417
3417
  "isConstant": false,
3418
3418
  "isLValue": false,
3419
3419
  "isPure": true,
@@ -3449,14 +3449,14 @@
3449
3449
  {
3450
3450
  "arguments": [
3451
3451
  {
3452
- "id": 36898,
3452
+ "id": 36890,
3453
3453
  "name": "this",
3454
3454
  "nodeType": "Identifier",
3455
3455
  "overloadedDeclarations": [],
3456
3456
  "referencedDeclaration": 4294967268,
3457
3457
  "src": "1362:4:94",
3458
3458
  "typeDescriptions": {
3459
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
3459
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
3460
3460
  "typeString": "contract SETHProxy"
3461
3461
  }
3462
3462
  }
@@ -3464,11 +3464,11 @@
3464
3464
  "expression": {
3465
3465
  "argumentTypes": [
3466
3466
  {
3467
- "typeIdentifier": "t_contract$_SETHProxy_$36928",
3467
+ "typeIdentifier": "t_contract$_SETHProxy_$36920",
3468
3468
  "typeString": "contract SETHProxy"
3469
3469
  }
3470
3470
  ],
3471
- "id": 36897,
3471
+ "id": 36889,
3472
3472
  "isConstant": false,
3473
3473
  "isLValue": false,
3474
3474
  "isPure": true,
@@ -3480,14 +3480,14 @@
3480
3480
  "typeString": "type(address)"
3481
3481
  },
3482
3482
  "typeName": {
3483
- "id": 36896,
3483
+ "id": 36888,
3484
3484
  "name": "address",
3485
3485
  "nodeType": "ElementaryTypeName",
3486
3486
  "src": "1354:7:94",
3487
3487
  "typeDescriptions": {}
3488
3488
  }
3489
3489
  },
3490
- "id": 36899,
3490
+ "id": 36891,
3491
3491
  "isConstant": false,
3492
3492
  "isLValue": false,
3493
3493
  "isPure": false,
@@ -3510,18 +3510,18 @@
3510
3510
  "typeString": "address"
3511
3511
  }
3512
3512
  ],
3513
- "id": 36895,
3513
+ "id": 36887,
3514
3514
  "name": "ISuperToken",
3515
3515
  "nodeType": "Identifier",
3516
3516
  "overloadedDeclarations": [],
3517
- "referencedDeclaration": 19482,
3517
+ "referencedDeclaration": 19492,
3518
3518
  "src": "1342:11:94",
3519
3519
  "typeDescriptions": {
3520
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19482_$",
3520
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
3521
3521
  "typeString": "type(contract ISuperToken)"
3522
3522
  }
3523
3523
  },
3524
- "id": 36900,
3524
+ "id": 36892,
3525
3525
  "isConstant": false,
3526
3526
  "isLValue": false,
3527
3527
  "isPure": false,
@@ -3532,25 +3532,25 @@
3532
3532
  "src": "1342:26:94",
3533
3533
  "tryCall": false,
3534
3534
  "typeDescriptions": {
3535
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
3535
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
3536
3536
  "typeString": "contract ISuperToken"
3537
3537
  }
3538
3538
  },
3539
- "id": 36901,
3539
+ "id": 36893,
3540
3540
  "isConstant": false,
3541
3541
  "isLValue": false,
3542
3542
  "isPure": false,
3543
3543
  "lValueRequested": false,
3544
3544
  "memberName": "selfBurn",
3545
3545
  "nodeType": "MemberAccess",
3546
- "referencedDeclaration": 19373,
3546
+ "referencedDeclaration": 19383,
3547
3547
  "src": "1342:35:94",
3548
3548
  "typeDescriptions": {
3549
3549
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
3550
3550
  "typeString": "function (address,uint256,bytes memory) external"
3551
3551
  }
3552
3552
  },
3553
- "id": 36909,
3553
+ "id": 36901,
3554
3554
  "isConstant": false,
3555
3555
  "isLValue": false,
3556
3556
  "isPure": false,
@@ -3565,7 +3565,7 @@
3565
3565
  "typeString": "tuple()"
3566
3566
  }
3567
3567
  },
3568
- "id": 36910,
3568
+ "id": 36902,
3569
3569
  "nodeType": "ExpressionStatement",
3570
3570
  "src": "1342:66:94"
3571
3571
  },
@@ -3573,11 +3573,11 @@
3573
3573
  "expression": {
3574
3574
  "arguments": [
3575
3575
  {
3576
- "id": 36917,
3576
+ "id": 36909,
3577
3577
  "name": "wad",
3578
3578
  "nodeType": "Identifier",
3579
3579
  "overloadedDeclarations": [],
3580
- "referencedDeclaration": 36891,
3580
+ "referencedDeclaration": 36883,
3581
3581
  "src": "1447:3:94",
3582
3582
  "typeDescriptions": {
3583
3583
  "typeIdentifier": "t_uint256",
@@ -3596,7 +3596,7 @@
3596
3596
  "arguments": [
3597
3597
  {
3598
3598
  "expression": {
3599
- "id": 36913,
3599
+ "id": 36905,
3600
3600
  "name": "msg",
3601
3601
  "nodeType": "Identifier",
3602
3602
  "overloadedDeclarations": [],
@@ -3607,7 +3607,7 @@
3607
3607
  "typeString": "msg"
3608
3608
  }
3609
3609
  },
3610
- "id": 36914,
3610
+ "id": 36906,
3611
3611
  "isConstant": false,
3612
3612
  "isLValue": false,
3613
3613
  "isPure": false,
@@ -3628,7 +3628,7 @@
3628
3628
  "typeString": "address"
3629
3629
  }
3630
3630
  ],
3631
- "id": 36912,
3631
+ "id": 36904,
3632
3632
  "isConstant": false,
3633
3633
  "isLValue": false,
3634
3634
  "isPure": true,
@@ -3640,7 +3640,7 @@
3640
3640
  "typeString": "type(address payable)"
3641
3641
  },
3642
3642
  "typeName": {
3643
- "id": 36911,
3643
+ "id": 36903,
3644
3644
  "name": "address",
3645
3645
  "nodeType": "ElementaryTypeName",
3646
3646
  "src": "1418:8:94",
@@ -3648,7 +3648,7 @@
3648
3648
  "typeDescriptions": {}
3649
3649
  }
3650
3650
  },
3651
- "id": 36915,
3651
+ "id": 36907,
3652
3652
  "isConstant": false,
3653
3653
  "isLValue": false,
3654
3654
  "isPure": false,
@@ -3663,7 +3663,7 @@
3663
3663
  "typeString": "address payable"
3664
3664
  }
3665
3665
  },
3666
- "id": 36916,
3666
+ "id": 36908,
3667
3667
  "isConstant": false,
3668
3668
  "isLValue": false,
3669
3669
  "isPure": false,
@@ -3676,7 +3676,7 @@
3676
3676
  "typeString": "function (uint256)"
3677
3677
  }
3678
3678
  },
3679
- "id": 36918,
3679
+ "id": 36910,
3680
3680
  "isConstant": false,
3681
3681
  "isLValue": false,
3682
3682
  "isPure": false,
@@ -3691,7 +3691,7 @@
3691
3691
  "typeString": "tuple()"
3692
3692
  }
3693
3693
  },
3694
- "id": 36919,
3694
+ "id": 36911,
3695
3695
  "nodeType": "ExpressionStatement",
3696
3696
  "src": "1418:33:94"
3697
3697
  },
@@ -3700,7 +3700,7 @@
3700
3700
  "arguments": [
3701
3701
  {
3702
3702
  "expression": {
3703
- "id": 36921,
3703
+ "id": 36913,
3704
3704
  "name": "msg",
3705
3705
  "nodeType": "Identifier",
3706
3706
  "overloadedDeclarations": [],
@@ -3711,7 +3711,7 @@
3711
3711
  "typeString": "msg"
3712
3712
  }
3713
3713
  },
3714
- "id": 36922,
3714
+ "id": 36914,
3715
3715
  "isConstant": false,
3716
3716
  "isLValue": false,
3717
3717
  "isPure": false,
@@ -3725,11 +3725,11 @@
3725
3725
  }
3726
3726
  },
3727
3727
  {
3728
- "id": 36923,
3728
+ "id": 36915,
3729
3729
  "name": "wad",
3730
3730
  "nodeType": "Identifier",
3731
3731
  "overloadedDeclarations": [],
3732
- "referencedDeclaration": 36891,
3732
+ "referencedDeclaration": 36883,
3733
3733
  "src": "1494:3:94",
3734
3734
  "typeDescriptions": {
3735
3735
  "typeIdentifier": "t_uint256",
@@ -3748,18 +3748,18 @@
3748
3748
  "typeString": "uint256"
3749
3749
  }
3750
3750
  ],
3751
- "id": 36920,
3751
+ "id": 36912,
3752
3752
  "name": "TokenDowngraded",
3753
3753
  "nodeType": "Identifier",
3754
3754
  "overloadedDeclarations": [],
3755
- "referencedDeclaration": 36802,
3755
+ "referencedDeclaration": 36794,
3756
3756
  "src": "1466:15:94",
3757
3757
  "typeDescriptions": {
3758
3758
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
3759
3759
  "typeString": "function (address,uint256)"
3760
3760
  }
3761
3761
  },
3762
- "id": 36924,
3762
+ "id": 36916,
3763
3763
  "isConstant": false,
3764
3764
  "isLValue": false,
3765
3765
  "isPure": false,
@@ -3774,14 +3774,14 @@
3774
3774
  "typeString": "tuple()"
3775
3775
  }
3776
3776
  },
3777
- "id": 36925,
3777
+ "id": 36917,
3778
3778
  "nodeType": "EmitStatement",
3779
3779
  "src": "1461:37:94"
3780
3780
  }
3781
3781
  ]
3782
3782
  },
3783
3783
  "functionSelector": "160e8be3",
3784
- "id": 36927,
3784
+ "id": 36919,
3785
3785
  "implemented": true,
3786
3786
  "kind": "function",
3787
3787
  "modifiers": [],
@@ -3789,23 +3789,23 @@
3789
3789
  "nameLocation": "1289:14:94",
3790
3790
  "nodeType": "FunctionDefinition",
3791
3791
  "overrides": {
3792
- "id": 36893,
3792
+ "id": 36885,
3793
3793
  "nodeType": "OverrideSpecifier",
3794
3794
  "overrides": [],
3795
3795
  "src": "1323:8:94"
3796
3796
  },
3797
3797
  "parameters": {
3798
- "id": 36892,
3798
+ "id": 36884,
3799
3799
  "nodeType": "ParameterList",
3800
3800
  "parameters": [
3801
3801
  {
3802
3802
  "constant": false,
3803
- "id": 36891,
3803
+ "id": 36883,
3804
3804
  "mutability": "mutable",
3805
3805
  "name": "wad",
3806
3806
  "nameLocation": "1309:3:94",
3807
3807
  "nodeType": "VariableDeclaration",
3808
- "scope": 36927,
3808
+ "scope": 36919,
3809
3809
  "src": "1304:8:94",
3810
3810
  "stateVariable": false,
3811
3811
  "storageLocation": "default",
@@ -3814,7 +3814,7 @@
3814
3814
  "typeString": "uint256"
3815
3815
  },
3816
3816
  "typeName": {
3817
- "id": 36890,
3817
+ "id": 36882,
3818
3818
  "name": "uint",
3819
3819
  "nodeType": "ElementaryTypeName",
3820
3820
  "src": "1304:4:94",
@@ -3829,19 +3829,19 @@
3829
3829
  "src": "1303:10:94"
3830
3830
  },
3831
3831
  "returnParameters": {
3832
- "id": 36894,
3832
+ "id": 36886,
3833
3833
  "nodeType": "ParameterList",
3834
3834
  "parameters": [],
3835
3835
  "src": "1332:0:94"
3836
3836
  },
3837
- "scope": 36928,
3837
+ "scope": 36920,
3838
3838
  "src": "1280:225:94",
3839
3839
  "stateMutability": "nonpayable",
3840
3840
  "virtual": false,
3841
3841
  "visibility": "external"
3842
3842
  }
3843
3843
  ],
3844
- "scope": 36929,
3844
+ "scope": 36921,
3845
3845
  "src": "435:1072:94",
3846
3846
  "usedErrors": []
3847
3847
  }
@@ -3854,7 +3854,7 @@
3854
3854
  },
3855
3855
  "networks": {},
3856
3856
  "schemaVersion": "3.4.8",
3857
- "updatedAt": "2022-08-11T12:58:52.100Z",
3857
+ "updatedAt": "2022-08-23T08:53:53.799Z",
3858
3858
  "devdoc": {
3859
3859
  "author": "Superfluid It is also called a Native-Asset Super Token.",
3860
3860
  "details": "Super ETH (SETH) custom super token implementation",