Update docs

This commit is contained in:
github-actions
2022-07-27 19:55:55 +00:00
parent 0e33f67bd8
commit 08c3b2b156
25 changed files with 192 additions and 142 deletions

View File

@ -2377,7 +2377,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.7.1/contracts/token/ERC777/IERC777.sol[{github-icon},role=heading-link]
=== `++IERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.2/contracts/token/ERC777/IERC777.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -2651,7 +2651,7 @@ Emitted when `operator` is revoked its operator status for `tokenHolder`
[.contract]
[[ERC777]]
=== `++ERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/token/ERC777/ERC777.sol[{github-icon},role=heading-link]
=== `++ERC777++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.2/contracts/token/ERC777/ERC777.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -2986,7 +2986,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.7.1/contracts/token/ERC777/IERC777Sender.sol[{github-icon},role=heading-link]
=== `++IERC777Sender++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.2/contracts/token/ERC777/IERC777Sender.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -3033,7 +3033,7 @@ This function may revert to prevent the operation from being executed.
[.contract]
[[IERC777Recipient]]
=== `++IERC777Recipient++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/token/ERC777/IERC777Recipient.sol[{github-icon},role=heading-link]
=== `++IERC777Recipient++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.2/contracts/token/ERC777/IERC777Recipient.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -3084,7 +3084,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.7.1/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol[{github-icon},role=heading-link]
=== `++ERC777PresetFixedSupply++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.2/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity