@latticexyz/world-module-erc20 2.2.20-b7901812d4035faa3ec9bb75f31ffe7af398bdf2 → 2.2.21-041031d271b62a7f41f7c6dc0098c1c0ae222bd5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -39
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/Constants.sol/ERC20TableNames.json +1 -1
- package/out/Constants.sol/ModuleConstants.json +1 -1
- package/out/Constants.sol/PausableTableNames.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.abi.json +331 -0
- package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.abi.json.d.ts +331 -0
- package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.json +1 -1
- package/out/{ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.abi.json → ERC20BaseTest.t.sol/ERC20Test.abi.json} +324 -7
- package/out/{ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.abi.json.d.ts → ERC20BaseTest.t.sol/ERC20Test.abi.json.d.ts} +324 -7
- package/out/ERC20BaseTest.t.sol/ERC20Test.json +1 -0
- package/out/ERC20BaseTest.t.sol/MockERC20Base.abi.json +93 -198
- package/out/ERC20BaseTest.t.sol/MockERC20Base.abi.json.d.ts +93 -198
- package/out/ERC20BaseTest.t.sol/MockERC20Base.json +1 -1
- package/out/ERC20Burnable.sol/ERC20Burnable.abi.json +75 -235
- package/out/ERC20Burnable.sol/ERC20Burnable.abi.json.d.ts +75 -235
- package/out/ERC20Burnable.sol/ERC20Burnable.json +1 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableTest.abi.json +331 -0
- package/out/ERC20Burnable.t.sol/ERC20BurnableTest.abi.json.d.ts +331 -0
- package/out/ERC20Burnable.t.sol/ERC20BurnableTest.json +1 -1
- package/out/{ERC20BaseTest.t.sol/MockERC20WithInternalStore.abi.json → ERC20Burnable.t.sol/MockERC20Burnable.abi.json} +124 -198
- package/out/{ERC20BaseTest.t.sol/MockERC20WithInternalStore.abi.json.d.ts → ERC20Burnable.t.sol/MockERC20Burnable.abi.json.d.ts} +124 -198
- package/out/ERC20Burnable.t.sol/MockERC20Burnable.json +1 -0
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +3 -3
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +3 -3
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleLib.json +1 -0
- package/out/ERC20Module.t.sol/ERC20ModuleTest.json +1 -1
- package/out/ERC20Module.t.sol/TestConstants.json +1 -1
- package/out/ERC20Pausable.sol/ERC20Pausable.abi.json +76 -236
- package/out/ERC20Pausable.sol/ERC20Pausable.abi.json.d.ts +76 -236
- package/out/ERC20Pausable.sol/ERC20Pausable.json +1 -1
- package/out/ERC20Pausable.t.sol/{ERC20PausableWithWorldTest.abi.json → ERC20PausableTest.abi.json} +324 -0
- package/out/ERC20Pausable.t.sol/{ERC20PausableWithWorldTest.abi.json.d.ts → ERC20PausableTest.abi.json.d.ts} +324 -0
- package/out/ERC20Pausable.t.sol/ERC20PausableTest.json +1 -0
- package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json +130 -199
- package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json.d.ts +130 -199
- package/out/ERC20Pausable.t.sol/MockERC20Pausable.json +1 -1
- package/out/{ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json → ERC20PausableBurnable.sol/ERC20PausableBurnable.abi.json} +163 -209
- package/out/{ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json.d.ts → ERC20PausableBurnable.sol/ERC20PausableBurnable.abi.json.d.ts} +163 -209
- package/out/ERC20PausableBurnable.sol/ERC20PausableBurnable.json +1 -0
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/EncodedLengths.sol/EncodedLengthsInstance.json +1 -1
- package/out/EncodedLengths.sol/EncodedLengthsLib.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC165.sol/IERC165.json +1 -1
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Metadata.sol/IERC20Metadata.json +1 -1
- package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.json +1 -1
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -1
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleErrors.sol/IModuleErrors.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
- package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -1
- package/out/ISliceErrors.sol/ISliceErrors.json +1 -1
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreKernel.sol/IStoreKernel.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldEvents.sol/IWorldEvents.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InitModule.sol/InitModule.abi.json +3 -3
- package/out/InitModule.sol/InitModule.abi.json.d.ts +3 -3
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
- package/out/MUDERC20.sol/MUDERC20.abi.json +75 -235
- package/out/MUDERC20.sol/MUDERC20.abi.json.d.ts +75 -235
- package/out/MUDERC20.sol/MUDERC20.json +1 -1
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +1 -1
- package/out/Module.sol/Module.abi.json.d.ts +1 -1
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/Owner.sol/Owner.json +1 -1
- package/out/Pausable.sol/Pausable.abi.json +64 -276
- package/out/Pausable.sol/Pausable.abi.json.d.ts +64 -276
- package/out/Pausable.sol/Pausable.json +1 -1
- package/out/Paused.sol/Paused.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreKernel.sol/StoreKernel.json +1 -1
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.abi.json +1 -1
- package/out/System.sol/System.abi.json.d.ts +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/WorldConsumer.sol/WorldConsumer.abi.json +140 -0
- package/out/WorldConsumer.sol/WorldConsumer.abi.json.d.ts +142 -0
- package/out/WorldConsumer.sol/WorldConsumer.json +1 -0
- package/out/WorldContext.sol/WorldContextConsumer.abi.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/build-info/5dec426f2d87057b9b49f18296a28057.json +1 -0
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/package.json +8 -8
- package/src/examples/ERC20PausableBurnable.sol +55 -0
- package/src/experimental/Constants.sol +0 -4
- package/src/experimental/ERC20Module.sol +47 -14
- package/src/experimental/ERC20Pausable.sol +3 -0
- package/src/experimental/MUDERC20.sol +28 -32
- package/src/experimental/Pausable.sol +18 -17
- package/out/Constants.sol/OwnableTableNames.abi.json +0 -1
- package/out/Constants.sol/OwnableTableNames.json +0 -1
- package/out/Context.sol/Context.abi.json +0 -15
- package/out/Context.sol/Context.abi.json.d.ts +0 -17
- package/out/Context.sol/Context.json +0 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.abi.json +0 -949
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.abi.json.d.ts +0 -951
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.json +0 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.abi.json +0 -949
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.abi.json.d.ts +0 -951
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.json +0 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.abi.json +0 -956
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.abi.json.d.ts +0 -958
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.json +0 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.abi.json +0 -956
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.abi.json.d.ts +0 -958
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.json +0 -1
- package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.json +0 -1
- package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.abi.json +0 -839
- package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.abi.json.d.ts +0 -841
- package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.json +0 -1
- package/out/ERC20BaseTest.t.sol/TestConstants.abi.json +0 -1
- package/out/ERC20BaseTest.t.sol/TestConstants.json +0 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.abi.json +0 -956
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.abi.json.d.ts +0 -958
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.json +0 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.json +0 -1
- package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json +0 -727
- package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json.d.ts +0 -729
- package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.json +0 -1
- package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json +0 -865
- package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json.d.ts +0 -867
- package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.json +0 -1
- package/out/ERC20Module.sol/ERC20RegistryLib.json +0 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.abi.json +0 -956
- package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.abi.json.d.ts +0 -958
- package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.json +0 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.abi.json +0 -956
- package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.abi.json.d.ts +0 -958
- package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.json +0 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.json +0 -1
- package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.json +0 -1
- package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json +0 -897
- package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json.d.ts +0 -899
- package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.json +0 -1
- package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json +0 -851
- package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json.d.ts +0 -853
- package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.json +0 -1
- package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json +0 -936
- package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json.d.ts +0 -938
- package/out/ERC20WithWorld.sol/ERC20WithWorld.json +0 -1
- package/out/Ownable.sol/Ownable.abi.json +0 -426
- package/out/Ownable.sol/Ownable.abi.json.d.ts +0 -428
- package/out/Ownable.sol/Ownable.json +0 -1
- package/out/Store.sol/Store.abi.json +0 -1261
- package/out/Store.sol/Store.abi.json.d.ts +0 -1263
- package/out/Store.sol/Store.json +0 -1
- package/out/StoreConsumer.sol/StoreConsumer.abi.json +0 -15
- package/out/StoreConsumer.sol/StoreConsumer.abi.json.d.ts +0 -17
- package/out/StoreConsumer.sol/StoreConsumer.json +0 -1
- package/out/WithStore.sol/WithStore.abi.json +0 -352
- package/out/WithStore.sol/WithStore.abi.json.d.ts +0 -354
- package/out/WithStore.sol/WithStore.json +0 -1
- package/out/WithWorld.sol/WithWorld.abi.json +0 -490
- package/out/WithWorld.sol/WithWorld.abi.json.d.ts +0 -492
- package/out/WithWorld.sol/WithWorld.json +0 -1
- package/out/build-info/60c60a9593fdb00b3264c36836a28f39.json +0 -1
- package/src/examples/ERC20WithInternalStore.sol +0 -32
- package/src/examples/ERC20WithWorld.sol +0 -47
- package/src/experimental/Ownable.sol +0 -110
- /package/out/ERC20Module.sol/{ERC20RegistryLib.abi.json → ERC20ModuleLib.abi.json} +0 -0
- /package/out/ERC20Module.sol/{ERC20RegistryLib.abi.json.d.ts → ERC20ModuleLib.abi.json.d.ts} +0 -0
|
@@ -3,6 +3,32 @@ declare const abi: [
|
|
|
3
3
|
"type": "function",
|
|
4
4
|
"name": "_msgSender",
|
|
5
5
|
"inputs": [],
|
|
6
|
+
"outputs": [
|
|
7
|
+
{
|
|
8
|
+
"name": "sender",
|
|
9
|
+
"type": "address",
|
|
10
|
+
"internalType": "address"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"stateMutability": "view"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "function",
|
|
17
|
+
"name": "_msgValue",
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"outputs": [
|
|
20
|
+
{
|
|
21
|
+
"name": "value",
|
|
22
|
+
"type": "uint256",
|
|
23
|
+
"internalType": "uint256"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"stateMutability": "view"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "function",
|
|
30
|
+
"name": "_world",
|
|
31
|
+
"inputs": [],
|
|
6
32
|
"outputs": [
|
|
7
33
|
{
|
|
8
34
|
"name": "",
|
|
@@ -125,29 +151,35 @@ declare const abi: [
|
|
|
125
151
|
},
|
|
126
152
|
{
|
|
127
153
|
"type": "function",
|
|
128
|
-
"name": "
|
|
154
|
+
"name": "name",
|
|
129
155
|
"inputs": [],
|
|
130
156
|
"outputs": [
|
|
131
157
|
{
|
|
132
158
|
"name": "",
|
|
133
|
-
"type": "
|
|
134
|
-
"internalType": "
|
|
159
|
+
"type": "string",
|
|
160
|
+
"internalType": "string"
|
|
135
161
|
}
|
|
136
162
|
],
|
|
137
163
|
"stateMutability": "view"
|
|
138
164
|
},
|
|
139
165
|
{
|
|
140
166
|
"type": "function",
|
|
141
|
-
"name": "
|
|
142
|
-
"inputs": [
|
|
167
|
+
"name": "supportsInterface",
|
|
168
|
+
"inputs": [
|
|
169
|
+
{
|
|
170
|
+
"name": "interfaceId",
|
|
171
|
+
"type": "bytes4",
|
|
172
|
+
"internalType": "bytes4"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
143
175
|
"outputs": [
|
|
144
176
|
{
|
|
145
177
|
"name": "",
|
|
146
|
-
"type": "
|
|
147
|
-
"internalType": "
|
|
178
|
+
"type": "bool",
|
|
179
|
+
"internalType": "bool"
|
|
148
180
|
}
|
|
149
181
|
],
|
|
150
|
-
"stateMutability": "
|
|
182
|
+
"stateMutability": "pure"
|
|
151
183
|
},
|
|
152
184
|
{
|
|
153
185
|
"type": "function",
|
|
@@ -253,43 +285,6 @@ declare const abi: [
|
|
|
253
285
|
],
|
|
254
286
|
"anonymous": false
|
|
255
287
|
},
|
|
256
|
-
{
|
|
257
|
-
"type": "event",
|
|
258
|
-
"name": "Store_SetRecord",
|
|
259
|
-
"inputs": [
|
|
260
|
-
{
|
|
261
|
-
"name": "tableId",
|
|
262
|
-
"type": "bytes32",
|
|
263
|
-
"indexed": true,
|
|
264
|
-
"internalType": "ResourceId"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "keyTuple",
|
|
268
|
-
"type": "bytes32[]",
|
|
269
|
-
"indexed": false,
|
|
270
|
-
"internalType": "bytes32[]"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"name": "staticData",
|
|
274
|
-
"type": "bytes",
|
|
275
|
-
"indexed": false,
|
|
276
|
-
"internalType": "bytes"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "encodedLengths",
|
|
280
|
-
"type": "bytes32",
|
|
281
|
-
"indexed": false,
|
|
282
|
-
"internalType": "EncodedLengths"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "dynamicData",
|
|
286
|
-
"type": "bytes",
|
|
287
|
-
"indexed": false,
|
|
288
|
-
"internalType": "bytes"
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"anonymous": false
|
|
292
|
-
},
|
|
293
288
|
{
|
|
294
289
|
"type": "event",
|
|
295
290
|
"name": "Store_SpliceStaticData",
|
|
@@ -432,108 +427,6 @@ declare const abi: [
|
|
|
432
427
|
}
|
|
433
428
|
]
|
|
434
429
|
},
|
|
435
|
-
{
|
|
436
|
-
"type": "error",
|
|
437
|
-
"name": "FieldLayout_Empty",
|
|
438
|
-
"inputs": []
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"type": "error",
|
|
442
|
-
"name": "FieldLayout_InvalidStaticDataLength",
|
|
443
|
-
"inputs": [
|
|
444
|
-
{
|
|
445
|
-
"name": "staticDataLength",
|
|
446
|
-
"type": "uint256",
|
|
447
|
-
"internalType": "uint256"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"name": "computedStaticDataLength",
|
|
451
|
-
"type": "uint256",
|
|
452
|
-
"internalType": "uint256"
|
|
453
|
-
}
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"type": "error",
|
|
458
|
-
"name": "FieldLayout_StaticLengthDoesNotFitInAWord",
|
|
459
|
-
"inputs": [
|
|
460
|
-
{
|
|
461
|
-
"name": "index",
|
|
462
|
-
"type": "uint256",
|
|
463
|
-
"internalType": "uint256"
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "error",
|
|
469
|
-
"name": "FieldLayout_StaticLengthIsNotZero",
|
|
470
|
-
"inputs": [
|
|
471
|
-
{
|
|
472
|
-
"name": "index",
|
|
473
|
-
"type": "uint256",
|
|
474
|
-
"internalType": "uint256"
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"type": "error",
|
|
480
|
-
"name": "FieldLayout_StaticLengthIsZero",
|
|
481
|
-
"inputs": [
|
|
482
|
-
{
|
|
483
|
-
"name": "index",
|
|
484
|
-
"type": "uint256",
|
|
485
|
-
"internalType": "uint256"
|
|
486
|
-
}
|
|
487
|
-
]
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"type": "error",
|
|
491
|
-
"name": "FieldLayout_TooManyDynamicFields",
|
|
492
|
-
"inputs": [
|
|
493
|
-
{
|
|
494
|
-
"name": "numFields",
|
|
495
|
-
"type": "uint256",
|
|
496
|
-
"internalType": "uint256"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "maxFields",
|
|
500
|
-
"type": "uint256",
|
|
501
|
-
"internalType": "uint256"
|
|
502
|
-
}
|
|
503
|
-
]
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "error",
|
|
507
|
-
"name": "FieldLayout_TooManyFields",
|
|
508
|
-
"inputs": [
|
|
509
|
-
{
|
|
510
|
-
"name": "numFields",
|
|
511
|
-
"type": "uint256",
|
|
512
|
-
"internalType": "uint256"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": "maxFields",
|
|
516
|
-
"type": "uint256",
|
|
517
|
-
"internalType": "uint256"
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"type": "error",
|
|
523
|
-
"name": "Schema_InvalidLength",
|
|
524
|
-
"inputs": [
|
|
525
|
-
{
|
|
526
|
-
"name": "length",
|
|
527
|
-
"type": "uint256",
|
|
528
|
-
"internalType": "uint256"
|
|
529
|
-
}
|
|
530
|
-
]
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"type": "error",
|
|
534
|
-
"name": "Schema_StaticTypeAfterDynamicType",
|
|
535
|
-
"inputs": []
|
|
536
|
-
},
|
|
537
430
|
{
|
|
538
431
|
"type": "error",
|
|
539
432
|
"name": "Slice_OutOfBounds",
|
|
@@ -557,134 +450,81 @@ declare const abi: [
|
|
|
557
450
|
},
|
|
558
451
|
{
|
|
559
452
|
"type": "error",
|
|
560
|
-
"name": "
|
|
453
|
+
"name": "WorldConsumer_CallerHasNoNamespaceAccess",
|
|
561
454
|
"inputs": [
|
|
562
455
|
{
|
|
563
|
-
"name": "
|
|
564
|
-
"type": "
|
|
565
|
-
"internalType": "
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "received",
|
|
569
|
-
"type": "uint256",
|
|
570
|
-
"internalType": "uint256"
|
|
571
|
-
}
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"type": "error",
|
|
576
|
-
"name": "Store_InvalidKeyNamesLength",
|
|
577
|
-
"inputs": [
|
|
578
|
-
{
|
|
579
|
-
"name": "expected",
|
|
580
|
-
"type": "uint256",
|
|
581
|
-
"internalType": "uint256"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "received",
|
|
585
|
-
"type": "uint256",
|
|
586
|
-
"internalType": "uint256"
|
|
587
|
-
}
|
|
588
|
-
]
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"type": "error",
|
|
592
|
-
"name": "Store_InvalidResourceType",
|
|
593
|
-
"inputs": [
|
|
594
|
-
{
|
|
595
|
-
"name": "expected",
|
|
596
|
-
"type": "bytes2",
|
|
597
|
-
"internalType": "bytes2"
|
|
456
|
+
"name": "worldAddress",
|
|
457
|
+
"type": "address",
|
|
458
|
+
"internalType": "address"
|
|
598
459
|
},
|
|
599
460
|
{
|
|
600
|
-
"name": "
|
|
601
|
-
"type": "
|
|
602
|
-
"internalType": "
|
|
461
|
+
"name": "namespace",
|
|
462
|
+
"type": "bytes14",
|
|
463
|
+
"internalType": "bytes14"
|
|
603
464
|
},
|
|
604
465
|
{
|
|
605
|
-
"name": "
|
|
606
|
-
"type": "
|
|
607
|
-
"internalType": "
|
|
466
|
+
"name": "caller",
|
|
467
|
+
"type": "address",
|
|
468
|
+
"internalType": "address"
|
|
608
469
|
}
|
|
609
470
|
]
|
|
610
471
|
},
|
|
611
472
|
{
|
|
612
473
|
"type": "error",
|
|
613
|
-
"name": "
|
|
474
|
+
"name": "WorldConsumer_CallerIsNotNamespaceOwner",
|
|
614
475
|
"inputs": [
|
|
615
476
|
{
|
|
616
|
-
"name": "
|
|
617
|
-
"type": "
|
|
618
|
-
"internalType": "
|
|
477
|
+
"name": "worldAddress",
|
|
478
|
+
"type": "address",
|
|
479
|
+
"internalType": "address"
|
|
619
480
|
},
|
|
620
481
|
{
|
|
621
|
-
"name": "
|
|
622
|
-
"type": "
|
|
623
|
-
"internalType": "
|
|
624
|
-
}
|
|
625
|
-
]
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"type": "error",
|
|
629
|
-
"name": "Store_InvalidValueSchemaDynamicLength",
|
|
630
|
-
"inputs": [
|
|
631
|
-
{
|
|
632
|
-
"name": "expected",
|
|
633
|
-
"type": "uint256",
|
|
634
|
-
"internalType": "uint256"
|
|
482
|
+
"name": "namespace",
|
|
483
|
+
"type": "bytes14",
|
|
484
|
+
"internalType": "bytes14"
|
|
635
485
|
},
|
|
636
486
|
{
|
|
637
|
-
"name": "
|
|
638
|
-
"type": "
|
|
639
|
-
"internalType": "
|
|
487
|
+
"name": "caller",
|
|
488
|
+
"type": "address",
|
|
489
|
+
"internalType": "address"
|
|
640
490
|
}
|
|
641
491
|
]
|
|
642
492
|
},
|
|
643
493
|
{
|
|
644
494
|
"type": "error",
|
|
645
|
-
"name": "
|
|
495
|
+
"name": "WorldConsumer_CallerIsNotWorld",
|
|
646
496
|
"inputs": [
|
|
647
497
|
{
|
|
648
|
-
"name": "
|
|
649
|
-
"type": "
|
|
650
|
-
"internalType": "
|
|
498
|
+
"name": "worldAddress",
|
|
499
|
+
"type": "address",
|
|
500
|
+
"internalType": "address"
|
|
651
501
|
},
|
|
652
502
|
{
|
|
653
|
-
"name": "
|
|
654
|
-
"type": "
|
|
655
|
-
"internalType": "
|
|
503
|
+
"name": "caller",
|
|
504
|
+
"type": "address",
|
|
505
|
+
"internalType": "address"
|
|
656
506
|
}
|
|
657
507
|
]
|
|
658
508
|
},
|
|
659
509
|
{
|
|
660
510
|
"type": "error",
|
|
661
|
-
"name": "
|
|
511
|
+
"name": "WorldConsumer_RootNamespaceNotAllowed",
|
|
662
512
|
"inputs": [
|
|
663
513
|
{
|
|
664
|
-
"name": "
|
|
665
|
-
"type": "
|
|
666
|
-
"internalType": "
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "received",
|
|
670
|
-
"type": "uint256",
|
|
671
|
-
"internalType": "uint256"
|
|
514
|
+
"name": "worldAddress",
|
|
515
|
+
"type": "address",
|
|
516
|
+
"internalType": "address"
|
|
672
517
|
}
|
|
673
518
|
]
|
|
674
519
|
},
|
|
675
520
|
{
|
|
676
521
|
"type": "error",
|
|
677
|
-
"name": "
|
|
522
|
+
"name": "WorldConsumer_ValueNotAllowed",
|
|
678
523
|
"inputs": [
|
|
679
524
|
{
|
|
680
|
-
"name": "
|
|
681
|
-
"type": "
|
|
682
|
-
"internalType": "
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "tableIdString",
|
|
686
|
-
"type": "string",
|
|
687
|
-
"internalType": "string"
|
|
525
|
+
"name": "worldAddress",
|
|
526
|
+
"type": "address",
|
|
527
|
+
"internalType": "address"
|
|
688
528
|
}
|
|
689
529
|
]
|
|
690
530
|
}
|