Hadrien Croubois be8ee86fc1 Update IERC7786 to match latest ERC changes (#5883) 1 month ago
..
IERC1155.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1155MetadataURI.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1155Receiver.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1271.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1363.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1363Receiver.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1363Spender.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC165.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1820Implementer.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1820Registry.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC1967.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC20.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC20Metadata.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC2309.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC2612.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC2981.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC3156.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC3156FlashBorrower.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC3156FlashLender.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC4626.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC4906.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC5267.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC5313.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC5805.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC6372.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC721.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC721Enumerable.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC721Metadata.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC721Receiver.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC7751.sol efdc7cd2d4 Add ERC-7751 interface (#5816) 1 month ago
IERC777.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC777Recipient.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC777Sender.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
IERC7913.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
README.adoc efdc7cd2d4 Add ERC-7751 interface (#5816) 1 month ago
draft-IERC1822.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC4337.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC6093.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC6909.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC7579.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC7674.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC7786.sol be8ee86fc1 Update IERC7786 to match latest ERC changes (#5883) 1 month ago
draft-IERC7802.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago
draft-IERC7821.sol 448538259f Merge release-v5.4 branch (#5802) 2 months ago

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 useful to interact with third party contracts that implement them.

- {IERC20}
- {IERC20Errors}
- {IERC20Metadata}
- {IERC165}
- {IERC721}
- {IERC721Receiver}
- {IERC721Enumerable}
- {IERC721Metadata}
- {IERC721Errors}
- {IERC777}
- {IERC777Recipient}
- {IERC777Sender}
- {IERC1155}
- {IERC1155Receiver}
- {IERC1155MetadataURI}
- {IERC1155Errors}
- {IERC1271}
- {IERC1363}
- {IERC1363Receiver}
- {IERC1363Spender}
- {IERC1820Implementer}
- {IERC1820Registry}
- {IERC1822Proxiable}
- {IERC2612}
- {IERC2981}
- {IERC3156FlashLender}
- {IERC3156FlashBorrower}
- {IERC4626}
- {IERC4906}
- {IERC5267}
- {IERC5313}
- {IERC5805}
- {IERC6372}
- {IERC6909}
- {IERC6909ContentURI}
- {IERC6909Metadata}
- {IERC6909TokenSupply}
- {IERC7674}
- {IERC7751}
- {IERC7786}
- {IERC7802}

== Detailed ABI

{{IERC20Errors}}

{{IERC721Errors}}

{{IERC1155Errors}}

{{IERC1271}}

{{IERC1363}}

{{IERC1363Receiver}}

{{IERC1363Spender}}

{{IERC1820Implementer}}

{{IERC1820Registry}}

{{IERC1822Proxiable}}

{{IERC2612}}

{{IERC2981}}

{{IERC3156FlashLender}}

{{IERC3156FlashBorrower}}

{{IERC4626}}

{{IERC4906}}

{{IERC5267}}

{{IERC5313}}

{{IERC5805}}

{{IERC6372}}

{{IERC6909}}

{{IERC6909ContentURI}}

{{IERC6909Metadata}}

{{IERC6909TokenSupply}}

{{IERC7674}}

{{IERC7751}}

{{IERC7786}}

{{IERC7802}}