Files
openzeppelin-contracts/contracts/interfaces
Hadrien Croubois a035b235b4 Release v4.6 (#3358)
* 4.6.0-rc.0

* Fix release script to only release @openzeppelin/contracts

(cherry picked from commit 2bd75a44bb)

* make ERC2981:royaltyInfo public (#3305)

(cherry picked from commit d2832ca7a9)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>

* add transpilation guards to the crosschain mocks (#3306)

(cherry picked from commit 9af5af8fff)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>

* Fix tests on upgradeable contracts after transpilation

(cherry picked from commit 0762479dd5)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>

* Remove unused constructor argument

(cherry picked from commit 69c3781043)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>

* Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)

(cherry picked from commit cb14ea3c5c)

* Fix update-comment script to ignore invalid tags

(cherry picked from commit 848fef5b6c)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>

* 4.6.0

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
2022-04-27 09:34:09 +02:00
..
2022-02-09 18:16:53 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2022-04-27 09:34:09 +02:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2021-12-14 13:14:39 -03:00
2022-01-05 10:13:30 +01:00

= Interfaces

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/interfaces

== List of standardized interfaces
These interfaces are available as `.sol` files, and also as compiler `.json` ABI files (through the npm package). These
are useful to interact with third party contracts that implement them.

- {IERC20}
- {IERC20Metadata}
- {IERC165}
- {IERC721}
- {IERC721Receiver}
- {IERC721Enumerable}
- {IERC721Metadata}
- {IERC777}
- {IERC777Recipient}
- {IERC777Sender}
- {IERC1155}
- {IERC1155Receiver}
- {IERC1155MetadataURI}
- {IERC1271}
- {IERC1363}
- {IERC1820Implementer}
- {IERC1820Registry}
- {IERC2612}
- {IERC2981}
- {IERC3156FlashLender}
- {IERC3156FlashBorrower}

== Detailed ABI

{{IERC1271}}

{{IERC1363}}

{{IERC1363Receiver}}

{{IERC1820Implementer}}

{{IERC1820Registry}}

{{IERC2612}}

{{IERC2981}}

{{IERC3156FlashLender}}

{{IERC3156FlashBorrower}}