From b7e86757283d41cbff10ef284de69dd770c8c644 Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Thu, 5 Dec 2024 12:50:25 +0100 Subject: [PATCH 1/3] feat: update abis of imwss3 release tag --- packages/contractor/package.json | 2 +- packages/sdk/src/ColonyNetwork/Colony.ts | 5 +++-- pnpm-lock.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/contractor/package.json b/packages/contractor/package.json index 95ea84c9e..91252d275 100644 --- a/packages/contractor/package.json +++ b/packages/contractor/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://docs.colony.io/develop", "dependencies": { - "@colony/abis": "1.6.0", + "@colony/abis": "1.7.0", "@typechain/ethers-v5": "^11.1.0", "@typechain/ethers-v6": "^0.4.2", "@types/mkdirp": "^1.0.2", diff --git a/packages/sdk/src/ColonyNetwork/Colony.ts b/packages/sdk/src/ColonyNetwork/Colony.ts index c79758e20..14a35a629 100644 --- a/packages/sdk/src/ColonyNetwork/Colony.ts +++ b/packages/sdk/src/ColonyNetwork/Colony.ts @@ -1002,8 +1002,9 @@ export class Colony { 'makeArbitraryTransactions', [[target], [action], false], async (receipt) => ({ - ...extractEvent( - 'ArbitraryTransaction', + // eslint-disable-next-line max-len + ...extractEvent( + 'ArbitraryTransaction(address,address,bytes,bool)', receipt, ), }), diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d54eef17..b5e61005d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: packages/contractor: dependencies: '@colony/abis': - specifier: 1.6.0 - version: 1.6.0 + specifier: 1.7.0 + version: 1.7.0 '@typechain/ethers-v5': specifier: ^11.1.0 version: 11.1.0(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(typechain@8.3.0)(typescript@5.1.6) @@ -831,8 +831,8 @@ packages: prettier: 2.8.8 dev: false - /@colony/abis@1.6.0: - resolution: {integrity: sha512-A4rvNlDNr4TocEEtJWxvXt5K/E1GolGI/yd6hv2f7TcUwW6kvD1M6KW2EOXKIiAS3Txk4Jz5Tz/5LjSDg4eTqg==} + /@colony/abis@1.7.0: + resolution: {integrity: sha512-InbqP1SSHVJIpXiYvnS2LMGdTE+/dkj2upVWxF/sZnuLCt27L8MaMgqGZdRQ9WJrLBY2r7M7/xSk1cOZkxT+9w==} engines: {node: ^16 || ^18 || ^20, npm: ^8 || ^9 || ^10} dev: false From 4a20316c53c96a27deb1f99d55a0848cb850aec2 Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Thu, 5 Dec 2024 12:53:55 +0100 Subject: [PATCH 2/3] chore: add changeset --- .changeset/honest-dryers-search.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/honest-dryers-search.md diff --git a/.changeset/honest-dryers-search.md b/.changeset/honest-dryers-search.md new file mode 100644 index 000000000..2a7fa1e69 --- /dev/null +++ b/.changeset/honest-dryers-search.md @@ -0,0 +1,6 @@ +--- +"@colony/contractor": minor +"@colony/sdk": minor +--- + +Incorporate updates to the `imwss3` colonyNetwork release From adf4b3c72a5f41f8f200def965c22bc4d71301ba Mon Sep 17 00:00:00 2001 From: chmanie Date: Thu, 5 Dec 2024 11:55:01 +0000 Subject: [PATCH 3/3] chore: generate docs --- .../docs/api/classes/ColonyNetworkFactory.md | 2 +- .../docs/api/classes/ColonyTokenFactory.md | 4 +-- .../factories.TokenLocking__factory.md | 2 +- .../docs/api/interfaces/ColonyToken.md | 4 +-- .../docs/api/interfaces/ColonyTokenClient.md | 4 +-- .../interfaces/MultisigPermissionsClientV2.md | 8 ++--- .../api/interfaces/OneTxPaymentClientV9.md | 4 +-- .../interfaces/StagedExpenditureClientV4.md | 8 ++--- .../interfaces/StakedExpenditureClientV7.md | 4 +-- .../interfaces/StreamingPaymentsClientV6.md | 4 +-- .../docs/api/interfaces/TokenLocking.md | 4 +-- .../docs/api/interfaces/TokenLockingClient.md | 4 +-- .../api/interfaces/TokenSupplierClientV9.md | 4 +-- packages/sdk/docs/api/classes/Colony.md | 4 +-- .../classes/ColonyExtensionEvents__factory.md | 2 +- .../api/classes/IColonyEvents__factory.md | 2 +- .../MultisigPermissionsEvents__factory.md | 2 +- .../StagedExpenditureEvents__factory.md | 2 +- ...yEvents.ArbitraryTransactionEventObject.md | 21 ------------ ..._address_address_bytes_bool_EventObject.md | 27 +++++++++++++++ ...nsaction_address_bytes_bool_EventObject.md | 21 ++++++++++++ .../interfaces/ColonyEvents.IColonyEvents.md | 4 +-- .../ColonyEvents.IColonyEventsInterface.md | 5 +-- ...nyExtensionEvents.ColonyExtensionEvents.md | 2 ++ ...onEvents.ColonyExtensionEventsInterface.md | 33 +++++++++++++++++++ ...ents.MetaTransactionExecutedEventObject.md | 21 ++++++++++++ ..._address_address_bytes_bool_EventObject.md | 27 +++++++++++++++ ...saction_address_bytes_bool_EventObject.md} | 4 +-- ...issionsEvents.MultisigPermissionsEvents.md | 4 +-- ...ents.MultisigPermissionsEventsInterface.md | 5 +-- ..._address_address_bytes_bool_EventObject.md | 27 +++++++++++++++ ...saction_address_bytes_bool_EventObject.md} | 4 +-- ...penditureEvents.StagedExpenditureEvents.md | 4 +-- ...Events.StagedExpenditureEventsInterface.md | 5 +-- packages/sdk/docs/api/modules/ColonyEvents.md | 23 ++++++++++--- .../docs/api/modules/ColonyExtensionEvents.md | 13 ++++++++ .../api/modules/MultisigPermissionsEvents.md | 23 ++++++++++--- .../api/modules/StagedExpenditureEvents.md | 23 ++++++++++--- 38 files changed, 278 insertions(+), 86 deletions(-) delete mode 100644 packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransactionEventObject.md create mode 100644 packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md create mode 100644 packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md create mode 100644 packages/sdk/docs/api/interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md create mode 100644 packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md rename packages/sdk/docs/api/interfaces/{MultisigPermissionsEvents.ArbitraryTransactionEventObject.md => MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md} (61%) create mode 100644 packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md rename packages/sdk/docs/api/interfaces/{StagedExpenditureEvents.ArbitraryTransactionEventObject.md => StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md} (62%) diff --git a/packages/colony-js/docs/api/classes/ColonyNetworkFactory.md b/packages/colony-js/docs/api/classes/ColonyNetworkFactory.md index c3a5442d2..453b1a56e 100644 --- a/packages/colony-js/docs/api/classes/ColonyNetworkFactory.md +++ b/packages/colony-js/docs/api/classes/ColonyNetworkFactory.md @@ -10,7 +10,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"auction"`` = "auction"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"quantity"`` = "quantity"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"AuctionCreated"`` = "AuctionCreated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"bridgeAddress"`` = "bridgeAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"BridgeSet"`` = "BridgeSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"colonyId"`` = "colonyId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colonyAddress"`` = "colonyAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyAdded"`` = "ColonyAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"label"`` = "label"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"ColonyLabelRegistered"`` = "ColonyLabelRegistered"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"resolver"`` = "resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyNetworkInitialised"`` = "ColonyNetworkInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"resolver"`` = "resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyVersionAdded"`` = "ColonyVersionAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionAddedToNetwork"`` = "ExtensionAddedToNetwork"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"deprecated"`` = "deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"ExtensionDeprecated"`` = "ExtensionDeprecated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionInstalled"`` = "ExtensionInstalled"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"ExtensionUninstalled"`` = "ExtensionUninstalled"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionUpgraded"`` = "ExtensionUpgraded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"metaColony"`` = "metaColony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"rootSkillId"`` = "rootSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"MetaColonyCreated"`` = "MetaColonyCreated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address payable"`` = "address payable"; `name`: ``"relayerAddress"`` = "relayerAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes"`` = "bytes"; `name`: ``"payload"`` = "payload"; `type`: ``"bytes"`` = "bytes" }] ; `name`: ``"MetaTransactionExecuted"`` = "MetaTransactionExecuted"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"miningCycleResolver"`` = "miningCycleResolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"MiningCycleResolverSet"`` = "MiningCycleResolverSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"feeInverse"`` = "feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"NetworkFeeInverseSet"`` = "NetworkFeeInverseSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeEntered"`` = "RecoveryModeEntered"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeExitApproved"`` = "RecoveryModeExitApproved"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeExited"`` = "RecoveryModeExited"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"setTo"`` = "setTo"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"RecoveryRoleSet"`` = "RecoveryRoleSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"slot"`` = "slot"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"fromValue"`` = "fromValue"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"toValue"`` = "toValue"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"RecoveryStorageSlotSet"`` = "RecoveryStorageSlotSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"ens"`` = "ens"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"rootNode"`` = "rootNode"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"RegistrarInitialised"`` = "RegistrarInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"miner"`` = "miner"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"tokensLost"`` = "tokensLost"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMinerPenalised"`` = "ReputationMinerPenalised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"hash"`` = "hash"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nLeaves"`` = "nLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMiningCycleComplete"`` = "ReputationMiningCycleComplete"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"inactiveReputationMiningCycle"`` = "inactiveReputationMiningCycle"; `type`: ``"address"`` = "address" }] ; `name`: ``"ReputationMiningInitialised"`` = "ReputationMiningInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"amount"`` = "amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMiningRewardSet"`` = "ReputationMiningRewardSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address[]"`` = "address[]"; `name`: ``"stakers"`` = "stakers"; `type`: ``"address[]"`` = "address[]" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"reward"`` = "reward"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationRootHashSet"`` = "ReputationRootHashSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"updateNumber"`` = "updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateAddedFromBridge"`` = "ReputationUpdateAddedFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"count"`` = "count"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateSentToBridge"`` = "ReputationUpdateSentToBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"count"`` = "count"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateStored"`` = "ReputationUpdateStored"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"updateNumber"`` = "updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateStoredFromBridge"`` = "ReputationUpdateStoredFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"parentSkillId"`` = "parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillAdded"`` = "SkillAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillAddedFromBridge"`` = "SkillAddedFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillCreationStored"`` = "SkillCreationStored"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillStoredFromBridge"`` = "SkillStoredFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenAuthorityAddress"`` = "tokenAuthorityAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenAuthorityDeployed"`` = "TokenAuthorityDeployed"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenAddress"`` = "tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenDeployed"`` = "TokenDeployed"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenLocking"`` = "tokenLocking"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenLockingAddressSet"`` = "TokenLockingAddressSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"status"`` = "status"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"TokenWhitelisted"`` = "TokenWhitelisted"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"label"`` = "label"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"UserLabelRegistered"`` = "UserLabelRegistered"; `type`: ``"event"`` = "event" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"addColonyVersion"`` = "addColonyVersion"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"addExtensionToNetwork"`` = "addExtensionToNetwork"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"addPendingReputationUpdate"`` = "addPendingReputationUpdate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addPendingSkill"`` = "addPendingSkill"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addReputationUpdateLogFromBridge"`` = "addReputationUpdateLogFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addSkill"`` = "addSkill"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillCount"`` = "\_skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addSkillFromBridge"`` = "addSkillFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_node"`` = "\_node"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"addr"`` = "addr"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_address"`` = "\_address"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"appendReputationUpdateLog"`` = "appendReputationUpdateLog"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"approveExitRecovery"`` = "approveExitRecovery"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgeCurrentRootHash"`` = "bridgeCurrentRootHash"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgePendingReputationUpdate"`` = "bridgePendingReputationUpdate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgeSkillIfNotMiningChain"`` = "bridgeSkillIfNotMiningChain"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"burnUnneededRewards"`` = "burnUnneededRewards"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_timeStaked"`` = "\_timeStaked"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_submissonIndex"`` = "\_submissonIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"calculateMinerWeight"`` = "calculateMinerWeight"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_minerWeight"`` = "\_minerWeight"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"pure"`` = "pure"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_slot"`` = "\_slot"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"checkNotAdditionalProtectedVariable"`` = "checkNotAdditionalProtectedVariable"; `outputs`: readonly [] = []; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_recipient"`` = "\_recipient"; `type`: ``"address"`` = "address" }] ; `name`: ``"claimMiningReward"`` = "claimMiningReward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_metadata"`` = "\_metadata"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_useExtensionManager"`` = "\_useExtensionManager"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_name"`` = "\_name"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_symbol"`` = "\_symbol"; `type`: ``"string"`` = "string" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"_decimals"`` = "\_decimals"; `type`: ``"uint8"`` = "uint8" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_metadata"`` = "\_metadata"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColonyForFrontend"`` = "createColonyForFrontend"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"createMetaColony"`` = "createMetaColony"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_allowedToTransfer"`` = "\_allowedToTransfer"; `type`: ``"address[]"`` = "address[]" }] ; `name`: ``"deployTokenAuthority"`` = "deployTokenAuthority"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAuthority"`` = "\_tokenAuthority"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_name"`` = "\_name"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_symbol"`` = "\_symbol"; `type`: ``"string"`` = "string" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"_decimals"`` = "\_decimals"; `type`: ``"uint8"`` = "uint8" }] ; `name`: ``"deployTokenViaNetwork"`` = "deployTokenViaNetwork"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_deprecated"`` = "\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"deprecateExtension"`` = "deprecateExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_deprecated"`` = "\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"deprecateSkill"`` = "deprecateSkill"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_changed"`` = "\_changed"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"enterRecoveryMode"`` = "enterRecoveryMode"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bytes"`` = "bytes"; `name`: ``"payload"`` = "payload"; `type`: ``"bytes"`` = "bytes" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"sigR"`` = "sigR"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"sigS"`` = "sigS"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"sigV"`` = "sigV"; `type`: ``"uint8"`` = "uint8" }] ; `name`: ``"executeMetaTransaction"`` = "executeMetaTransaction"; `outputs`: readonly [{ `internalType`: ``"bytes"`` = "bytes"; `name`: ``""`` = ""; `type`: ``"bytes"`` = "bytes" }] ; `stateMutability`: ``"payable"`` = "payable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"exitRecoveryMode"`` = "exitRecoveryMode"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"getBridgedReputationUpdateCount"`` = "getBridgedReputationUpdateCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"bridgedReputationCount"`` = "bridgedReputationCount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getBridgedSkillCounts"`` = "getBridgedSkillCounts"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillCount"`` = "skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_childSkillIndex"`` = "\_childSkillIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getChildSkillId"`` = "getChildSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_childSkillId"`` = "\_childSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getColony"`` = "getColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyBridgeAddress"`` = "getColonyBridgeAddress"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"bridge"`` = "bridge"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyCount"`` = "getColonyCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_count"`` = "\_count"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyCreationSalt"`` = "getColonyCreationSalt"; `outputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"salt"`` = "salt"; `type`: ``"bytes32"`` = "bytes32" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getColonyVersionResolver"`` = "getColonyVersionResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolverAddress"`` = "\_resolverAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getCurrentColonyVersion"`` = "getCurrentColonyVersion"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getENSRegistrar"`` = "getENSRegistrar"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_address"`` = "\_address"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"getExtensionInstallation"`` = "getExtensionInstallation"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_installation"`` = "\_installation"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getExtensionResolver"`` = "getExtensionResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getFeeInverse"`` = "getFeeInverse"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_feeInverse"`` = "\_feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMetaColony"`` = "getMetaColony"; `outputs`: readonly [{ `internalType`: ``"address payable"`` = "address payable"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMetatransactionNonce"`` = "getMetatransactionNonce"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nonce"`` = "nonce"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMiningChainId"`` = "getMiningChainId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"reputationMiningChainId"`` = "reputationMiningChainId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegate"`` = "\_delegate"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMiningDelegator"`` = "getMiningDelegator"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegator"`` = "\_delegator"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMiningResolver"`` = "getMiningResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"miningResolverAddress"`` = "miningResolverAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMiningStake"`` = "getMiningStake"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"amount"`` = "amount"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"timestamp"`` = "timestamp"; `type`: ``"uint256"`` = "uint256" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.MiningStake"`` = "struct ColonyNetworkDataTypes.MiningStake"; `name`: ``"_info"`` = "\_info"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillIndex"`` = "\_parentSkillIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getParentSkillId"`` = "getParentSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `name`: ``"getPayoutWhitelist"`` = "getPayoutWhitelist"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getPendingReputationUpdate"`` = "getPendingReputationUpdate"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"amount"`` = "amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"timestamp"`` = "timestamp"; `type`: ``"uint256"`` = "uint256" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.PendingReputationUpdate"`` = "struct ColonyNetworkDataTypes.PendingReputationUpdate"; `name`: ``"update"`` = "update"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillCount"`` = "\_skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getPendingSkillAddition"`` = "getPendingSkillAddition"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"parentId"`` = "parentId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_node"`` = "\_node"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"getProfileDBAddress"`` = "getProfileDBAddress"; `outputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getReplacementReputationUpdateLogEntry"`` = "getReplacementReputationUpdateLogEntry"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"amount"`` = "amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nUpdates"`` = "nUpdates"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nPreviousUpdates"`` = "nPreviousUpdates"; `type`: ``"uint128"`` = "uint128" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.ReputationLogEntry"`` = "struct ColonyNetworkDataTypes.ReputationLogEntry"; `name`: ``"_reputationLogEntry"`` = "\_reputationLogEntry"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }] ; `name`: ``"getReplacementReputationUpdateLogsExist"`` = "getReplacementReputationUpdateLogsExist"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_exists"`` = "\_exists"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_active"`` = "\_active"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"getReputationMiningCycle"`` = "getReputationMiningCycle"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_repMiningCycleAddress"`` = "\_repMiningCycleAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationMiningCycleReward"`` = "getReputationMiningCycleReward"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationMiningSkillId"`` = "getReputationMiningSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHash"`` = "getReputationRootHash"; `outputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"rootHash"`` = "rootHash"; `type`: ``"bytes32"`` = "bytes32" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHashNLeaves"`` = "getReputationRootHashNLeaves"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nLeaves"`` = "nLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHashNNodes"`` = "getReputationRootHashNNodes"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nNodes"`` = "nNodes"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getSkill"`` = "getSkill"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nParents"`` = "nParents"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nChildren"`` = "nChildren"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint256[]"`` = "uint256[]"; `name`: ``"parents"`` = "parents"; `type`: ``"uint256[]"`` = "uint256[]" }, { `internalType`: ``"uint256[]"`` = "uint256[]"; `name`: ``"children"`` = "children"; `type`: ``"uint256[]"`` = "uint256[]" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"DEPRECATED_globalSkill"`` = "DEPRECATED\_globalSkill"; `type`: ``"bool"`` = "bool" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"DEPRECATED_deprecated"`` = "DEPRECATED\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.Skill"`` = "struct ColonyNetworkDataTypes.Skill"; `name`: ``"_skill"`` = "\_skill"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getSkillCount"`` = "getSkillCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_count"`` = "\_count"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getTokenLocking"`` = "getTokenLocking"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_lockingAddress"`` = "\_lockingAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"initialise"`` = "initialise"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"miningChainId"`` = "miningChainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"initialiseReputationMining"`` = "initialiseReputationMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"initialiseRootLocalSkill"`` = "initialiseRootLocalSkill"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_rootLocalSkillId"`` = "\_rootLocalSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"installExtension"`` = "installExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"isColony"`` = "isColony"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_addressIsColony"`` = "\_addressIsColony"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"isInRecoveryMode"`` = "isInRecoveryMode"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"inRecoveryMode"`` = "inRecoveryMode"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_addr"`` = "\_addr"; `type`: ``"address"`` = "address" }] ; `name`: ``"lookupRegisteredENSDomain"`` = "lookupRegisteredENSDomain"; `outputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_domain"`` = "\_domain"; `type`: ``"string"`` = "string" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes[]"`` = "bytes[]"; `name`: ``"data"`` = "data"; `type`: ``"bytes[]"`` = "bytes[]" }] ; `name`: ``"multicall"`` = "multicall"; `outputs`: readonly [{ `internalType`: ``"bytes[]"`` = "bytes[]"; `name`: ``"results"`` = "results"; `type`: ``"bytes[]"`` = "bytes[]" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"numRecoveryRoles"`` = "numRecoveryRoles"; `outputs`: readonly [{ `internalType`: ``"uint64"`` = "uint64"; `name`: ``"numRoles"`` = "numRoles"; `type`: ``"uint64"`` = "uint64" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_stakers"`` = "\_stakers"; `type`: ``"address[]"`` = "address[]" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"punishStakers"`` = "punishStakers"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"registerColonyLabel"`` = "registerColonyLabel"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_username"`` = "\_username"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"registerUserLabel"`` = "registerUserLabel"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"removeRecoveryRole"`` = "removeRecoveryRole"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_recipient"`` = "\_recipient"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"reward"`` = "reward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_bridgeAddress"`` = "\_bridgeAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setColonyBridgeAddress"`` = "setColonyBridgeAddress"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_feeInverse"`` = "\_feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setFeeInverse"`` = "setFeeInverse"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegate"`` = "\_delegate"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_allowed"`` = "\_allowed"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"setMiningDelegate"`` = "setMiningDelegate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_miningResolverAddress"`` = "\_miningResolverAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setMiningResolver"`` = "setMiningResolver"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"setPayoutWhitelist"`` = "setPayoutWhitelist"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"setRecoveryRole"`` = "setRecoveryRole"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"_nUpdates"`` = "\_nUpdates"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"_nPreviousUpdates"`` = "\_nPreviousUpdates"; `type`: ``"uint128"`` = "uint128" }] ; `name`: ``"setReplacementReputationUpdateLogEntry"`` = "setReplacementReputationUpdateLogEntry"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setReputationMiningCycleReward"`` = "setReputationMiningCycleReward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_newHash"`` = "\_newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_newNLeaves"`` = "\_newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_stakers"`` = "\_stakers"; `type`: ``"address[]"`` = "address[]" }] ; `name`: ``"setReputationRootHash"`` = "setReputationRootHash"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nonce"`` = "nonce"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setReputationRootHashFromBridge"`` = "setReputationRootHashFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_slot"`` = "\_slot"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_value"`` = "\_value"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"setStorageSlotRecovery"`` = "setStorageSlotRecovery"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenLockingAddress"`` = "\_tokenLockingAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setTokenLocking"`` = "setTokenLocking"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_ens"`` = "\_ens"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_rootNode"`` = "\_rootNode"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"setupRegistrar"`` = "setupRegistrar"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"stakeForMining"`` = "stakeForMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"startNextCycle"`` = "startNextCycle"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `name`: ``"startTokenAuction"`` = "startTokenAuction"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes4"`` = "bytes4"; `name`: ``"_interfaceID"`` = "\_interfaceID"; `type`: ``"bytes4"`` = "bytes4" }] ; `name`: ``"supportsInterface"`` = "supportsInterface"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"pure"`` = "pure"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"uninstallExtension"`` = "uninstallExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"unstakeForMining"`` = "unstakeForMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"updateColonyOrbitDB"`` = "updateColonyOrbitDB"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"updateUserOrbitDB"`` = "updateUserOrbitDB"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_newVersion"`` = "\_newVersion"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"upgradeExtension"`` = "upgradeExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }] = `_abi` +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"auction"`` = "auction"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"quantity"`` = "quantity"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"AuctionCreated"`` = "AuctionCreated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"bridgeAddress"`` = "bridgeAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"BridgeSet"`` = "BridgeSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"colonyId"`` = "colonyId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colonyAddress"`` = "colonyAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyAdded"`` = "ColonyAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"label"`` = "label"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"ColonyLabelRegistered"`` = "ColonyLabelRegistered"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"resolver"`` = "resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyNetworkInitialised"`` = "ColonyNetworkInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"resolver"`` = "resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"ColonyVersionAdded"`` = "ColonyVersionAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionAddedToNetwork"`` = "ExtensionAddedToNetwork"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"deprecated"`` = "deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"ExtensionDeprecated"`` = "ExtensionDeprecated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionInstalled"`` = "ExtensionInstalled"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"ExtensionUninstalled"`` = "ExtensionUninstalled"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"extensionId"`` = "extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"version"`` = "version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ExtensionUpgraded"`` = "ExtensionUpgraded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"metaColony"`` = "metaColony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"rootSkillId"`` = "rootSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"MetaColonyCreated"`` = "MetaColonyCreated"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"address payable"`` = "address payable"; `name`: ``"relayerAddress"`` = "relayerAddress"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes"`` = "bytes"; `name`: ``"payload"`` = "payload"; `type`: ``"bytes"`` = "bytes" }] ; `name`: ``"MetaTransactionExecuted"`` = "MetaTransactionExecuted"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"miningCycleResolver"`` = "miningCycleResolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"MiningCycleResolverSet"`` = "MiningCycleResolverSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"feeInverse"`` = "feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"NetworkFeeInverseSet"`` = "NetworkFeeInverseSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeEntered"`` = "RecoveryModeEntered"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeExitApproved"`` = "RecoveryModeExitApproved"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }] ; `name`: ``"RecoveryModeExited"`` = "RecoveryModeExited"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"setTo"`` = "setTo"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"RecoveryRoleSet"`` = "RecoveryRoleSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"slot"`` = "slot"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"fromValue"`` = "fromValue"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"toValue"`` = "toValue"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"RecoveryStorageSlotSet"`` = "RecoveryStorageSlotSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"ens"`` = "ens"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"rootNode"`` = "rootNode"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"RegistrarInitialised"`` = "RegistrarInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"miner"`` = "miner"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"tokensLost"`` = "tokensLost"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMinerPenalised"`` = "ReputationMinerPenalised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"hash"`` = "hash"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nLeaves"`` = "nLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMiningCycleComplete"`` = "ReputationMiningCycleComplete"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"inactiveReputationMiningCycle"`` = "inactiveReputationMiningCycle"; `type`: ``"address"`` = "address" }] ; `name`: ``"ReputationMiningInitialised"`` = "ReputationMiningInitialised"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"amount"`` = "amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationMiningRewardSet"`` = "ReputationMiningRewardSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address[]"`` = "address[]"; `name`: ``"stakers"`` = "stakers"; `type`: ``"address[]"`` = "address[]" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"reward"`` = "reward"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationRootHashSet"`` = "ReputationRootHashSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"updateNumber"`` = "updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateAddedFromBridge"`` = "ReputationUpdateAddedFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"count"`` = "count"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateSentToBridge"`` = "ReputationUpdateSentToBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"count"`` = "count"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateStored"`` = "ReputationUpdateStored"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"updateNumber"`` = "updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"ReputationUpdateStoredFromBridge"`` = "ReputationUpdateStoredFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"parentSkillId"`` = "parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillAdded"`` = "SkillAdded"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillAddedFromBridge"`` = "SkillAddedFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillCreationStored"`` = "SkillCreationStored"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"SkillStoredFromBridge"`` = "SkillStoredFromBridge"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenAuthorityAddress"`` = "tokenAuthorityAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenAuthorityDeployed"`` = "TokenAuthorityDeployed"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenAddress"`` = "tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenDeployed"`` = "TokenDeployed"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"tokenLocking"`` = "tokenLocking"; `type`: ``"address"`` = "address" }] ; `name`: ``"TokenLockingAddressSet"`` = "TokenLockingAddressSet"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``false`` = false; `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bool"`` = "bool"; `name`: ``"status"`` = "status"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"TokenWhitelisted"`` = "TokenWhitelisted"; `type`: ``"event"`` = "event" }, { `anonymous`: ``false`` = false; `inputs`: readonly [{ `indexed`: ``true`` = true; `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `indexed`: ``false`` = false; `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"label"`` = "label"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"UserLabelRegistered"`` = "UserLabelRegistered"; `type`: ``"event"`` = "event" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"addColonyVersion"`` = "addColonyVersion"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `name`: ``"addExtensionToNetwork"`` = "addExtensionToNetwork"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"addPendingReputationUpdate"`` = "addPendingReputationUpdate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addPendingSkill"`` = "addPendingSkill"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addReputationUpdateLogFromBridge"`` = "addReputationUpdateLogFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addSkill"`` = "addSkill"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillCount"`` = "\_skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"addSkillFromBridge"`` = "addSkillFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_node"`` = "\_node"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"addr"`` = "addr"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_address"`` = "\_address"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"appendReputationUpdateLog"`` = "appendReputationUpdateLog"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"approveExitRecovery"`` = "approveExitRecovery"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"chainId"`` = "chainId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgeCurrentRootHash"`` = "bridgeCurrentRootHash"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgePendingReputationUpdate"`` = "bridgePendingReputationUpdate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"bridgeSkillIfNotMiningChain"`` = "bridgeSkillIfNotMiningChain"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"burnUnneededRewards"`` = "burnUnneededRewards"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_timeStaked"`` = "\_timeStaked"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_submissonIndex"`` = "\_submissonIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"calculateMinerWeight"`` = "calculateMinerWeight"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_minerWeight"`` = "\_minerWeight"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"pure"`` = "pure"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_slot"`` = "\_slot"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"checkNotAdditionalProtectedVariable"`` = "checkNotAdditionalProtectedVariable"; `outputs`: readonly [] = []; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_recipient"`` = "\_recipient"; `type`: ``"address"`` = "address" }] ; `name`: ``"claimMiningReward"`` = "claimMiningReward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_metadata"`` = "\_metadata"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_useExtensionManager"`` = "\_useExtensionManager"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"createColony"`` = "createColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_name"`` = "\_name"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_symbol"`` = "\_symbol"; `type`: ``"string"`` = "string" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"_decimals"`` = "\_decimals"; `type`: ``"uint8"`` = "uint8" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_metadata"`` = "\_metadata"; `type`: ``"string"`` = "string" }] ; `name`: ``"createColonyForFrontend"`` = "createColonyForFrontend"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"token"`` = "token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAddress"`` = "\_tokenAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"createMetaColony"`` = "createMetaColony"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_allowedToTransfer"`` = "\_allowedToTransfer"; `type`: ``"address[]"`` = "address[]" }] ; `name`: ``"deployTokenAuthority"`` = "deployTokenAuthority"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenAuthority"`` = "\_tokenAuthority"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_name"`` = "\_name"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_symbol"`` = "\_symbol"; `type`: ``"string"`` = "string" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"_decimals"`` = "\_decimals"; `type`: ``"uint8"`` = "uint8" }] ; `name`: ``"deployTokenViaNetwork"`` = "deployTokenViaNetwork"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_deprecated"`` = "\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"deprecateExtension"`` = "deprecateExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_deprecated"`` = "\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"deprecateSkill"`` = "deprecateSkill"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_changed"`` = "\_changed"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"enterRecoveryMode"`` = "enterRecoveryMode"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bytes"`` = "bytes"; `name`: ``"payload"`` = "payload"; `type`: ``"bytes"`` = "bytes" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"sigR"`` = "sigR"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"sigS"`` = "sigS"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint8"`` = "uint8"; `name`: ``"sigV"`` = "sigV"; `type`: ``"uint8"`` = "uint8" }] ; `name`: ``"executeMetaTransaction"`` = "executeMetaTransaction"; `outputs`: readonly [{ `internalType`: ``"bytes"`` = "bytes"; `name`: ``"returnData"`` = "returnData"; `type`: ``"bytes"`` = "bytes" }] ; `stateMutability`: ``"payable"`` = "payable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"exitRecoveryMode"`` = "exitRecoveryMode"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"getBridgedReputationUpdateCount"`` = "getBridgedReputationUpdateCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"bridgedReputationCount"`` = "bridgedReputationCount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getBridgedSkillCounts"`` = "getBridgedSkillCounts"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillCount"`` = "skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_childSkillIndex"`` = "\_childSkillIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getChildSkillId"`` = "getChildSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_childSkillId"`` = "\_childSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getColony"`` = "getColony"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyBridgeAddress"`` = "getColonyBridgeAddress"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"bridge"`` = "bridge"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyCount"`` = "getColonyCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_count"`` = "\_count"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getColonyCreationSalt"`` = "getColonyCreationSalt"; `outputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"salt"`` = "salt"; `type`: ``"bytes32"`` = "bytes32" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getColonyVersionResolver"`` = "getColonyVersionResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolverAddress"`` = "\_resolverAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getCurrentColonyVersion"`` = "getCurrentColonyVersion"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getENSRegistrar"`` = "getENSRegistrar"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_address"`` = "\_address"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"getExtensionInstallation"`` = "getExtensionInstallation"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_installation"`` = "\_installation"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getExtensionResolver"`` = "getExtensionResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getFeeInverse"`` = "getFeeInverse"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_feeInverse"`` = "\_feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMetaColony"`` = "getMetaColony"; `outputs`: readonly [{ `internalType`: ``"address payable"`` = "address payable"; `name`: ``"_colonyAddress"`` = "\_colonyAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"userAddress"`` = "userAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMetatransactionNonce"`` = "getMetatransactionNonce"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nonce"`` = "nonce"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMiningChainId"`` = "getMiningChainId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"reputationMiningChainId"`` = "reputationMiningChainId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegate"`` = "\_delegate"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMiningDelegator"`` = "getMiningDelegator"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegator"`` = "\_delegator"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getMiningResolver"`` = "getMiningResolver"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"miningResolverAddress"`` = "miningResolverAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"getMiningStake"`` = "getMiningStake"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"amount"`` = "amount"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"timestamp"`` = "timestamp"; `type`: ``"uint256"`` = "uint256" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.MiningStake"`` = "struct ColonyNetworkDataTypes.MiningStake"; `name`: ``"_info"`` = "\_info"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillIndex"`` = "\_parentSkillIndex"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getParentSkillId"`` = "getParentSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_parentSkillId"`` = "\_parentSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `name`: ``"getPayoutWhitelist"`` = "getPayoutWhitelist"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_updateNumber"`` = "\_updateNumber"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getPendingReputationUpdate"`` = "getPendingReputationUpdate"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"amount"`` = "amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"timestamp"`` = "timestamp"; `type`: ``"uint256"`` = "uint256" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.PendingReputationUpdate"`` = "struct ColonyNetworkDataTypes.PendingReputationUpdate"; `name`: ``"update"`` = "update"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_chainId"`` = "\_chainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillCount"`` = "\_skillCount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getPendingSkillAddition"`` = "getPendingSkillAddition"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"parentId"`` = "parentId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_node"`` = "\_node"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"getProfileDBAddress"`` = "getProfileDBAddress"; `outputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getReplacementReputationUpdateLogEntry"`` = "getReplacementReputationUpdateLogEntry"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"user"`` = "user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"amount"`` = "amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"skillId"`` = "skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"colony"`` = "colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nUpdates"`` = "nUpdates"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nPreviousUpdates"`` = "nPreviousUpdates"; `type`: ``"uint128"`` = "uint128" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.ReputationLogEntry"`` = "struct ColonyNetworkDataTypes.ReputationLogEntry"; `name`: ``"_reputationLogEntry"`` = "\_reputationLogEntry"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }] ; `name`: ``"getReplacementReputationUpdateLogsExist"`` = "getReplacementReputationUpdateLogsExist"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_exists"`` = "\_exists"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_active"`` = "\_active"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"getReputationMiningCycle"`` = "getReputationMiningCycle"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_repMiningCycleAddress"`` = "\_repMiningCycleAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationMiningCycleReward"`` = "getReputationMiningCycleReward"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationMiningSkillId"`` = "getReputationMiningSkillId"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHash"`` = "getReputationRootHash"; `outputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"rootHash"`` = "rootHash"; `type`: ``"bytes32"`` = "bytes32" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHashNLeaves"`` = "getReputationRootHashNLeaves"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nLeaves"`` = "nLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getReputationRootHashNNodes"`` = "getReputationRootHashNNodes"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nNodes"`` = "nNodes"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"getSkill"`` = "getSkill"; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nParents"`` = "nParents"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"nChildren"`` = "nChildren"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint256[]"`` = "uint256[]"; `name`: ``"parents"`` = "parents"; `type`: ``"uint256[]"`` = "uint256[]" }, { `internalType`: ``"uint256[]"`` = "uint256[]"; `name`: ``"children"`` = "children"; `type`: ``"uint256[]"`` = "uint256[]" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"DEPRECATED_globalSkill"`` = "DEPRECATED\_globalSkill"; `type`: ``"bool"`` = "bool" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"DEPRECATED_deprecated"`` = "DEPRECATED\_deprecated"; `type`: ``"bool"`` = "bool" }] ; `internalType`: ``"struct ColonyNetworkDataTypes.Skill"`` = "struct ColonyNetworkDataTypes.Skill"; `name`: ``"_skill"`` = "\_skill"; `type`: ``"tuple"`` = "tuple" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getSkillCount"`` = "getSkillCount"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_count"`` = "\_count"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"getTokenLocking"`` = "getTokenLocking"; `outputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_lockingAddress"`` = "\_lockingAddress"; `type`: ``"address"`` = "address" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_resolver"`` = "\_resolver"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"initialise"`` = "initialise"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"miningChainId"`` = "miningChainId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"initialiseReputationMining"`` = "initialiseReputationMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"initialiseRootLocalSkill"`` = "initialiseRootLocalSkill"; `outputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_rootLocalSkillId"`` = "\_rootLocalSkillId"; `type`: ``"uint256"`` = "uint256" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_version"`` = "\_version"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"installExtension"`` = "installExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }] ; `name`: ``"isColony"`` = "isColony"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_addressIsColony"`` = "\_addressIsColony"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"isInRecoveryMode"`` = "isInRecoveryMode"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"inRecoveryMode"`` = "inRecoveryMode"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_addr"`` = "\_addr"; `type`: ``"address"`` = "address" }] ; `name`: ``"lookupRegisteredENSDomain"`` = "lookupRegisteredENSDomain"; `outputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_domain"`` = "\_domain"; `type`: ``"string"`` = "string" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes[]"`` = "bytes[]"; `name`: ``"data"`` = "data"; `type`: ``"bytes[]"`` = "bytes[]" }] ; `name`: ``"multicall"`` = "multicall"; `outputs`: readonly [{ `internalType`: ``"bytes[]"`` = "bytes[]"; `name`: ``"results"`` = "results"; `type`: ``"bytes[]"`` = "bytes[]" }] ; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"numRecoveryRoles"`` = "numRecoveryRoles"; `outputs`: readonly [{ `internalType`: ``"uint64"`` = "uint64"; `name`: ``"numRoles"`` = "numRoles"; `type`: ``"uint64"`` = "uint64" }] ; `stateMutability`: ``"view"`` = "view"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_stakers"`` = "\_stakers"; `type`: ``"address[]"`` = "address[]" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"punishStakers"`` = "punishStakers"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_colonyName"`` = "\_colonyName"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"registerColonyLabel"`` = "registerColonyLabel"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_username"`` = "\_username"; `type`: ``"string"`` = "string" }, { `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"registerUserLabel"`` = "registerUserLabel"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"removeRecoveryRole"`` = "removeRecoveryRole"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_recipient"`` = "\_recipient"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"reward"`` = "reward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_bridgeAddress"`` = "\_bridgeAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setColonyBridgeAddress"`` = "setColonyBridgeAddress"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_feeInverse"`` = "\_feeInverse"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setFeeInverse"`` = "setFeeInverse"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_delegate"`` = "\_delegate"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_allowed"`` = "\_allowed"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"setMiningDelegate"`` = "setMiningDelegate"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_miningResolverAddress"`` = "\_miningResolverAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setMiningResolver"`` = "setMiningResolver"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `name`: ``"setPayoutWhitelist"`` = "setPayoutWhitelist"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }] ; `name`: ``"setRecoveryRole"`` = "setRecoveryRole"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_reputationMiningCycle"`` = "\_reputationMiningCycle"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_id"`` = "\_id"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_user"`` = "\_user"; `type`: ``"address"`` = "address" }, { `internalType`: ``"int256"`` = "int256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"int256"`` = "int256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_skillId"`` = "\_skillId"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address"`` = "address"; `name`: ``"_colony"`` = "\_colony"; `type`: ``"address"`` = "address" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"_nUpdates"`` = "\_nUpdates"; `type`: ``"uint128"`` = "uint128" }, { `internalType`: ``"uint128"`` = "uint128"; `name`: ``"_nPreviousUpdates"`` = "\_nPreviousUpdates"; `type`: ``"uint128"`` = "uint128" }] ; `name`: ``"setReplacementReputationUpdateLogEntry"`` = "setReplacementReputationUpdateLogEntry"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setReputationMiningCycleReward"`` = "setReputationMiningCycleReward"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_newHash"`` = "\_newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_newNLeaves"`` = "\_newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"address[]"`` = "address[]"; `name`: ``"_stakers"`` = "\_stakers"; `type`: ``"address[]"`` = "address[]" }] ; `name`: ``"setReputationRootHash"`` = "setReputationRootHash"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"newHash"`` = "newHash"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"newNLeaves"`` = "newNLeaves"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"nonce"`` = "nonce"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"setReputationRootHashFromBridge"`` = "setReputationRootHashFromBridge"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_slot"`` = "\_slot"; `type`: ``"uint256"`` = "uint256" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_value"`` = "\_value"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"setStorageSlotRecovery"`` = "setStorageSlotRecovery"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_tokenLockingAddress"`` = "\_tokenLockingAddress"; `type`: ``"address"`` = "address" }] ; `name`: ``"setTokenLocking"`` = "setTokenLocking"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_ens"`` = "\_ens"; `type`: ``"address"`` = "address" }, { `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_rootNode"`` = "\_rootNode"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"setupRegistrar"`` = "setupRegistrar"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"stakeForMining"`` = "stakeForMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [] = []; `name`: ``"startNextCycle"`` = "startNextCycle"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"address"`` = "address"; `name`: ``"_token"`` = "\_token"; `type`: ``"address"`` = "address" }] ; `name`: ``"startTokenAuction"`` = "startTokenAuction"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes4"`` = "bytes4"; `name`: ``"_interfaceID"`` = "\_interfaceID"; `type`: ``"bytes4"`` = "bytes4" }] ; `name`: ``"supportsInterface"`` = "supportsInterface"; `outputs`: readonly [{ `internalType`: ``"bool"`` = "bool"; `name`: ``"_status"`` = "\_status"; `type`: ``"bool"`` = "bool" }] ; `stateMutability`: ``"pure"`` = "pure"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }] ; `name`: ``"uninstallExtension"`` = "uninstallExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_amount"`` = "\_amount"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"unstakeForMining"`` = "unstakeForMining"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"updateColonyOrbitDB"`` = "updateColonyOrbitDB"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"string"`` = "string"; `name`: ``"_orbitdb"`` = "\_orbitdb"; `type`: ``"string"`` = "string" }] ; `name`: ``"updateUserOrbitDB"`` = "updateUserOrbitDB"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }, { `inputs`: readonly [{ `internalType`: ``"bytes32"`` = "bytes32"; `name`: ``"_extensionId"`` = "\_extensionId"; `type`: ``"bytes32"`` = "bytes32" }, { `internalType`: ``"uint256"`` = "uint256"; `name`: ``"_newVersion"`` = "\_newVersion"; `type`: ``"uint256"`` = "uint256" }] ; `name`: ``"upgradeExtension"`` = "upgradeExtension"; `outputs`: readonly [] = []; `stateMutability`: ``"nonpayable"`` = "nonpayable"; `type`: ``"function"`` = "function" }] = `_abi` ## Methods diff --git a/packages/colony-js/docs/api/classes/ColonyTokenFactory.md b/packages/colony-js/docs/api/classes/ColonyTokenFactory.md index 2ac469b17..a9bad7477 100644 --- a/packages/colony-js/docs/api/classes/ColonyTokenFactory.md +++ b/packages/colony-js/docs/api/classes/ColonyTokenFactory.md @@ -56,13 +56,13 @@ ___ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `inputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``"_name"`` ; `type`: ``"string"`` }, { `internalType`: ``"string"`` ; `name`: ``"_symbol"`` ; `type`: ``"string"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_decimals"`` ; `type`: ``"uint8"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"constructor"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Approval"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Burn"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Mint"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Transfer"`` ; `type`: ``"event"`` }, { `inputs`: readonly [] ; `name`: ``"DOMAIN_SEPARATOR"`` ; `outputs`: readonly [{ `internalType`: ``"bytes32"`` ; `name`: ``""`` ; `type`: ``"bytes32"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"PERMIT_TYPEHASH"`` ; `outputs`: readonly [{ `internalType`: ``"bytes32"`` ; `name`: ``""`` ; `type`: ``"bytes32"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }] ; `name`: ``"allowance"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"approve"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"authority"`` ; `outputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }] ; `name`: ``"balanceOf"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"burn"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"burn"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"decimals"`` ; `outputs`: readonly [{ `internalType`: ``"uint8"`` ; `name`: ``""`` ; `type`: ``"uint8"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"executeMetaTransaction"`` ; `outputs`: readonly [{ `internalType`: ``"bytes"`` ; `name`: ``""`` ; `type`: ``"bytes"`` }] ; `stateMutability`: ``"payable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getMetatransactionNonce"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"locked"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"mint"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"mint"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"name"`` ; `outputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``""`` ; `type`: ``"string"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"nonces"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"owner"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"spender"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"value"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"deadline"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"v"`` ; `type`: ``"uint8"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"r"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"s"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"permit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``"authority_"`` ; `type`: ``"address"`` }] ; `name`: ``"setAuthority"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner_"`` ; `type`: ``"address"`` }] ; `name`: ``"setOwner"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"symbol"`` ; `outputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``""`` ; `type`: ``"string"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"totalSupply"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"transfer"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"transferFrom"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"unlock"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_nonce"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_chainId"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"verify"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `inputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``"_name"`` ; `type`: ``"string"`` }, { `internalType`: ``"string"`` ; `name`: ``"_symbol"`` ; `type`: ``"string"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_decimals"`` ; `type`: ``"uint8"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"constructor"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Approval"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Burn"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"userAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"payload"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Mint"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"Transfer"`` ; `type`: ``"event"`` }, { `inputs`: readonly [] ; `name`: ``"DOMAIN_SEPARATOR"`` ; `outputs`: readonly [{ `internalType`: ``"bytes32"`` ; `name`: ``""`` ; `type`: ``"bytes32"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"PERMIT_TYPEHASH"`` ; `outputs`: readonly [{ `internalType`: ``"bytes32"`` ; `name`: ``""`` ; `type`: ``"bytes32"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }] ; `name`: ``"allowance"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"approve"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"authority"`` ; `outputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }] ; `name`: ``"balanceOf"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"burn"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"burn"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"decimals"`` ; `outputs`: readonly [{ `internalType`: ``"uint8"`` ; `name`: ``""`` ; `type`: ``"uint8"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"executeMetaTransaction"`` ; `outputs`: readonly [{ `internalType`: ``"bytes"`` ; `name`: ``"returnData"`` ; `type`: ``"bytes"`` }] ; `stateMutability`: ``"payable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getMetatransactionNonce"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"locked"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"guy"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"mint"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"mint"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"name"`` ; `outputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``""`` ; `type`: ``"string"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"nonces"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"owner"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"spender"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"value"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"deadline"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"v"`` ; `type`: ``"uint8"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"r"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"s"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"permit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``"authority_"`` ; `type`: ``"address"`` }] ; `name`: ``"setAuthority"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner_"`` ; `type`: ``"address"`` }] ; `name`: ``"setOwner"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"symbol"`` ; `outputs`: readonly [{ `internalType`: ``"string"`` ; `name`: ``""`` ; `type`: ``"string"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"totalSupply"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"transfer"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"src"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"dst"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"wad"`` ; `type`: ``"uint256"`` }] ; `name`: ``"transferFrom"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"unlock"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_nonce"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_chainId"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"verify"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }] ___ ### bytecode -▪ `Static` `Readonly` **bytecode**: ``"0x60c060405234801561001057600080fd5b5060405161205938038061205983398101604081905261002f91610307565b60008060018161003d6101ab565b6001600160a01b031681526020810191909152604001600090812091909155556100656101ab565b600480546001600160a01b0319166001600160a01b039290921691909117905561008d6101ab565b6001600160a01b03167fce241d7ca1f669fee44b6fc00b8eba2df3bb514eed0f6f668f8f89096e81ed9460405160405180910390a260066100ce8482610413565b5060056100db8382610413565b5060ff81166080526007805460ff1916600117905560405146907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f90610123906006906104d1565b60408051918290038220828201825260018352603160f81b6020938401528151928301939093528101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc66060820152608081018290523060a082015260c00160408051601f19818403018152919052805160209091012060a0525061054692505050565b60003633301480156101be575060348110155b1561024757600080368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505082810160131901519091507f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e881146102365733935050505090565b5001516001600160a01b0316919050565b3391505090565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261027557600080fd5b81516001600160401b0381111561028e5761028e61024e565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102bc576102bc61024e565b6040528181528382016020018510156102d457600080fd5b60005b828110156102f3576020818601810151838301820152016102d7565b506000918101602001919091529392505050565b60008060006060848603121561031c57600080fd5b83516001600160401b0381111561033257600080fd5b61033e86828701610264565b602086015190945090506001600160401b0381111561035c57600080fd5b61036886828701610264565b925050604084015160ff8116811461037f57600080fd5b809150509250925092565b600181811c9082168061039e57607f821691505b6020821081036103be57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561040e57806000526020600020601f840160051c810160208510156103eb5750805b601f840160051c820191505b8181101561040b57600081556001016103f7565b50505b505050565b81516001600160401b0381111561042c5761042c61024e565b6104408161043a845461038a565b846103c4565b6020601f821160018114610474576000831561045c5750848201515b600019600385901b1c1916600184901b17845561040b565b600084815260208120601f198516915b828110156104a45787850151825560209485019460019092019101610484565b50848210156104c25786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b60008083546104df8161038a565b6001821680156104f6576001811461050b5761053b565b60ff198316865281151582028601935061053b565b86600052602060002060005b8381101561053357815488820152600190910190602001610517565b505081860193505b509195945050505050565b60805160a051611ae7610572600039600081816102e10152610f890152600061029b0152611ae76000f3fe6080604052600436106101815760003560e01c80637a9e5e4b116100d1578063a69df4b51161008a578063bf7e214f11610064578063bf7e214f146104b1578063cf309012146104d1578063d505accf146104eb578063dd62ed3e1461050b57600080fd5b8063a69df4b51461047c578063a9059cbb14610491578063b3eac1d8146103b957600080fd5b80637a9e5e4b146103995780637ecebe00146103b95780638da5cb5b146103ef57806395d89b41146104275780639dc29fac1461043c578063a0712d681461045c57600080fd5b806330adf81f1161013e57806340c10f191161011857806340c10f191461030357806342966c68146103235780636281133d1461034357806370a082311461036357600080fd5b806330adf81f14610255578063313ce567146102895780633644e515146102cf57600080fd5b806306fdde0314610186578063095ea7b3146101b15780630c53c51c146101e157806313af4035146101f457806318160ddd1461021657806323b872dd14610235575b600080fd5b34801561019257600080fd5b5061019b610551565b6040516101a891906115b2565b60405180910390f35b3480156101bd57600080fd5b506101d16101cc3660046115da565b6105df565b60405190151581526020016101a8565b61019b6101ef3660046116c1565b610672565b34801561020057600080fd5b5061021461020f366004611735565b61085b565b005b34801561022257600080fd5b506000545b6040519081526020016101a8565b34801561024157600080fd5b506101d1610250366004611752565b6108de565b34801561026157600080fd5b506102277f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b34801561029557600080fd5b506102bd7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101a8565b3480156102db57600080fd5b506102277f000000000000000000000000000000000000000000000000000000000000000081565b34801561030f57600080fd5b5061021461031e3660046115da565b610952565b34801561032f57600080fd5b5061021461033e366004611793565b610a41565b34801561034f57600080fd5b506101d161035e3660046117ac565b610a55565b34801561036f57600080fd5b5061022761037e366004611735565b6001600160a01b031660009081526001602052604090205490565b3480156103a557600080fd5b506102146103b4366004611735565b610ba9565b3480156103c557600080fd5b506102276103d4366004611735565b6001600160a01b031660009081526008602052604090205490565b3480156103fb57600080fd5b5060045461040f906001600160a01b031681565b6040516001600160a01b0390911681526020016101a8565b34801561043357600080fd5b5061019b610c1a565b34801561044857600080fd5b506102146104573660046115da565b610c27565b34801561046857600080fd5b50610214610477366004611793565b610e1e565b34801561048857600080fd5b50610214610e56565b34801561049d57600080fd5b506101d16104ac3660046115da565b610e89565b3480156104bd57600080fd5b5060035461040f906001600160a01b031681565b3480156104dd57600080fd5b506007546101d19060ff1681565b3480156104f757600080fd5b50610214610506366004611833565b610ea4565b34801561051757600080fd5b506102276105263660046118a2565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6006805461055e906118db565b80601f016020809104026020016040519081016040528092919081815260200182805461058a906118db565b80156105d75780601f106105ac576101008083540402835291602001916105d7565b820191906000526020600020905b8154815290600101906020018083116105ba57829003601f168201915b505050505081565b600081600260006105ee611193565b6001600160a01b0390811682526020808301939093526040918201600090812091881680825291909352912091909155610626611193565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161066091815260200190565b60405180910390a35060015b92915050565b60606106a186610697886001600160a01b031660009081526008602052604090205490565b4688888888610a55565b6107045760405162461bcd60e51b815260206004820152602960248201527f6d6574617472616e73616374696f6e2d7369676e65722d7369676e617475726560448201526805adad2e6dac2e8c6d60bb1b60648201526084015b60405180910390fd5b61070d86611236565b600080306001600160a01b0316877f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e88a60405160200161074f93929190611915565b60408051601f19818403018152908290526107699161194e565b6000604051808303816000865af19150503d80600081146107a6576040519150601f19603f3d011682016040523d82523d6000602084013e6107ab565b606091505b50915091508161080e5760405162461bcd60e51b815260206004820152602860248201527f636f6c6f6e792d6d65746174782d66756e6374696f6e2d63616c6c2d756e737560448201526718d8d95cdcd99d5b60c21b60648201526084016106fb565b7f5845892132946850460bff5a0083f71031bc5bf9aadcd40f1de79423eac9b10b88610838611193565b896040516108489392919061196a565b60405180910390a1979650505050505050565b610878610866611193565b6000356001600160e01b031916611262565b6108945760405162461bcd60e51b81526004016106fb9061199f565b600480546001600160a01b0319166001600160a01b0383169081179091556040517fce241d7ca1f669fee44b6fc00b8eba2df3bb514eed0f6f668f8f89096e81ed9490600090a250565b60075460009060ff161561093f576108f7610866611193565b61093f5760405162461bcd60e51b815260206004820152601960248201527818dbdb1bdb9e4b5d1bdad95b8b5d5b985d5d1a1bdc9a5cd959603a1b60448201526064016106fb565b61094a84848461133d565b949350505050565b61095d610866611193565b6109795760405162461bcd60e51b81526004016106fb9061199f565b6001600160a01b038216600090815260016020526040812080548392906109a19084906119e3565b92505081905550806000808282546109b991906119e3565b90915550506040518181526001600160a01b038316907f0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d41213968859060200160405180910390a26040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b610a52610a4c611193565b82610c27565b50565b600080610ad288308989604051602001610a7294939291906119f6565b60408051601f1981840301815282825280516020918201207f19457468657265756d205369676e6564204d6573736167653a0a33320000000084830152603c8085019190915282518085039091018152605c909301909152815191012090565b6040805160008082526020820180845284905260ff87169282019290925260608101889052608081018790529192509060019060a0016020604051602081039080840390855afa158015610b2a573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610b8d5760405162461bcd60e51b815260206004820152601f60248201527f636f6c6f6e792d6d65746174782d696e76616c69642d7369676e61747572650060448201526064016106fb565b6001600160a01b038a8116911614915050979650505050505050565b610bb4610866611193565b610bd05760405162461bcd60e51b81526004016106fb9061199f565b600380546001600160a01b0319166001600160a01b0383169081179091556040517f1abebea81bfa2637f28358c371278fb15ede7ea8dd28d2e03b112ff6d936ada490600090a250565b6005805461055e906118db565b610c2f611193565b6001600160a01b0316826001600160a01b031614610d2f576001600160a01b03821660009081526002602052604081208291610c69611193565b6001600160a01b03166001600160a01b03168152602001908152602001600020541015610cd85760405162461bcd60e51b815260206004820152601e60248201527f64732d746f6b656e2d696e73756666696369656e742d617070726f76616c000060448201526064016106fb565b6001600160a01b03821660009081526002602052604081208291610cfa611193565b6001600160a01b03166001600160a01b031681526020019081526020016000206000828254610d299190611a3c565b90915550505b6001600160a01b038216600090815260016020526040902054811115610d975760405162461bcd60e51b815260206004820152601d60248201527f64732d746f6b656e2d696e73756666696369656e742d62616c616e636500000060448201526064016106fb565b6001600160a01b03821660009081526001602052604081208054839290610dbf908490611a3c565b9250508190555080600080828254610dd79190611a3c565b90915550506040518181526001600160a01b038316907fcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca59060200160405180910390a25050565b610e29610866611193565b610e455760405162461bcd60e51b81526004016106fb9061199f565b610a52610e50611193565b82610952565b610e61610866611193565b610e7d5760405162461bcd60e51b81526004016106fb9061199f565b6007805460ff19169055565b6000610e9d610e96611193565b84846108de565b9392505050565b60075460ff1615610f0257610eba610866611193565b610f025760405162461bcd60e51b815260206004820152601960248201527818dbdb1bdb9e4b5d1bdad95b8b5d5b985d5d1a1bdc9a5cd959603a1b60448201526064016106fb565b42841015610f525760405162461bcd60e51b815260206004820152601d60248201527f636f6c6f6e792d746f6b656e2d657870697265642d646561646c696e6500000060448201526064016106fb565b6040805180820182526002815261190160f01b6020808301919091526001600160a01b038a166000908152600890915291822080547f0000000000000000000000000000000000000000000000000000000000000000917f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9918c918c918c9188610fdb83611a4f565b909155506040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810188905260e0016040516020818303038152906040528051906020012060405160200161103f93929190611a68565b60408051601f198184030181528282528051602091820120600080855291840180845281905260ff88169284019290925260608301869052608083018590529092509060019060a0016020604051602081039080840390855afa1580156110aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116158015906110e05750886001600160a01b0316816001600160a01b0316145b61112c5760405162461bcd60e51b815260206004820152601e60248201527f636f6c6f6e792d746f6b656e2d696e76616c69642d7369676e6174757265000060448201526064016106fb565b6001600160a01b038981166000818152600260209081526040808320948d16808452948252918290208b905590518a81527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050505050505050565b60003633301480156111a6575060348110155b1561122f57600080368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505082810160131901519091507f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e8811461121e5733935050505090565b5001516001600160a01b0316919050565b3391505090565b6001600160a01b038116600090815260086020526040812080549161125a83611a4f565b919050555050565b6000306001600160a01b0384160361127c5750600161066c565b6004546001600160a01b039081169084160361129a5750600161066c565b6003546001600160a01b03166112b25750600061066c565b60035460405163b700961360e01b81526001600160a01b0385811660048301523060248301526001600160e01b0319851660448301529091169063b700961390606401602060405180830381865afa158015611312573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113369190611a8f565b905061066c565b6000611347611193565b6001600160a01b0316846001600160a01b031614611447576001600160a01b03841660009081526002602052604081208391611381611193565b6001600160a01b03166001600160a01b031681526020019081526020016000205410156113f05760405162461bcd60e51b815260206004820152601e60248201527f64732d746f6b656e2d696e73756666696369656e742d617070726f76616c000060448201526064016106fb565b6001600160a01b03841660009081526002602052604081208391611412611193565b6001600160a01b03166001600160a01b0316815260200190815260200160002060008282546114419190611a3c565b90915550505b6001600160a01b0384166000908152600160205260409020548211156114af5760405162461bcd60e51b815260206004820152601d60248201527f64732d746f6b656e2d696e73756666696369656e742d62616c616e636500000060448201526064016106fb565b6001600160a01b038416600090815260016020526040812080548492906114d7908490611a3c565b90915550506001600160a01b038316600090815260016020526040812080548492906115049084906119e3565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161155091815260200190565b60405180910390a35060019392505050565b60005b8381101561157d578181015183820152602001611565565b50506000910152565b6000815180845261159e816020860160208601611562565b601f01601f19169290920160200192915050565b602081526000610e9d6020830184611586565b6001600160a01b0381168114610a5257600080fd5b600080604083850312156115ed57600080fd5b82356115f8816115c5565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261162d57600080fd5b813567ffffffffffffffff81111561164757611647611606565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561167657611676611606565b60405281815283820160200185101561168e57600080fd5b816020850160208301376000918101602001919091529392505050565b803560ff811681146116bc57600080fd5b919050565b600080600080600060a086880312156116d957600080fd5b85356116e4816115c5565b9450602086013567ffffffffffffffff81111561170057600080fd5b61170c8882890161161c565b9450506040860135925060608601359150611729608087016116ab565b90509295509295909350565b60006020828403121561174757600080fd5b8135610e9d816115c5565b60008060006060848603121561176757600080fd5b8335611772816115c5565b92506020840135611782816115c5565b929592945050506040919091013590565b6000602082840312156117a557600080fd5b5035919050565b600080600080600080600060e0888a0312156117c757600080fd5b87356117d2816115c5565b96506020880135955060408801359450606088013567ffffffffffffffff8111156117fc57600080fd5b6118088a828b0161161c565b9450506080880135925060a0880135915061182560c089016116ab565b905092959891949750929550565b600080600080600080600060e0888a03121561184e57600080fd5b8735611859816115c5565b96506020880135611869816115c5565b95506040880135945060608801359350611885608089016116ab565b9699959850939692959460a0840135945060c09093013592915050565b600080604083850312156118b557600080fd5b82356118c0816115c5565b915060208301356118d0816115c5565b809150509250929050565b600181811c908216806118ef57607f821691505b60208210810361190f57634e487b7160e01b600052602260045260246000fd5b50919050565b60008451611927818460208901611562565b919091019283525060601b6bffffffffffffffffffffffff19166020820152603401919050565b60008251611960818460208701611562565b9190910192915050565b6001600160a01b0384811682528316602082015260606040820181905260009061199690830184611586565b95945050505050565b602080825260149082015273191ccb585d5d1a0b5d5b985d5d1a1bdc9a5e995960621b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b8082018082111561066c5761066c6119cd565b8481526bffffffffffffffffffffffff198460601b16602082015282603482015260008251611a2c816054850160208701611562565b9190910160540195945050505050565b8181038181111561066c5761066c6119cd565b600060018201611a6157611a616119cd565b5060010190565b60008451611a7a818460208901611562565b91909101928352506020820152604001919050565b600060208284031215611aa157600080fd5b81518015158114610e9d57600080fdfea264697066735822122021149fb1eb3a6fee54e30e02c3ea4bf39cdbab7d0ed050eae5e133de8304ae3864736f6c634300081b0033"`` +▪ `Static` `Readonly` **bytecode**: ``"0x60c060405234801561001057600080fd5b5060405161205738038061205783398101604081905261002f91610307565b60008060018161003d6101ab565b6001600160a01b031681526020810191909152604001600090812091909155556100656101ab565b600480546001600160a01b0319166001600160a01b039290921691909117905561008d6101ab565b6001600160a01b03167fce241d7ca1f669fee44b6fc00b8eba2df3bb514eed0f6f668f8f89096e81ed9460405160405180910390a260066100ce8482610413565b5060056100db8382610413565b5060ff81166080526007805460ff1916600117905560405146907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f90610123906006906104d1565b60408051918290038220828201825260018352603160f81b6020938401528151928301939093528101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc66060820152608081018290523060a082015260c00160408051601f19818403018152919052805160209091012060a0525061054692505050565b60003633301480156101be575060348110155b1561024757600080368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505082810160131901519091507f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e881146102365733935050505090565b5001516001600160a01b0316919050565b3391505090565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261027557600080fd5b81516001600160401b0381111561028e5761028e61024e565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102bc576102bc61024e565b6040528181528382016020018510156102d457600080fd5b60005b828110156102f3576020818601810151838301820152016102d7565b506000918101602001919091529392505050565b60008060006060848603121561031c57600080fd5b83516001600160401b0381111561033257600080fd5b61033e86828701610264565b602086015190945090506001600160401b0381111561035c57600080fd5b61036886828701610264565b925050604084015160ff8116811461037f57600080fd5b809150509250925092565b600181811c9082168061039e57607f821691505b6020821081036103be57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561040e57806000526020600020601f840160051c810160208510156103eb5750805b601f840160051c820191505b8181101561040b57600081556001016103f7565b50505b505050565b81516001600160401b0381111561042c5761042c61024e565b6104408161043a845461038a565b846103c4565b6020601f821160018114610474576000831561045c5750848201515b600019600385901b1c1916600184901b17845561040b565b600084815260208120601f198516915b828110156104a45787850151825560209485019460019092019101610484565b50848210156104c25786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b60008083546104df8161038a565b6001821680156104f6576001811461050b5761053b565b60ff198316865281151582028601935061053b565b86600052602060002060005b8381101561053357815488820152600190910190602001610517565b505081860193505b509195945050505050565b60805160a051611ae5610572600039600081816102e10152610f870152600061029b0152611ae56000f3fe6080604052600436106101815760003560e01c80637a9e5e4b116100d1578063a69df4b51161008a578063bf7e214f11610064578063bf7e214f146104b1578063cf309012146104d1578063d505accf146104eb578063dd62ed3e1461050b57600080fd5b8063a69df4b51461047c578063a9059cbb14610491578063b3eac1d8146103b957600080fd5b80637a9e5e4b146103995780637ecebe00146103b95780638da5cb5b146103ef57806395d89b41146104275780639dc29fac1461043c578063a0712d681461045c57600080fd5b806330adf81f1161013e57806340c10f191161011857806340c10f191461030357806342966c68146103235780636281133d1461034357806370a082311461036357600080fd5b806330adf81f14610255578063313ce567146102895780633644e515146102cf57600080fd5b806306fdde0314610186578063095ea7b3146101b15780630c53c51c146101e157806313af4035146101f457806318160ddd1461021657806323b872dd14610235575b600080fd5b34801561019257600080fd5b5061019b610551565b6040516101a891906115b0565b60405180910390f35b3480156101bd57600080fd5b506101d16101cc3660046115d8565b6105df565b60405190151581526020016101a8565b61019b6101ef3660046116bf565b610672565b34801561020057600080fd5b5061021461020f366004611733565b610859565b005b34801561022257600080fd5b506000545b6040519081526020016101a8565b34801561024157600080fd5b506101d1610250366004611750565b6108dc565b34801561026157600080fd5b506102277f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b34801561029557600080fd5b506102bd7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101a8565b3480156102db57600080fd5b506102277f000000000000000000000000000000000000000000000000000000000000000081565b34801561030f57600080fd5b5061021461031e3660046115d8565b610950565b34801561032f57600080fd5b5061021461033e366004611791565b610a3f565b34801561034f57600080fd5b506101d161035e3660046117aa565b610a53565b34801561036f57600080fd5b5061022761037e366004611733565b6001600160a01b031660009081526001602052604090205490565b3480156103a557600080fd5b506102146103b4366004611733565b610ba7565b3480156103c557600080fd5b506102276103d4366004611733565b6001600160a01b031660009081526008602052604090205490565b3480156103fb57600080fd5b5060045461040f906001600160a01b031681565b6040516001600160a01b0390911681526020016101a8565b34801561043357600080fd5b5061019b610c18565b34801561044857600080fd5b506102146104573660046115d8565b610c25565b34801561046857600080fd5b50610214610477366004611791565b610e1c565b34801561048857600080fd5b50610214610e54565b34801561049d57600080fd5b506101d16104ac3660046115d8565b610e87565b3480156104bd57600080fd5b5060035461040f906001600160a01b031681565b3480156104dd57600080fd5b506007546101d19060ff1681565b3480156104f757600080fd5b50610214610506366004611831565b610ea2565b34801561051757600080fd5b506102276105263660046118a0565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6006805461055e906118d9565b80601f016020809104026020016040519081016040528092919081815260200182805461058a906118d9565b80156105d75780601f106105ac576101008083540402835291602001916105d7565b820191906000526020600020905b8154815290600101906020018083116105ba57829003601f168201915b505050505081565b600081600260006105ee611191565b6001600160a01b0390811682526020808301939093526040918201600090812091881680825291909352912091909155610626611191565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161066091815260200190565b60405180910390a35060015b92915050565b60606106a186610697886001600160a01b031660009081526008602052604090205490565b4688888888610a53565b6107045760405162461bcd60e51b815260206004820152602960248201527f6d6574617472616e73616374696f6e2d7369676e65722d7369676e617475726560448201526805adad2e6dac2e8c6d60bb1b60648201526084015b60405180910390fd5b61070d86611234565b6000306001600160a01b0316867f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e88960405160200161074e93929190611913565b60408051601f19818403018152908290526107689161194c565b6000604051808303816000865af19150503d80600081146107a5576040519150601f19603f3d011682016040523d82523d6000602084013e6107aa565b606091505b50925090508061080d5760405162461bcd60e51b815260206004820152602860248201527f636f6c6f6e792d6d65746174782d66756e6374696f6e2d63616c6c2d756e737560448201526718d8d95cdcd99d5b60c21b60648201526084016106fb565b7f5845892132946850460bff5a0083f71031bc5bf9aadcd40f1de79423eac9b10b87610837611191565b8860405161084793929190611968565b60405180910390a15095945050505050565b610876610864611191565b6000356001600160e01b031916611260565b6108925760405162461bcd60e51b81526004016106fb9061199d565b600480546001600160a01b0319166001600160a01b0383169081179091556040517fce241d7ca1f669fee44b6fc00b8eba2df3bb514eed0f6f668f8f89096e81ed9490600090a250565b60075460009060ff161561093d576108f5610864611191565b61093d5760405162461bcd60e51b815260206004820152601960248201527818dbdb1bdb9e4b5d1bdad95b8b5d5b985d5d1a1bdc9a5cd959603a1b60448201526064016106fb565b61094884848461133b565b949350505050565b61095b610864611191565b6109775760405162461bcd60e51b81526004016106fb9061199d565b6001600160a01b0382166000908152600160205260408120805483929061099f9084906119e1565b92505081905550806000808282546109b791906119e1565b90915550506040518181526001600160a01b038316907f0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d41213968859060200160405180910390a26040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b610a50610a4a611191565b82610c25565b50565b600080610ad088308989604051602001610a7094939291906119f4565b60408051601f1981840301815282825280516020918201207f19457468657265756d205369676e6564204d6573736167653a0a33320000000084830152603c8085019190915282518085039091018152605c909301909152815191012090565b6040805160008082526020820180845284905260ff87169282019290925260608101889052608081018790529192509060019060a0016020604051602081039080840390855afa158015610b28573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610b8b5760405162461bcd60e51b815260206004820152601f60248201527f636f6c6f6e792d6d65746174782d696e76616c69642d7369676e61747572650060448201526064016106fb565b6001600160a01b038a8116911614915050979650505050505050565b610bb2610864611191565b610bce5760405162461bcd60e51b81526004016106fb9061199d565b600380546001600160a01b0319166001600160a01b0383169081179091556040517f1abebea81bfa2637f28358c371278fb15ede7ea8dd28d2e03b112ff6d936ada490600090a250565b6005805461055e906118d9565b610c2d611191565b6001600160a01b0316826001600160a01b031614610d2d576001600160a01b03821660009081526002602052604081208291610c67611191565b6001600160a01b03166001600160a01b03168152602001908152602001600020541015610cd65760405162461bcd60e51b815260206004820152601e60248201527f64732d746f6b656e2d696e73756666696369656e742d617070726f76616c000060448201526064016106fb565b6001600160a01b03821660009081526002602052604081208291610cf8611191565b6001600160a01b03166001600160a01b031681526020019081526020016000206000828254610d279190611a3a565b90915550505b6001600160a01b038216600090815260016020526040902054811115610d955760405162461bcd60e51b815260206004820152601d60248201527f64732d746f6b656e2d696e73756666696369656e742d62616c616e636500000060448201526064016106fb565b6001600160a01b03821660009081526001602052604081208054839290610dbd908490611a3a565b9250508190555080600080828254610dd59190611a3a565b90915550506040518181526001600160a01b038316907fcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca59060200160405180910390a25050565b610e27610864611191565b610e435760405162461bcd60e51b81526004016106fb9061199d565b610a50610e4e611191565b82610950565b610e5f610864611191565b610e7b5760405162461bcd60e51b81526004016106fb9061199d565b6007805460ff19169055565b6000610e9b610e94611191565b84846108dc565b9392505050565b60075460ff1615610f0057610eb8610864611191565b610f005760405162461bcd60e51b815260206004820152601960248201527818dbdb1bdb9e4b5d1bdad95b8b5d5b985d5d1a1bdc9a5cd959603a1b60448201526064016106fb565b42841015610f505760405162461bcd60e51b815260206004820152601d60248201527f636f6c6f6e792d746f6b656e2d657870697265642d646561646c696e6500000060448201526064016106fb565b6040805180820182526002815261190160f01b6020808301919091526001600160a01b038a166000908152600890915291822080547f0000000000000000000000000000000000000000000000000000000000000000917f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9918c918c918c9188610fd983611a4d565b909155506040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810188905260e0016040516020818303038152906040528051906020012060405160200161103d93929190611a66565b60408051601f198184030181528282528051602091820120600080855291840180845281905260ff88169284019290925260608301869052608083018590529092509060019060a0016020604051602081039080840390855afa1580156110a8573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116158015906110de5750886001600160a01b0316816001600160a01b0316145b61112a5760405162461bcd60e51b815260206004820152601e60248201527f636f6c6f6e792d746f6b656e2d696e76616c69642d7369676e6174757265000060448201526064016106fb565b6001600160a01b038981166000818152600260209081526040808320948d16808452948252918290208b905590518a81527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050505050505050565b60003633301480156111a4575060348110155b1561122d57600080368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505082810160131901519091507f02bcc191e283bfba76a1369ec8ba06566f33010645097c104c312753e04935e8811461121c5733935050505090565b5001516001600160a01b0316919050565b3391505090565b6001600160a01b038116600090815260086020526040812080549161125883611a4d565b919050555050565b6000306001600160a01b0384160361127a5750600161066c565b6004546001600160a01b03908116908416036112985750600161066c565b6003546001600160a01b03166112b05750600061066c565b60035460405163b700961360e01b81526001600160a01b0385811660048301523060248301526001600160e01b0319851660448301529091169063b700961390606401602060405180830381865afa158015611310573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113349190611a8d565b905061066c565b6000611345611191565b6001600160a01b0316846001600160a01b031614611445576001600160a01b0384166000908152600260205260408120839161137f611191565b6001600160a01b03166001600160a01b031681526020019081526020016000205410156113ee5760405162461bcd60e51b815260206004820152601e60248201527f64732d746f6b656e2d696e73756666696369656e742d617070726f76616c000060448201526064016106fb565b6001600160a01b03841660009081526002602052604081208391611410611191565b6001600160a01b03166001600160a01b03168152602001908152602001600020600082825461143f9190611a3a565b90915550505b6001600160a01b0384166000908152600160205260409020548211156114ad5760405162461bcd60e51b815260206004820152601d60248201527f64732d746f6b656e2d696e73756666696369656e742d62616c616e636500000060448201526064016106fb565b6001600160a01b038416600090815260016020526040812080548492906114d5908490611a3a565b90915550506001600160a01b038316600090815260016020526040812080548492906115029084906119e1565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161154e91815260200190565b60405180910390a35060019392505050565b60005b8381101561157b578181015183820152602001611563565b50506000910152565b6000815180845261159c816020860160208601611560565b601f01601f19169290920160200192915050565b602081526000610e9b6020830184611584565b6001600160a01b0381168114610a5057600080fd5b600080604083850312156115eb57600080fd5b82356115f6816115c3565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261162b57600080fd5b813567ffffffffffffffff81111561164557611645611604565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561167457611674611604565b60405281815283820160200185101561168c57600080fd5b816020850160208301376000918101602001919091529392505050565b803560ff811681146116ba57600080fd5b919050565b600080600080600060a086880312156116d757600080fd5b85356116e2816115c3565b9450602086013567ffffffffffffffff8111156116fe57600080fd5b61170a8882890161161a565b9450506040860135925060608601359150611727608087016116a9565b90509295509295909350565b60006020828403121561174557600080fd5b8135610e9b816115c3565b60008060006060848603121561176557600080fd5b8335611770816115c3565b92506020840135611780816115c3565b929592945050506040919091013590565b6000602082840312156117a357600080fd5b5035919050565b600080600080600080600060e0888a0312156117c557600080fd5b87356117d0816115c3565b96506020880135955060408801359450606088013567ffffffffffffffff8111156117fa57600080fd5b6118068a828b0161161a565b9450506080880135925060a0880135915061182360c089016116a9565b905092959891949750929550565b600080600080600080600060e0888a03121561184c57600080fd5b8735611857816115c3565b96506020880135611867816115c3565b95506040880135945060608801359350611883608089016116a9565b9699959850939692959460a0840135945060c09093013592915050565b600080604083850312156118b357600080fd5b82356118be816115c3565b915060208301356118ce816115c3565b809150509250929050565b600181811c908216806118ed57607f821691505b60208210810361190d57634e487b7160e01b600052602260045260246000fd5b50919050565b60008451611925818460208901611560565b919091019283525060601b6bffffffffffffffffffffffff19166020820152603401919050565b6000825161195e818460208701611560565b9190910192915050565b6001600160a01b0384811682528316602082015260606040820181905260009061199490830184611584565b95945050505050565b602080825260149082015273191ccb585d5d1a0b5d5b985d5d1a1bdc9a5e995960621b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b8082018082111561066c5761066c6119cb565b8481526bffffffffffffffffffffffff198460601b16602082015282603482015260008251611a2a816054850160208701611560565b9190910160540195945050505050565b8181038181111561066c5761066c6119cb565b600060018201611a5f57611a5f6119cb565b5060010190565b60008451611a78818460208901611560565b91909101928352506020820152604001919050565b600060208284031215611a9f57600080fd5b81518015158114610e9b57600080fdfea264697066735822122090928a66070125904780390eb49d45fe12c136aec641b1db69316e0ffefc6da764736f6c634300081b0033"`` ## Methods diff --git a/packages/colony-js/docs/api/classes/factories.TokenLocking__factory.md b/packages/colony-js/docs/api/classes/factories.TokenLocking__factory.md index e3f257407..912d9e591 100644 --- a/packages/colony-js/docs/api/classes/factories.TokenLocking__factory.md +++ b/packages/colony-js/docs/api/classes/factories.TokenLocking__factory.md @@ -12,7 +12,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyNetworkSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"by"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"from"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"to"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StakeTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"lockedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"lockCount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokenLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"approvedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenApproved"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"obligatedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenDeobligated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenDeposited"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"obligatedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenObligated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenWithdrawn"`` ; `type`: ``"event"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"approveStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"authority"`` ; `outputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"deobligateStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"deposit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"deposit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"depositFor"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"executeMetaTransaction"`` ; `outputs`: readonly [{ `internalType`: ``"bytes"`` ; `name`: ``""`` ; `type`: ``"bytes"`` }] ; `stateMutability`: ``"payable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_obligator"`` ; `type`: ``"address"`` }] ; `name`: ``"getApproval"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"getColonyNetwork"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getMetatransactionNonce"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_obligator"`` ; `type`: ``"address"`` }] ; `name`: ``"getObligation"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"getTotalLockCount"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"getTotalObligation"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getUserLock"`` ; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"lockCount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"balance"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"DEPRECATED_timestamp"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"pendingBalance"`` ; `type`: ``"uint256"`` }] ; `internalType`: ``"struct TokenLockingDataTypes.Lock"`` ; `name`: ``"lock"`` ; `type`: ``"tuple"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"incrementLockCounterTo"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"lockToken"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"obligateStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"owner"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"reward"`` ; `outputs`: readonly [] ; `stateMutability`: ``"pure"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``"authority_"`` ; `type`: ``"address"`` }] ; `name`: ``"setAuthority"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_colonyNetwork"`` ; `type`: ``"address"`` }] ; `name`: ``"setColonyNetwork"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner_"`` ; `type`: ``"address"`` }] ; `name`: ``"setOwner"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"transfer"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"transferStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"unlockTokenForUser"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_nonce"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_chainId"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"verify"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"withdraw"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"withdraw"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyNetworkSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"userAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"payload"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"by"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"from"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"to"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StakeTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"lockedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"lockCount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokenLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"approvedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenApproved"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"obligatedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenDeobligated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenDeposited"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"obligatedBy"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenObligated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"UserTokenWithdrawn"`` ; `type`: ``"event"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"approveStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"authority"`` ; `outputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"deobligateStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"deposit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"deposit"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"depositFor"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"executeMetaTransaction"`` ; `outputs`: readonly [{ `internalType`: ``"bytes"`` ; `name`: ``"returnData"`` ; `type`: ``"bytes"`` }] ; `stateMutability`: ``"payable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_obligator"`` ; `type`: ``"address"`` }] ; `name`: ``"getApproval"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"getColonyNetwork"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getMetatransactionNonce"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"nonce"`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_obligator"`` ; `type`: ``"address"`` }] ; `name`: ``"getObligation"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"getTotalLockCount"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"getTotalObligation"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }] ; `name`: ``"getUserLock"`` ; `outputs`: readonly [{ `components`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``"lockCount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"balance"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"DEPRECATED_timestamp"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"pendingBalance"`` ; `type`: ``"uint256"`` }] ; `internalType`: ``"struct TokenLockingDataTypes.Lock"`` ; `name`: ``"lock"`` ; `type`: ``"tuple"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"incrementLockCounterTo"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"lockToken"`` ; `outputs`: readonly [{ `internalType`: ``"uint256"`` ; `name`: ``""`` ; `type`: ``"uint256"`` }] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }] ; `name`: ``"obligateStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [] ; `name`: ``"owner"`` ; `outputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``""`` ; `type`: ``"address"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"reward"`` ; `outputs`: readonly [] ; `stateMutability`: ``"pure"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"contract DSAuthority"`` ; `name`: ``"authority_"`` ; `type`: ``"address"`` }] ; `name`: ``"setAuthority"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_colonyNetwork"`` ; `type`: ``"address"`` }] ; `name`: ``"setColonyNetwork"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"owner_"`` ; `type`: ``"address"`` }] ; `name`: ``"setOwner"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"transfer"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"transferStake"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_lockId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"unlockTokenForUser"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_user"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_nonce"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_chainId"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bytes"`` ; `name`: ``"_payload"`` ; `type`: ``"bytes"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigR"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"bytes32"`` ; `name`: ``"_sigS"`` ; `type`: ``"bytes32"`` }, { `internalType`: ``"uint8"`` ; `name`: ``"_sigV"`` ; `type`: ``"uint8"`` }] ; `name`: ``"verify"`` ; `outputs`: readonly [{ `internalType`: ``"bool"`` ; `name`: ``""`` ; `type`: ``"bool"`` }] ; `stateMutability`: ``"view"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }, { `internalType`: ``"bool"`` ; `name`: ``"_force"`` ; `type`: ``"bool"`` }] ; `name`: ``"withdraw"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }, { `inputs`: readonly [{ `internalType`: ``"address"`` ; `name`: ``"_token"`` ; `type`: ``"address"`` }, { `internalType`: ``"uint256"`` ; `name`: ``"_amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"withdraw"`` ; `outputs`: readonly [] ; `stateMutability`: ``"nonpayable"`` ; `type`: ``"function"`` }] ## Methods diff --git a/packages/colony-js/docs/api/interfaces/ColonyToken.md b/packages/colony-js/docs/api/interfaces/ColonyToken.md index fe0e01a85..8b70d8142 100644 --- a/packages/colony-js/docs/api/interfaces/ColonyToken.md +++ b/packages/colony-js/docs/api/interfaces/ColonyToken.md @@ -210,8 +210,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `Mint` | (`guy?`: ``null`` \| `string`, `wad?`: ``null``) => `MintEventFilter` | | `Mint(address,uint256)` | (`guy?`: ``null`` \| `string`, `wad?`: ``null``) => `MintEventFilter` | | `Transfer` | (`src?`: ``null`` \| `string`, `dst?`: ``null`` \| `string`, `wad?`: ``null``) => `TransferEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/ColonyTokenClient.md b/packages/colony-js/docs/api/interfaces/ColonyTokenClient.md index 033f2969c..9d78c34e3 100644 --- a/packages/colony-js/docs/api/interfaces/ColonyTokenClient.md +++ b/packages/colony-js/docs/api/interfaces/ColonyTokenClient.md @@ -216,8 +216,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `Mint` | (`guy?`: ``null`` \| `string`, `wad?`: ``null``) => `MintEventFilter` | | `Mint(address,uint256)` | (`guy?`: ``null`` \| `string`, `wad?`: ``null``) => `MintEventFilter` | | `Transfer` | (`src?`: ``null`` \| `string`, `dst?`: ``null`` \| `string`, `wad?`: ``null``) => `TransferEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/MultisigPermissionsClientV2.md b/packages/colony-js/docs/api/interfaces/MultisigPermissionsClientV2.md index 9708bfd12..c54c5e822 100644 --- a/packages/colony-js/docs/api/interfaces/MultisigPermissionsClientV2.md +++ b/packages/colony-js/docs/api/interfaces/MultisigPermissionsClientV2.md @@ -207,8 +207,8 @@ ___ | `ApprovalChanged(address,uint256,uint8,bool)` | (`agent?`: ``null``, `motionId?`: ``null``, `role?`: ``null``, `approval?`: ``null``) => `ApprovalChangedEventFilter` | | `ArbitraryReputationUpdate` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => `ArbitraryReputationUpdateEventFilter` | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => `ArbitraryReputationUpdateEventFilter` | -| `ArbitraryTransaction` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | -| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | +| `ArbitraryTransaction` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | +| `ArbitraryTransaction(address,address,bytes,bool)` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | | `ColonyBootstrapped` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => `ColonyBootstrappedEventFilter` | | `ColonyBootstrapped(address,address[],int256[])` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => `ColonyBootstrappedEventFilter` | | `ColonyFundsClaimed` | (`agent?`: ``null``, `token?`: ``null``, `fee?`: ``null``, `payoutRemainder?`: ``null``) => `ColonyFundsClaimedEventFilter` | @@ -275,8 +275,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `MotionCancelled` | (`agent?`: ``null``, `motionId?`: ``null``) => `MotionCancelledEventFilter` | | `MotionCancelled(address,uint256)` | (`agent?`: ``null``, `motionId?`: ``null``) => `MotionCancelledEventFilter` | | `MotionCreated` | (`agent?`: ``null``, `motionId?`: ``null``) => `MotionCreatedEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/OneTxPaymentClientV9.md b/packages/colony-js/docs/api/interfaces/OneTxPaymentClientV9.md index 7e4fa687a..6a6d3bf00 100644 --- a/packages/colony-js/docs/api/interfaces/OneTxPaymentClientV9.md +++ b/packages/colony-js/docs/api/interfaces/OneTxPaymentClientV9.md @@ -175,8 +175,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `OneTxPaymentMade` | (`agent?`: ``null``, `fundamentalId?`: ``null``, `nPayouts?`: ``null``) => `OneTxPaymentMadeEventFilter` | | `OneTxPaymentMade(address,uint256,uint256)` | (`agent?`: ``null``, `fundamentalId?`: ``null``, `nPayouts?`: ``null``) => `OneTxPaymentMadeEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/StagedExpenditureClientV4.md b/packages/colony-js/docs/api/interfaces/StagedExpenditureClientV4.md index 8c6868413..50764a690 100644 --- a/packages/colony-js/docs/api/interfaces/StagedExpenditureClientV4.md +++ b/packages/colony-js/docs/api/interfaces/StagedExpenditureClientV4.md @@ -175,8 +175,8 @@ ___ | `Annotation(address,bytes32,string)` | (`agent?`: ``null`` \| `string`, `txHash?`: ``null`` \| `BytesLike`, `metadata?`: ``null``) => `AnnotationEventFilter` | | `ArbitraryReputationUpdate` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => `ArbitraryReputationUpdateEventFilter` | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => `ArbitraryReputationUpdateEventFilter` | -| `ArbitraryTransaction` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | -| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | +| `ArbitraryTransaction` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | +| `ArbitraryTransaction(address,address,bytes,bool)` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => `ArbitraryTransactionEventFilter` | | `ColonyBootstrapped` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => `ColonyBootstrappedEventFilter` | | `ColonyBootstrapped(address,address[],int256[])` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => `ColonyBootstrappedEventFilter` | | `ColonyFundsClaimed` | (`agent?`: ``null``, `token?`: ``null``, `fee?`: ``null``, `payoutRemainder?`: ``null``) => `ColonyFundsClaimedEventFilter` | @@ -241,8 +241,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `PaymentAdded` | (`agent?`: ``null``, `paymentId?`: ``null``) => `PaymentAddedEventFilter` | | `PaymentAdded(address,uint256)` | (`agent?`: ``null``, `paymentId?`: ``null``) => `PaymentAddedEventFilter` | | `PaymentFinalized` | (`agent?`: ``null``, `paymentId?`: ``null`` \| `BigNumberish`) => `PaymentFinalizedEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/StakedExpenditureClientV7.md b/packages/colony-js/docs/api/interfaces/StakedExpenditureClientV7.md index ce09772de..848611ea1 100644 --- a/packages/colony-js/docs/api/interfaces/StakedExpenditureClientV7.md +++ b/packages/colony-js/docs/api/interfaces/StakedExpenditureClientV7.md @@ -193,8 +193,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `StakeFractionSet` | (`agent?`: ``null``, `stakeFraction?`: ``null``) => `StakeFractionSetEventFilter` | | `StakeFractionSet(address,uint256)` | (`agent?`: ``null``, `stakeFraction?`: ``null``) => `StakeFractionSetEventFilter` | | `StakeReclaimed` | (`expenditureId?`: ``null``) => `StakeReclaimedEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/StreamingPaymentsClientV6.md b/packages/colony-js/docs/api/interfaces/StreamingPaymentsClientV6.md index 8f9fecc9d..12e7dd2c7 100644 --- a/packages/colony-js/docs/api/interfaces/StreamingPaymentsClientV6.md +++ b/packages/colony-js/docs/api/interfaces/StreamingPaymentsClientV6.md @@ -199,8 +199,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `PaymentTokenUpdated` | (`agent?`: ``null``, `streamingPaymentId?`: ``null`` \| `BigNumberish`, `amount?`: ``null``, `interval?`: ``null``) => `PaymentTokenUpdatedEventFilter` | | `PaymentTokenUpdated(address,uint256,uint256,uint256)` | (`agent?`: ``null``, `streamingPaymentId?`: ``null`` \| `BigNumberish`, `amount?`: ``null``, `interval?`: ``null``) => `PaymentTokenUpdatedEventFilter` | | `StartTimeSet` | (`agent?`: ``null``, `streamingPaymentId?`: ``null`` \| `BigNumberish`, `startTime?`: ``null``) => `StartTimeSetEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/TokenLocking.md b/packages/colony-js/docs/api/interfaces/TokenLocking.md index da6dbfd30..c6e2c994b 100644 --- a/packages/colony-js/docs/api/interfaces/TokenLocking.md +++ b/packages/colony-js/docs/api/interfaces/TokenLocking.md @@ -216,8 +216,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `StakeTransferred` | (`token?`: ``null``, `by?`: ``null``, `from?`: ``null``, `to?`: ``null``, `amount?`: ``null``) => `StakeTransferredEventFilter` | | `StakeTransferred(address,address,address,address,uint256)` | (`token?`: ``null``, `by?`: ``null``, `from?`: ``null``, `to?`: ``null``, `amount?`: ``null``) => `StakeTransferredEventFilter` | | `TokenLocked` | (`token?`: ``null`` \| `string`, `lockedBy?`: ``null`` \| `string`, `lockCount?`: ``null``) => `TokenLockedEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/TokenLockingClient.md b/packages/colony-js/docs/api/interfaces/TokenLockingClient.md index 8b0e8c743..7f9884c1f 100644 --- a/packages/colony-js/docs/api/interfaces/TokenLockingClient.md +++ b/packages/colony-js/docs/api/interfaces/TokenLockingClient.md @@ -220,8 +220,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `StakeTransferred` | (`token?`: ``null``, `by?`: ``null``, `from?`: ``null``, `to?`: ``null``, `amount?`: ``null``) => `StakeTransferredEventFilter` | | `StakeTransferred(address,address,address,address,uint256)` | (`token?`: ``null``, `by?`: ``null``, `from?`: ``null``, `to?`: ``null``, `amount?`: ``null``) => `StakeTransferredEventFilter` | | `TokenLocked` | (`token?`: ``null`` \| `string`, `lockedBy?`: ``null`` \| `string`, `lockCount?`: ``null``) => `TokenLockedEventFilter` | diff --git a/packages/colony-js/docs/api/interfaces/TokenSupplierClientV9.md b/packages/colony-js/docs/api/interfaces/TokenSupplierClientV9.md index e03b239b8..28ca85391 100644 --- a/packages/colony-js/docs/api/interfaces/TokenSupplierClientV9.md +++ b/packages/colony-js/docs/api/interfaces/TokenSupplierClientV9.md @@ -242,8 +242,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => `LogSetAuthorityEventFilter` | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => `LogSetOwnerEventFilter` | -| `MetaTransactionExecuted` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | -| `MetaTransactionExecuted(address,address,bytes)` | (`user?`: ``null``, `relayerAddress?`: ``null``, `functionSignature?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => `MetaTransactionExecutedEventFilter` | | `TokenIssuanceRateSet` | (`tokenIssuanceRate?`: ``null``) => `TokenIssuanceRateSetEventFilter` | | `TokenIssuanceRateSet(uint256)` | (`tokenIssuanceRate?`: ``null``) => `TokenIssuanceRateSetEventFilter` | | `TokenSupplyCeilingSet` | (`tokenSupplyCeiling?`: ``null``) => `TokenSupplyCeilingSetEventFilter` | diff --git a/packages/sdk/docs/api/classes/Colony.md b/packages/sdk/docs/api/classes/Colony.md index a43546081..eea9db6b4 100644 --- a/packages/sdk/docs/api/classes/Colony.md +++ b/packages/sdk/docs/api/classes/Colony.md @@ -804,7 +804,7 @@ ___ ### makeArbitraryTransaction -▸ **makeArbitraryTransaction**(`target`, `action`): [`ColonyTxCreator`](ColonyTxCreator.md)<[`SupportedColonyContract`](../README.md#supportedcolonycontract), ``"makeArbitraryTransactions"``, { `data?`: `string` ; `success?`: `boolean` ; `target?`: `string` }, [`MetadataType`](../enums/MetadataType.md)\> +▸ **makeArbitraryTransaction**(`target`, `action`): [`ColonyTxCreator`](ColonyTxCreator.md)<[`SupportedColonyContract`](../README.md#supportedcolonycontract), ``"makeArbitraryTransactions"``, { `agent?`: `string` ; `data?`: `string` ; `success?`: `boolean` ; `target?`: `string` }, [`MetadataType`](../enums/MetadataType.md)\> Execute an arbitrary transaction in the name of the Colony @@ -847,7 +847,7 @@ const encodedAction = ERC721Interface.encodeFunctionData( #### Returns -[`ColonyTxCreator`](ColonyTxCreator.md)<[`SupportedColonyContract`](../README.md#supportedcolonycontract), ``"makeArbitraryTransactions"``, { `data?`: `string` ; `success?`: `boolean` ; `target?`: `string` }, [`MetadataType`](../enums/MetadataType.md)\> +[`ColonyTxCreator`](ColonyTxCreator.md)<[`SupportedColonyContract`](../README.md#supportedcolonycontract), ``"makeArbitraryTransactions"``, { `agent?`: `string` ; `data?`: `string` ; `success?`: `boolean` ; `target?`: `string` }, [`MetadataType`](../enums/MetadataType.md)\> A transaction creator diff --git a/packages/sdk/docs/api/classes/ColonyExtensionEvents__factory.md b/packages/sdk/docs/api/classes/ColonyExtensionEvents__factory.md index 0d7548c6d..e5ddb012e 100644 --- a/packages/sdk/docs/api/classes/ColonyExtensionEvents__factory.md +++ b/packages/sdk/docs/api/classes/ColonyExtensionEvents__factory.md @@ -10,7 +10,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"userAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"payload"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }] ## Methods diff --git a/packages/sdk/docs/api/classes/IColonyEvents__factory.md b/packages/sdk/docs/api/classes/IColonyEvents__factory.md index 8c255d322..17f05d37f 100644 --- a/packages/sdk/docs/api/classes/IColonyEvents__factory.md +++ b/packages/sdk/docs/api/classes/IColonyEvents__factory.md @@ -10,7 +10,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDomainSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"RecoveryRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeEntered"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeExitApproved"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeExited"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"fromValue"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"toValue"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"RecoveryStorageSlotSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"userAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"payload"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyFundingRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyAdministrationRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyArchitectureRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRootRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDomainSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"RecoveryRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeEntered"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeExitApproved"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"RecoveryModeExited"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"fromValue"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"toValue"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"RecoveryStorageSlotSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"userAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"payload"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyFundingRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyAdministrationRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyArchitectureRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRootRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }] ## Methods diff --git a/packages/sdk/docs/api/classes/MultisigPermissionsEvents__factory.md b/packages/sdk/docs/api/classes/MultisigPermissionsEvents__factory.md index 2ee8f0033..4646a6276 100644 --- a/packages/sdk/docs/api/classes/MultisigPermissionsEvents__factory.md +++ b/packages/sdk/docs/api/classes/MultisigPermissionsEvents__factory.md @@ -10,7 +10,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"approval"`` ; `type`: ``"bool"`` }] ; `name`: ``"ApprovalChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"threshold"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainSkillThresholdSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalThreshold"`` ; `type`: ``"uint256"`` }] ; `name`: ``"GlobalThresholdSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"MotionCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"MotionCreated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"MotionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"roleId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"MultisigRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"approval"`` ; `type`: ``"bool"`` }] ; `name`: ``"RejectionChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"approval"`` ; `type`: ``"bool"`` }] ; `name`: ``"ApprovalChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"threshold"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainSkillThresholdSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalThreshold"`` ; `type`: ``"uint256"`` }] ; `name`: ``"GlobalThresholdSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"MotionCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"MotionCreated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"MotionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"roleId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"MultisigRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"motionId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"approval"`` ; `type`: ``"bool"`` }] ; `name`: ``"RejectionChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }] ## Methods diff --git a/packages/sdk/docs/api/classes/StagedExpenditureEvents__factory.md b/packages/sdk/docs/api/classes/StagedExpenditureEvents__factory.md index 458165796..7ced882d6 100644 --- a/packages/sdk/docs/api/classes/StagedExpenditureEvents__factory.md +++ b/packages/sdk/docs/api/classes/StagedExpenditureEvents__factory.md @@ -10,7 +10,7 @@ ### abi -▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"staged"`` ; `type`: ``"bool"`` }] ; `name`: ``"ExpenditureMadeStaged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StagedPaymentReleased"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"staged"`` ; `type`: ``"bool"`` }] ; `name`: ``"ExpenditureMadeStaged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StagedPaymentReleased"`` ; `type`: ``"event"`` }] +▪ `Static` `Readonly` **abi**: readonly [{ `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"bytes32"`` ; `name`: ``"txHash"`` ; `type`: ``"bytes32"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"Annotation"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"amount"`` ; `type`: ``"int256"`` }] ; `name`: ``"ArbitraryReputationUpdate"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"users"`` ; `type`: ``"address[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256[]"`` ; `name`: ``"amounts"`` ; `type`: ``"int256[]"`` }] ; `name`: ``"ColonyBootstrapped"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"payoutRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyFundsClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fromPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"toPot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyFundsMovedBetweenFundingPots"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"colonyNetwork"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }] ; `name`: ``"ColonyInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ColonyMetadataDelta"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardInverse"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyRewardInverseSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint8"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"setTo"`` ; `type`: ``"bool"`` }] ; `name`: ``"ColonyRoleSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"oldVersion"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"newVersion"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ColonyUpgraded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"DomainAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"DomainDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"domainId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"DomainMetadata"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureCancelled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"claimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"globalClaimDelay"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureGlobalClaimDelaySet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureLocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"staged"`` ; `type`: ``"bool"`` }] ; `name`: ``"ExpenditureMadeStaged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"string"`` ; `name`: ``"metadata"`` ; `type`: ``"string"`` }] ; `name`: ``"ExpenditureMetadataSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"int256"`` ; `name`: ``"payoutModifier"`` ; `type`: ``"int256"`` }] ; `name`: ``"ExpenditurePayoutModifierSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditurePayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"ExpenditureSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"storageSlot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool[]"`` ; `name`: ``"mask"`` ; `type`: ``"bool[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32[]"`` ; `name`: ``"keys"`` ; `type`: ``"bytes32[]"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"value"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"ExpenditureStateChanged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"ExpenditureTransferred"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [] ; `name`: ``"ExtensionInitialised"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"FundingPotAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"LocalSkillAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"localSkillId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"deprecated"`` ; `type`: ``"bool"`` }] ; `name`: ``"LocalSkillDeprecated"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"authority"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetAuthority"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"owner"`` ; `type`: ``"address"`` }] ; `name`: ``"LogSetOwner"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address payable"`` ; `name`: ``"relayerAddress"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"functionSignature"`` ; `type`: ``"bytes"`` }] ; `name`: ``"MetaTransactionExecuted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"recipient"`` ; `type`: ``"address"`` }] ; `name`: ``"PaymentRecipientSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"paymentId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PaymentSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"fundingPotId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"id"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"tokenPayout"`` ; `type`: ``"uint256"`` }] ; `name`: ``"PayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"fee"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardRemainder"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutClaimed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleEnded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"rewardPayoutId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"RewardPayoutCycleStarted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StagedPaymentReleased"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskAdded"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"specificationHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskBriefSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCanceled"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address[]"`` ; `name`: ``"reviewerAddresses"`` ; `type`: ``"address[]"`` }] ; `name`: ``"TaskChangedViaSignatures"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskCompleted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes32"`` ; `name`: ``"deliverableHash"`` ; `type`: ``"bytes32"`` }] ; `name`: ``"TaskDeliverableSubmitted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"dueDate"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskDueDateSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskFinalized"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskPayoutSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``true`` ; `internalType`: ``"address"`` ; `name`: ``"user"`` ; `type`: ``"address"`` }] ; `name`: ``"TaskRoleUserSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"skillId"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TaskSkillSet"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"taskId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"enum ColonyDataTypes.TaskRole"`` ; `name`: ``"role"`` ; `type`: ``"uint8"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint8"`` ; `name`: ``"rating"`` ; `type`: ``"uint8"`` }] ; `name`: ``"TaskWorkRatingRevealed"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }] ; `name`: ``"TokenUnlocked"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"token"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensBurned"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"who"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"amount"`` ; `type`: ``"uint256"`` }] ; `name`: ``"TokensMinted"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"staged"`` ; `type`: ``"bool"`` }] ; `name`: ``"ExpenditureMadeStaged"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``true`` ; `internalType`: ``"uint256"`` ; `name`: ``"expenditureId"`` ; `type`: ``"uint256"`` }, { `indexed`: ``false`` ; `internalType`: ``"uint256"`` ; `name`: ``"slot"`` ; `type`: ``"uint256"`` }] ; `name`: ``"StagedPaymentReleased"`` ; `type`: ``"event"`` }, { `anonymous`: ``false`` ; `inputs`: readonly [{ `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"agent"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"address"`` ; `name`: ``"target"`` ; `type`: ``"address"`` }, { `indexed`: ``false`` ; `internalType`: ``"bytes"`` ; `name`: ``"data"`` ; `type`: ``"bytes"`` }, { `indexed`: ``false`` ; `internalType`: ``"bool"`` ; `name`: ``"success"`` ; `type`: ``"bool"`` }] ; `name`: ``"ArbitraryTransaction"`` ; `type`: ``"event"`` }] ## Methods diff --git a/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransactionEventObject.md b/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransactionEventObject.md deleted file mode 100644 index 50b109374..000000000 --- a/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransactionEventObject.md +++ /dev/null @@ -1,21 +0,0 @@ -# Interface: ArbitraryTransactionEventObject - -[ColonyEvents](../modules/ColonyEvents.md).ArbitraryTransactionEventObject - -## Properties - -### data - -• **data**: `string` - -___ - -### success - -• **success**: `boolean` - -___ - -### target - -• **target**: `string` diff --git a/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md b/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md new file mode 100644 index 000000000..01e2736ab --- /dev/null +++ b/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md @@ -0,0 +1,27 @@ +# Interface: ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject + +[ColonyEvents](../modules/ColonyEvents.md).ArbitraryTransaction_address_address_bytes_bool_EventObject + +## Properties + +### agent + +• **agent**: `string` + +___ + +### data + +• **data**: `string` + +___ + +### success + +• **success**: `boolean` + +___ + +### target + +• **target**: `string` diff --git a/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md b/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md new file mode 100644 index 000000000..6c036f1e3 --- /dev/null +++ b/packages/sdk/docs/api/interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md @@ -0,0 +1,21 @@ +# Interface: ArbitraryTransaction\_address\_bytes\_bool\_EventObject + +[ColonyEvents](../modules/ColonyEvents.md).ArbitraryTransaction_address_bytes_bool_EventObject + +## Properties + +### data + +• **data**: `string` + +___ + +### success + +• **success**: `boolean` + +___ + +### target + +• **target**: `string` diff --git a/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEvents.md b/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEvents.md index e308158e0..0f60d00ce 100644 --- a/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEvents.md +++ b/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEvents.md @@ -100,8 +100,8 @@ ___ | `Annotation(address,bytes32,string)` | (`agent?`: ``null`` \| `string`, `txHash?`: ``null`` \| `BytesLike`, `metadata?`: ``null``) => [`AnnotationEventFilter`](../modules/ColonyEvents.md#annotationeventfilter) | | `ArbitraryReputationUpdate` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/ColonyEvents.md#arbitraryreputationupdateeventfilter) | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/ColonyEvents.md#arbitraryreputationupdateeventfilter) | -| `ArbitraryTransaction` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/ColonyEvents.md#arbitrarytransactioneventfilter) | -| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/ColonyEvents.md#arbitrarytransactioneventfilter) | +| `ArbitraryTransaction(address,address,bytes,bool)` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_address_bytes_bool_EventFilter`](../modules/ColonyEvents.md#arbitrarytransaction_address_address_bytes_bool_eventfilter) | +| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_bytes_bool_EventFilter`](../modules/ColonyEvents.md#arbitrarytransaction_address_bytes_bool_eventfilter) | | `ColonyAdministrationRoleSet` | (`user?`: ``null``, `setTo?`: ``null``) => [`ColonyAdministrationRoleSetEventFilter`](../modules/ColonyEvents.md#colonyadministrationroleseteventfilter) | | `ColonyAdministrationRoleSet(address,bool)` | (`user?`: ``null``, `setTo?`: ``null``) => [`ColonyAdministrationRoleSetEventFilter`](../modules/ColonyEvents.md#colonyadministrationroleseteventfilter) | | `ColonyArchitectureRoleSet` | (`user?`: ``null``, `setTo?`: ``null``) => [`ColonyArchitectureRoleSetEventFilter`](../modules/ColonyEvents.md#colonyarchitectureroleseteventfilter) | diff --git a/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEventsInterface.md b/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEventsInterface.md index 156c852d1..a8b510ceb 100644 --- a/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEventsInterface.md +++ b/packages/sdk/docs/api/interfaces/ColonyEvents.IColonyEventsInterface.md @@ -64,6 +64,7 @@ ___ | :------ | :------ | | `Annotation(address,bytes32,string)` | `EventFragment` | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | `EventFragment` | +| `ArbitraryTransaction(address,address,bytes,bool)` | `EventFragment` | | `ArbitraryTransaction(address,bytes,bool)` | `EventFragment` | | `ColonyAdministrationRoleSet(address,bool)` | `EventFragment` | | `ColonyArchitectureRoleSet(address,bool)` | `EventFragment` | @@ -2596,7 +2597,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | #### Returns @@ -2612,7 +2613,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,address,bytes,bool)"`` | #### Returns diff --git a/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEvents.md b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEvents.md index 795f94091..937420d45 100644 --- a/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEvents.md +++ b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEvents.md @@ -102,6 +102,8 @@ ___ | `LogSetAuthority(address)` | (`authority?`: ``null`` \| `string`) => [`LogSetAuthorityEventFilter`](../modules/ColonyExtensionEvents.md#logsetauthorityeventfilter) | | `LogSetOwner` | (`owner?`: ``null`` \| `string`) => [`LogSetOwnerEventFilter`](../modules/ColonyExtensionEvents.md#logsetownereventfilter) | | `LogSetOwner(address)` | (`owner?`: ``null`` \| `string`) => [`LogSetOwnerEventFilter`](../modules/ColonyExtensionEvents.md#logsetownereventfilter) | +| `MetaTransactionExecuted` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => [`MetaTransactionExecutedEventFilter`](../modules/ColonyExtensionEvents.md#metatransactionexecutedeventfilter) | +| `MetaTransactionExecuted(address,address,bytes)` | (`userAddress?`: ``null``, `relayerAddress?`: ``null``, `payload?`: ``null``) => [`MetaTransactionExecutedEventFilter`](../modules/ColonyExtensionEvents.md#metatransactionexecutedeventfilter) | #### Overrides diff --git a/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEventsInterface.md b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEventsInterface.md index 1fa5b841b..359605ee3 100644 --- a/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEventsInterface.md +++ b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.ColonyExtensionEventsInterface.md @@ -65,6 +65,7 @@ ___ | `ExtensionInitialised()` | `EventFragment` | | `LogSetAuthority(address)` | `EventFragment` | | `LogSetOwner(address)` | `EventFragment` | +| `MetaTransactionExecuted(address,address,bytes)` | `EventFragment` | #### Overrides @@ -501,6 +502,38 @@ utils.Interface.getEvent utils.Interface.getEvent +▸ **getEvent**(`nameOrSignatureOrTopic`): `EventFragment` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `nameOrSignatureOrTopic` | ``"MetaTransactionExecuted"`` | + +#### Returns + +`EventFragment` + +#### Overrides + +utils.Interface.getEvent + +▸ **getEvent**(`nameOrSignatureOrTopic`): `EventFragment` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `nameOrSignatureOrTopic` | ``"MetaTransactionExecuted(address,address,bytes)"`` | + +#### Returns + +`EventFragment` + +#### Overrides + +utils.Interface.getEvent + ___ ### getEventTopic diff --git a/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md new file mode 100644 index 000000000..7a91cb40f --- /dev/null +++ b/packages/sdk/docs/api/interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md @@ -0,0 +1,21 @@ +# Interface: MetaTransactionExecutedEventObject + +[ColonyExtensionEvents](../modules/ColonyExtensionEvents.md).MetaTransactionExecutedEventObject + +## Properties + +### payload + +• **payload**: `string` + +___ + +### relayerAddress + +• **relayerAddress**: `string` + +___ + +### userAddress + +• **userAddress**: `string` diff --git a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md new file mode 100644 index 000000000..5dbd7c765 --- /dev/null +++ b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md @@ -0,0 +1,27 @@ +# Interface: ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject + +[MultisigPermissionsEvents](../modules/MultisigPermissionsEvents.md).ArbitraryTransaction_address_address_bytes_bool_EventObject + +## Properties + +### agent + +• **agent**: `string` + +___ + +### data + +• **data**: `string` + +___ + +### success + +• **success**: `boolean` + +___ + +### target + +• **target**: `string` diff --git a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransactionEventObject.md b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md similarity index 61% rename from packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransactionEventObject.md rename to packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md index 475ef7b0f..da66610fb 100644 --- a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransactionEventObject.md +++ b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md @@ -1,6 +1,6 @@ -# Interface: ArbitraryTransactionEventObject +# Interface: ArbitraryTransaction\_address\_bytes\_bool\_EventObject -[MultisigPermissionsEvents](../modules/MultisigPermissionsEvents.md).ArbitraryTransactionEventObject +[MultisigPermissionsEvents](../modules/MultisigPermissionsEvents.md).ArbitraryTransaction_address_bytes_bool_EventObject ## Properties diff --git a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEvents.md b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEvents.md index 4ceb798f1..2f4db2ab6 100644 --- a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEvents.md +++ b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEvents.md @@ -102,8 +102,8 @@ ___ | `ApprovalChanged(address,uint256,uint8,bool)` | (`agent?`: ``null``, `motionId?`: ``null``, `role?`: ``null``, `approval?`: ``null``) => [`ApprovalChangedEventFilter`](../modules/MultisigPermissionsEvents.md#approvalchangedeventfilter) | | `ArbitraryReputationUpdate` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/MultisigPermissionsEvents.md#arbitraryreputationupdateeventfilter) | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/MultisigPermissionsEvents.md#arbitraryreputationupdateeventfilter) | -| `ArbitraryTransaction` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/MultisigPermissionsEvents.md#arbitrarytransactioneventfilter) | -| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/MultisigPermissionsEvents.md#arbitrarytransactioneventfilter) | +| `ArbitraryTransaction(address,address,bytes,bool)` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_address_bytes_bool_EventFilter`](../modules/MultisigPermissionsEvents.md#arbitrarytransaction_address_address_bytes_bool_eventfilter) | +| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_bytes_bool_EventFilter`](../modules/MultisigPermissionsEvents.md#arbitrarytransaction_address_bytes_bool_eventfilter) | | `ColonyBootstrapped` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => [`ColonyBootstrappedEventFilter`](../modules/MultisigPermissionsEvents.md#colonybootstrappedeventfilter) | | `ColonyBootstrapped(address,address[],int256[])` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => [`ColonyBootstrappedEventFilter`](../modules/MultisigPermissionsEvents.md#colonybootstrappedeventfilter) | | `ColonyFundsClaimed` | (`agent?`: ``null``, `token?`: ``null``, `fee?`: ``null``, `payoutRemainder?`: ``null``) => [`ColonyFundsClaimedEventFilter`](../modules/MultisigPermissionsEvents.md#colonyfundsclaimedeventfilter) | diff --git a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEventsInterface.md b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEventsInterface.md index 13ca08df7..8092192f7 100644 --- a/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEventsInterface.md +++ b/packages/sdk/docs/api/interfaces/MultisigPermissionsEvents.MultisigPermissionsEventsInterface.md @@ -65,6 +65,7 @@ ___ | `Annotation(address,bytes32,string)` | `EventFragment` | | `ApprovalChanged(address,uint256,uint8,bool)` | `EventFragment` | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | `EventFragment` | +| `ArbitraryTransaction(address,address,bytes,bool)` | `EventFragment` | | `ArbitraryTransaction(address,bytes,bool)` | `EventFragment` | | `ColonyBootstrapped(address,address[],int256[])` | `EventFragment` | | `ColonyFundsClaimed(address,address,uint256,uint256)` | `EventFragment` | @@ -572,7 +573,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | #### Returns @@ -588,7 +589,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,address,bytes,bool)"`` | #### Returns diff --git a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md new file mode 100644 index 000000000..972249c15 --- /dev/null +++ b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md @@ -0,0 +1,27 @@ +# Interface: ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject + +[StagedExpenditureEvents](../modules/StagedExpenditureEvents.md).ArbitraryTransaction_address_address_bytes_bool_EventObject + +## Properties + +### agent + +• **agent**: `string` + +___ + +### data + +• **data**: `string` + +___ + +### success + +• **success**: `boolean` + +___ + +### target + +• **target**: `string` diff --git a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransactionEventObject.md b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md similarity index 62% rename from packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransactionEventObject.md rename to packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md index b0be44f99..a36fa2aaa 100644 --- a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransactionEventObject.md +++ b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md @@ -1,6 +1,6 @@ -# Interface: ArbitraryTransactionEventObject +# Interface: ArbitraryTransaction\_address\_bytes\_bool\_EventObject -[StagedExpenditureEvents](../modules/StagedExpenditureEvents.md).ArbitraryTransactionEventObject +[StagedExpenditureEvents](../modules/StagedExpenditureEvents.md).ArbitraryTransaction_address_bytes_bool_EventObject ## Properties diff --git a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEvents.md b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEvents.md index 79da2f3dc..ada64d8ce 100644 --- a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEvents.md +++ b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEvents.md @@ -100,8 +100,8 @@ ___ | `Annotation(address,bytes32,string)` | (`agent?`: ``null`` \| `string`, `txHash?`: ``null`` \| `BytesLike`, `metadata?`: ``null``) => [`AnnotationEventFilter`](../modules/StagedExpenditureEvents.md#annotationeventfilter) | | `ArbitraryReputationUpdate` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/StagedExpenditureEvents.md#arbitraryreputationupdateeventfilter) | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | (`agent?`: ``null``, `user?`: ``null``, `skillId?`: ``null``, `amount?`: ``null``) => [`ArbitraryReputationUpdateEventFilter`](../modules/StagedExpenditureEvents.md#arbitraryreputationupdateeventfilter) | -| `ArbitraryTransaction` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/StagedExpenditureEvents.md#arbitrarytransactioneventfilter) | -| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransactionEventFilter`](../modules/StagedExpenditureEvents.md#arbitrarytransactioneventfilter) | +| `ArbitraryTransaction(address,address,bytes,bool)` | (`agent?`: ``null``, `target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_address_bytes_bool_EventFilter`](../modules/StagedExpenditureEvents.md#arbitrarytransaction_address_address_bytes_bool_eventfilter) | +| `ArbitraryTransaction(address,bytes,bool)` | (`target?`: ``null``, `data?`: ``null``, `success?`: ``null``) => [`ArbitraryTransaction_address_bytes_bool_EventFilter`](../modules/StagedExpenditureEvents.md#arbitrarytransaction_address_bytes_bool_eventfilter) | | `ColonyBootstrapped` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => [`ColonyBootstrappedEventFilter`](../modules/StagedExpenditureEvents.md#colonybootstrappedeventfilter) | | `ColonyBootstrapped(address,address[],int256[])` | (`agent?`: ``null``, `users?`: ``null``, `amounts?`: ``null``) => [`ColonyBootstrappedEventFilter`](../modules/StagedExpenditureEvents.md#colonybootstrappedeventfilter) | | `ColonyFundsClaimed` | (`agent?`: ``null``, `token?`: ``null``, `fee?`: ``null``, `payoutRemainder?`: ``null``) => [`ColonyFundsClaimedEventFilter`](../modules/StagedExpenditureEvents.md#colonyfundsclaimedeventfilter) | diff --git a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEventsInterface.md b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEventsInterface.md index d1d6cf7ca..0153aab42 100644 --- a/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEventsInterface.md +++ b/packages/sdk/docs/api/interfaces/StagedExpenditureEvents.StagedExpenditureEventsInterface.md @@ -64,6 +64,7 @@ ___ | :------ | :------ | | `Annotation(address,bytes32,string)` | `EventFragment` | | `ArbitraryReputationUpdate(address,address,uint256,int256)` | `EventFragment` | +| `ArbitraryTransaction(address,address,bytes,bool)` | `EventFragment` | | `ArbitraryTransaction(address,bytes,bool)` | `EventFragment` | | `ColonyBootstrapped(address,address[],int256[])` | `EventFragment` | | `ColonyFundsClaimed(address,address,uint256,uint256)` | `EventFragment` | @@ -536,7 +537,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | #### Returns @@ -552,7 +553,7 @@ utils.Interface.getEvent | Name | Type | | :------ | :------ | -| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,bytes,bool)"`` | +| `nameOrSignatureOrTopic` | ``"ArbitraryTransaction(address,address,bytes,bool)"`` | #### Returns diff --git a/packages/sdk/docs/api/modules/ColonyEvents.md b/packages/sdk/docs/api/modules/ColonyEvents.md index 2572be2a5..e96f7d74d 100644 --- a/packages/sdk/docs/api/modules/ColonyEvents.md +++ b/packages/sdk/docs/api/modules/ColonyEvents.md @@ -4,7 +4,8 @@ - [AnnotationEventObject](../interfaces/ColonyEvents.AnnotationEventObject.md) - [ArbitraryReputationUpdateEventObject](../interfaces/ColonyEvents.ArbitraryReputationUpdateEventObject.md) -- [ArbitraryTransactionEventObject](../interfaces/ColonyEvents.ArbitraryTransactionEventObject.md) +- [ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject](../interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md) +- [ArbitraryTransaction\_address\_bytes\_bool\_EventObject](../interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md) - [ColonyAdministrationRoleSetEventObject](../interfaces/ColonyEvents.ColonyAdministrationRoleSetEventObject.md) - [ColonyArchitectureRoleSetEventObject](../interfaces/ColonyEvents.ColonyArchitectureRoleSetEventObject.md) - [ColonyBootstrapped\_address\_address\_array\_int256\_array\_EventObject](../interfaces/ColonyEvents.ColonyBootstrapped_address_address_array_int256_array_EventObject.md) @@ -123,15 +124,27 @@ ___ ___ -### ArbitraryTransactionEvent +### ArbitraryTransaction\_address\_address\_bytes\_bool\_Event -Ƭ **ArbitraryTransactionEvent**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransactionEventObject`](../interfaces/ColonyEvents.ArbitraryTransactionEventObject.md)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `string`, `boolean`], [`ArbitraryTransaction_address_address_bytes_bool_EventObject`](../interfaces/ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md)\> ___ -### ArbitraryTransactionEventFilter +### ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter -Ƭ **ArbitraryTransactionEventFilter**: `TypedEventFilter`<[`ArbitraryTransactionEvent`](ColonyEvents.md#arbitrarytransactionevent)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_address_bytes_bool_Event`](ColonyEvents.md#arbitrarytransaction_address_address_bytes_bool_event)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_Event + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransaction_address_bytes_bool_EventObject`](../interfaces/ColonyEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_EventFilter + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_bytes_bool_Event`](ColonyEvents.md#arbitrarytransaction_address_bytes_bool_event)\> ___ diff --git a/packages/sdk/docs/api/modules/ColonyExtensionEvents.md b/packages/sdk/docs/api/modules/ColonyExtensionEvents.md index eacff98ca..f2f019c2b 100644 --- a/packages/sdk/docs/api/modules/ColonyExtensionEvents.md +++ b/packages/sdk/docs/api/modules/ColonyExtensionEvents.md @@ -7,6 +7,7 @@ - [ExtensionInitialisedEventObject](../interfaces/ColonyExtensionEvents.ExtensionInitialisedEventObject.md) - [LogSetAuthorityEventObject](../interfaces/ColonyExtensionEvents.LogSetAuthorityEventObject.md) - [LogSetOwnerEventObject](../interfaces/ColonyExtensionEvents.LogSetOwnerEventObject.md) +- [MetaTransactionExecutedEventObject](../interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md) ## Type Aliases @@ -43,3 +44,15 @@ ___ ### LogSetOwnerEventFilter Ƭ **LogSetOwnerEventFilter**: `TypedEventFilter`<[`LogSetOwnerEvent`](ColonyExtensionEvents.md#logsetownerevent)\> + +___ + +### MetaTransactionExecutedEvent + +Ƭ **MetaTransactionExecutedEvent**: `TypedEvent`<[`string`, `string`, `string`], [`MetaTransactionExecutedEventObject`](../interfaces/ColonyExtensionEvents.MetaTransactionExecutedEventObject.md)\> + +___ + +### MetaTransactionExecutedEventFilter + +Ƭ **MetaTransactionExecutedEventFilter**: `TypedEventFilter`<[`MetaTransactionExecutedEvent`](ColonyExtensionEvents.md#metatransactionexecutedevent)\> diff --git a/packages/sdk/docs/api/modules/MultisigPermissionsEvents.md b/packages/sdk/docs/api/modules/MultisigPermissionsEvents.md index 03ad6c956..1a34f92b6 100644 --- a/packages/sdk/docs/api/modules/MultisigPermissionsEvents.md +++ b/packages/sdk/docs/api/modules/MultisigPermissionsEvents.md @@ -5,7 +5,8 @@ - [AnnotationEventObject](../interfaces/MultisigPermissionsEvents.AnnotationEventObject.md) - [ApprovalChangedEventObject](../interfaces/MultisigPermissionsEvents.ApprovalChangedEventObject.md) - [ArbitraryReputationUpdateEventObject](../interfaces/MultisigPermissionsEvents.ArbitraryReputationUpdateEventObject.md) -- [ArbitraryTransactionEventObject](../interfaces/MultisigPermissionsEvents.ArbitraryTransactionEventObject.md) +- [ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject](../interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md) +- [ArbitraryTransaction\_address\_bytes\_bool\_EventObject](../interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md) - [ColonyBootstrappedEventObject](../interfaces/MultisigPermissionsEvents.ColonyBootstrappedEventObject.md) - [ColonyFundsClaimedEventObject](../interfaces/MultisigPermissionsEvents.ColonyFundsClaimedEventObject.md) - [ColonyFundsMovedBetweenFundingPotsEventObject](../interfaces/MultisigPermissionsEvents.ColonyFundsMovedBetweenFundingPotsEventObject.md) @@ -111,15 +112,27 @@ ___ ___ -### ArbitraryTransactionEvent +### ArbitraryTransaction\_address\_address\_bytes\_bool\_Event -Ƭ **ArbitraryTransactionEvent**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransactionEventObject`](../interfaces/MultisigPermissionsEvents.ArbitraryTransactionEventObject.md)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `string`, `boolean`], [`ArbitraryTransaction_address_address_bytes_bool_EventObject`](../interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md)\> ___ -### ArbitraryTransactionEventFilter +### ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter -Ƭ **ArbitraryTransactionEventFilter**: `TypedEventFilter`<[`ArbitraryTransactionEvent`](MultisigPermissionsEvents.md#arbitrarytransactionevent)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_address_bytes_bool_Event`](MultisigPermissionsEvents.md#arbitrarytransaction_address_address_bytes_bool_event)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_Event + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransaction_address_bytes_bool_EventObject`](../interfaces/MultisigPermissionsEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_EventFilter + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_bytes_bool_Event`](MultisigPermissionsEvents.md#arbitrarytransaction_address_bytes_bool_event)\> ___ diff --git a/packages/sdk/docs/api/modules/StagedExpenditureEvents.md b/packages/sdk/docs/api/modules/StagedExpenditureEvents.md index d3144f354..420de9eed 100644 --- a/packages/sdk/docs/api/modules/StagedExpenditureEvents.md +++ b/packages/sdk/docs/api/modules/StagedExpenditureEvents.md @@ -4,7 +4,8 @@ - [AnnotationEventObject](../interfaces/StagedExpenditureEvents.AnnotationEventObject.md) - [ArbitraryReputationUpdateEventObject](../interfaces/StagedExpenditureEvents.ArbitraryReputationUpdateEventObject.md) -- [ArbitraryTransactionEventObject](../interfaces/StagedExpenditureEvents.ArbitraryTransactionEventObject.md) +- [ArbitraryTransaction\_address\_address\_bytes\_bool\_EventObject](../interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md) +- [ArbitraryTransaction\_address\_bytes\_bool\_EventObject](../interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md) - [ColonyBootstrappedEventObject](../interfaces/StagedExpenditureEvents.ColonyBootstrappedEventObject.md) - [ColonyFundsClaimedEventObject](../interfaces/StagedExpenditureEvents.ColonyFundsClaimedEventObject.md) - [ColonyFundsMovedBetweenFundingPotsEventObject](../interfaces/StagedExpenditureEvents.ColonyFundsMovedBetweenFundingPotsEventObject.md) @@ -95,15 +96,27 @@ ___ ___ -### ArbitraryTransactionEvent +### ArbitraryTransaction\_address\_address\_bytes\_bool\_Event -Ƭ **ArbitraryTransactionEvent**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransactionEventObject`](../interfaces/StagedExpenditureEvents.ArbitraryTransactionEventObject.md)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `string`, `boolean`], [`ArbitraryTransaction_address_address_bytes_bool_EventObject`](../interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject.md)\> ___ -### ArbitraryTransactionEventFilter +### ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter -Ƭ **ArbitraryTransactionEventFilter**: `TypedEventFilter`<[`ArbitraryTransactionEvent`](StagedExpenditureEvents.md#arbitrarytransactionevent)\> +Ƭ **ArbitraryTransaction\_address\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_address_bytes_bool_Event`](StagedExpenditureEvents.md#arbitrarytransaction_address_address_bytes_bool_event)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_Event + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_Event**: `TypedEvent`<[`string`, `string`, `boolean`], [`ArbitraryTransaction_address_bytes_bool_EventObject`](../interfaces/StagedExpenditureEvents.ArbitraryTransaction_address_bytes_bool_EventObject.md)\> + +___ + +### ArbitraryTransaction\_address\_bytes\_bool\_EventFilter + +Ƭ **ArbitraryTransaction\_address\_bytes\_bool\_EventFilter**: `TypedEventFilter`<[`ArbitraryTransaction_address_bytes_bool_Event`](StagedExpenditureEvents.md#arbitrarytransaction_address_bytes_bool_event)\> ___