Update docs

This commit is contained in:
github-actions
2023-07-28 21:12:01 +00:00
parent a1e52cb36e
commit 4cb1248d1e
21 changed files with 154 additions and 163 deletions

View File

@ -187,7 +187,7 @@ Additionally there are interfaces used to develop contracts that react to token
[.contract]
[[IERC777]]
=== `++IERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/contracts/token/ERC777/IERC777.sol[{github-icon},role=heading-link]
=== `++IERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/contracts/token/ERC777/IERC777.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -453,7 +453,7 @@ Emitted when `operator` is revoked its operator status for `tokenHolder`.
[.contract]
[[ERC777]]
=== `++ERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/contracts/token/ERC777/ERC777.sol[{github-icon},role=heading-link]
=== `++ERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/contracts/token/ERC777/ERC777.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -779,7 +779,7 @@ To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hook
[.contract]
[[IERC777Sender]]
=== `++IERC777Sender++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/contracts/token/ERC777/IERC777Sender.sol[{github-icon},role=heading-link]
=== `++IERC777Sender++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/contracts/token/ERC777/IERC777Sender.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -819,7 +819,7 @@ This function may revert to prevent the operation from being executed.
[.contract]
[[IERC777Recipient]]
=== `++IERC777Recipient++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/contracts/token/ERC777/IERC777Recipient.sol[{github-icon},role=heading-link]
=== `++IERC777Recipient++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/contracts/token/ERC777/IERC777Recipient.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -863,7 +863,7 @@ These contracts are preconfigured combinations of features. They can be used thr
[.contract]
[[ERC777PresetFixedSupply]]
=== `++ERC777PresetFixedSupply++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol[{github-icon},role=heading-link]
=== `++ERC777PresetFixedSupply++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity