Francisco Giordano e3cbfcd44b Improve Governor documentation 4 gadi atpakaļ
..
IERC1155.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1155MetadataURI.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1155Receiver.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1271.sol b0cf6fbb7a Add Prettier for linting and fix Solhint config (#2697) 4 gadi atpakaļ
IERC1363.sol 6618f9f184 Fix documentation of functions in interfaces directory 4 gadi atpakaļ
IERC1363Receiver.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1363Spender.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC165.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1820Implementer.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC1820Registry.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC20.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC20Metadata.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC2981.sol 6618f9f184 Fix documentation of functions in interfaces directory 4 gadi atpakaļ
IERC3156.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC3156FlashBorrower.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC3156FlashLender.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC721.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC721Enumerable.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC721Metadata.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC721Receiver.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC777.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC777Recipient.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
IERC777Sender.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ
README.adoc e3cbfcd44b Improve Governor documentation 4 gadi atpakaļ
draft-IERC2612.sol 18668870fd Add an interface folder that lists common interfaces (#2517) 4 gadi atpakaļ

README.adoc

= 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 usefull to interract 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}}