diff --git a/docs/contracts/_links.md b/docs/contracts/_links.md index 6d27ef70ba..42dca5ef52 100644 --- a/docs/contracts/_links.md +++ b/docs/contracts/_links.md @@ -1,3 +1,4 @@ + diff --git a/docs/contracts/contracts/ERC725/ERC725.md b/docs/contracts/contracts/ERC725/ERC725.md index 60bab71b47..13ee244734 100644 --- a/docs/contracts/contracts/ERC725/ERC725.md +++ b/docs/contracts/contracts/ERC725/ERC725.md @@ -1053,6 +1053,7 @@ error ERC725Y_MsgValueDisallowed(); Reverts when sending value to the [`setData`](#setdata) or [`setDataBatch`](#setdatabatch) function.
+ diff --git a/docs/contracts/contracts/LSP0ERC725Account/LSP0ERC725Account.md b/docs/contracts/contracts/LSP0ERC725Account/LSP0ERC725Account.md index 4725bf3b46..98951db2a0 100644 --- a/docs/contracts/contracts/LSP0ERC725Account/LSP0ERC725Account.md +++ b/docs/contracts/contracts/LSP0ERC725Account/LSP0ERC725Account.md @@ -1811,6 +1811,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay. | `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |
+ diff --git a/docs/contracts/contracts/LSP11BasicSocialRecovery/LSP11BasicSocialRecovery.md b/docs/contracts/contracts/LSP11BasicSocialRecovery/LSP11BasicSocialRecovery.md index 409fe6e070..59056ac3a3 100644 --- a/docs/contracts/contracts/LSP11BasicSocialRecovery/LSP11BasicSocialRecovery.md +++ b/docs/contracts/contracts/LSP11BasicSocialRecovery/LSP11BasicSocialRecovery.md @@ -963,6 +963,7 @@ error WrongPlainSecret(); reverts when the plain secret produce a different hash than the secret hash originally set
+ diff --git a/docs/contracts/contracts/LSP14Ownable2Step/LSP14Ownable2Step.md b/docs/contracts/contracts/LSP14Ownable2Step/LSP14Ownable2Step.md index a108a2dd95..8b9de0ceef 100644 --- a/docs/contracts/contracts/LSP14Ownable2Step/LSP14Ownable2Step.md +++ b/docs/contracts/contracts/LSP14Ownable2Step/LSP14Ownable2Step.md @@ -475,6 +475,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay. | `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |
+ diff --git a/docs/contracts/contracts/LSP17ContractExtension/LSP17Extendable.md b/docs/contracts/contracts/LSP17ContractExtension/LSP17Extendable.md index a8b56b2679..8a8305a80a 100644 --- a/docs/contracts/contracts/LSP17ContractExtension/LSP17Extendable.md +++ b/docs/contracts/contracts/LSP17ContractExtension/LSP17Extendable.md @@ -111,6 +111,7 @@ called before other codes in fallback(). Otherwise, the codes after \_fallbackLSP17Extendable() may never be reached.
+ diff --git a/docs/contracts/contracts/LSP17ContractExtension/LSP17Extension.md b/docs/contracts/contracts/LSP17ContractExtension/LSP17Extension.md index b075306108..2d2d273b56 100644 --- a/docs/contracts/contracts/LSP17ContractExtension/LSP17Extension.md +++ b/docs/contracts/contracts/LSP17ContractExtension/LSP17Extension.md @@ -90,6 +90,7 @@ function _extendableMsgValue() internal view returns (uint256); Returns the original msg.value sent to the extendable contract
+ diff --git a/docs/contracts/contracts/LSP20CallVerification/LSP20CallVerification.md b/docs/contracts/contracts/LSP20CallVerification/LSP20CallVerification.md index 799b2ff78c..1ecf08daa8 100644 --- a/docs/contracts/contracts/LSP20CallVerification/LSP20CallVerification.md +++ b/docs/contracts/contracts/LSP20CallVerification/LSP20CallVerification.md @@ -74,6 +74,7 @@ function _revertWithLSP20DefaultError( ```
+ diff --git a/docs/contracts/contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.md b/docs/contracts/contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.md index 1bae9736a9..a9a7872f6c 100644 --- a/docs/contracts/contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.md +++ b/docs/contracts/contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.md @@ -51,6 +51,7 @@ Executes post-deployment logic for the primary and secondary contracts. | `calldataToPostDeploymentModule` | `bytes` | Calldata to be passed for the post-deployment execution. |
+ diff --git a/docs/contracts/contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.md b/docs/contracts/contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.md index eb564b01e3..69e663de11 100644 --- a/docs/contracts/contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.md +++ b/docs/contracts/contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.md @@ -375,6 +375,7 @@ Reverts when the deployment & intialisation of the secondary contract has failed | `errorData` | `bytes` | Potentially information about why the deployment & intialisation have failed. |
+ diff --git a/docs/contracts/contracts/LSP25ExecuteRelayCall/LSP25MultiChannelNonce.md b/docs/contracts/contracts/LSP25ExecuteRelayCall/LSP25MultiChannelNonce.md index 2c06a5686a..a083fd9a16 100644 --- a/docs/contracts/contracts/LSP25ExecuteRelayCall/LSP25MultiChannelNonce.md +++ b/docs/contracts/contracts/LSP25ExecuteRelayCall/LSP25MultiChannelNonce.md @@ -145,6 +145,7 @@ The "idx" is a 256bits (unsigned) integer, where: | `0` | `bool` | true if the nonce is the latest nonce for the `signer`, false otherwise. |
+ diff --git a/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4Compatibility.md b/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4Compatibility.md index 6c2701ac8b..6bcdb9c46f 100644 --- a/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4Compatibility.md +++ b/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4Compatibility.md @@ -444,6 +444,7 @@ error ERC725Y_MsgValueDisallowed(); reverts when sending value to the `setData(..)` functions
+ diff --git a/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4DigitalAssetMetadata.md b/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4DigitalAssetMetadata.md index 098521040a..d87dc273fd 100644 --- a/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4DigitalAssetMetadata.md +++ b/docs/contracts/contracts/LSP4DigitalAssetMetadata/LSP4DigitalAssetMetadata.md @@ -434,6 +434,7 @@ error LSP4TokenSymbolNotEditable(); Reverts when trying to edit the data key `LSP4TokenSymbol` after the digital asset contract has been deployed. The `LSP4TokenSymbol` data key is located inside the ERC725Y Data key-value store of the digital asset contract. It can be set only once inside the constructor/initializer when the digital asset contract is being deployed.
+ diff --git a/docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md b/docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md index ea0f4f6a6f..186d05e99c 100644 --- a/docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md +++ b/docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md @@ -151,7 +151,7 @@ Same as [`execute`](#execute) but execute a batch of payloads (abi-encoded funct :::tip Hint -If you are looking to learn how to sign and execute relay transactions via the Key Manager, see our Javascript step by step guide [_"Execute Relay Transactions"_](../../guides/key-manager/execute-relay-transactions.md). See the LSP6 Standard page for more details on how to [generate a valid signature for Execute Relay Call](../universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions). +If you are looking to learn how to sign and execute relay transactions via the Key Manager, see our Javascript step by step guide [_"Execute Relay Transactions"_](../../../guides/key-manager/execute-relay-transactions.md). See the LSP6 Standard page for more details on how to [generate a valid signature for Execute Relay Call](../../../standards/universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions). ::: @@ -1891,6 +1891,7 @@ _Relay call expired (deadline passed)._ Reverts when the period to execute the relay call has expired.
+ diff --git a/docs/contracts/contracts/LSP7DigitalAsset/LSP7DigitalAsset.md b/docs/contracts/contracts/LSP7DigitalAsset/LSP7DigitalAsset.md index eb73f1efea..0699a49bf0 100644 --- a/docs/contracts/contracts/LSP7DigitalAsset/LSP7DigitalAsset.md +++ b/docs/contracts/contracts/LSP7DigitalAsset/LSP7DigitalAsset.md @@ -1300,6 +1300,7 @@ error LSP7TokenOwnerCannotBeOperator(); reverts when trying to authorize or revoke the token's owner as an operator.
+ diff --git a/docs/contracts/contracts/LSP8IdentifiableDigitalAsset/LSP8IdentifiableDigitalAsset.md b/docs/contracts/contracts/LSP8IdentifiableDigitalAsset/LSP8IdentifiableDigitalAsset.md index ea973d7467..7859e15143 100644 --- a/docs/contracts/contracts/LSP8IdentifiableDigitalAsset/LSP8IdentifiableDigitalAsset.md +++ b/docs/contracts/contracts/LSP8IdentifiableDigitalAsset/LSP8IdentifiableDigitalAsset.md @@ -1341,6 +1341,7 @@ error LSP8TokenOwnerCannotBeOperator(); reverts when trying to authorize or revoke the token's owner as an operator.
+ diff --git a/docs/contracts/contracts/LSP9Vault/LSP9Vault.md b/docs/contracts/contracts/LSP9Vault/LSP9Vault.md index 1228f9ee00..a8bd3d6265 100644 --- a/docs/contracts/contracts/LSP9Vault/LSP9Vault.md +++ b/docs/contracts/contracts/LSP9Vault/LSP9Vault.md @@ -1702,6 +1702,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay. | `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |
+