mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/interfaces
Pascal Marco Caversaccio f959d7e4e6
Fix release note in `IERC1967` (#4183)
2 years ago
..
IERC20.sol 4.4.1 3 years ago
IERC20Metadata.sol 4.4.1 3 years ago
IERC165.sol 4.4.1 3 years ago
IERC721.sol 4.4.1 3 years ago
IERC721Enumerable.sol 4.4.1 3 years ago
IERC721Metadata.sol 4.4.1 3 years ago
IERC721Receiver.sol 4.4.1 3 years ago
IERC777.sol 4.4.1 3 years ago
IERC777Recipient.sol 4.4.1 3 years ago
IERC777Sender.sol 4.4.1 3 years ago
IERC1155.sol 4.4.1 3 years ago
IERC1155MetadataURI.sol 4.4.1 3 years ago
IERC1155Receiver.sol 4.4.1 3 years ago
IERC1271.sol 4.4.1 3 years ago
IERC1363.sol Improve ERC1363 documentation (#3993) 2 years ago
IERC1363Receiver.sol Improve ERC1363 documentation (#3993) 2 years ago
IERC1363Spender.sol Improve ERC1363 documentation (#3993) 2 years ago
IERC1820Implementer.sol 4.4.1 3 years ago
IERC1820Registry.sol 4.4.1 3 years ago
IERC1967.sol Fix release note in `IERC1967` (#4183) 2 years ago
IERC2309.sol 4.8.0 2 years ago
IERC2612.sol Remove the draft prefix to ERC20Permit (#3793) 2 years ago
IERC2981.sol Update Prettier Solidity (#3898) 2 years ago
IERC3156.sol 4.4.1 3 years ago
IERC3156FlashBorrower.sol Update IERC3156FlashBorrower.sol (#4145) 2 years ago
IERC3156FlashLender.sol 4.4.1 3 years ago
IERC4626.sol Update Prettier Solidity (#3898) 2 years ago
IERC4906.sol Add IERC4906 interface and use in ERC721 (#4012) 2 years ago
IERC5267.sol Include EIP-5267 discovery in EIP-712 (#3969) 2 years ago
IERC5313.sol Add IERC5313.sol (#4013) 2 years ago
IERC5805.sol Add timestamp based governor with EIP-6372 and EIP-5805 (#3934) 2 years ago
IERC6372.sol Add timestamp based governor with EIP-6372 and EIP-5805 (#3934) 2 years ago
README.adoc Add AccessControlDefaultAdminRules (#4009) 2 years ago
draft-IERC1822.sol Release v4.5 3 years ago
draft-IERC2612.sol Remove the draft prefix to ERC20Permit (#3793) 2 years 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}
- {IERC20Metadata}
- {IERC165}
- {IERC721}
- {IERC721Receiver}
- {IERC721Enumerable}
- {IERC721Metadata}
- {IERC777}
- {IERC777Recipient}
- {IERC777Sender}
- {IERC1155}
- {IERC1155Receiver}
- {IERC1155MetadataURI}
- {IERC1271}
- {IERC1363}
- {IERC1363Receiver}
- {IERC1363Spender}
- {IERC1820Implementer}
- {IERC1820Registry}
- {IERC1822Proxiable}
- {IERC2612}
- {IERC2981}
- {IERC3156FlashLender}
- {IERC3156FlashBorrower}
- {IERC4626}
- {IERC4906}
- {IERC5267}
- {IERC5313}
- {IERC5805}
- {IERC6372}

== Detailed ABI

{{IERC1271}}

{{IERC1363}}

{{IERC1363Receiver}}

{{IERC1363Spender}}

{{IERC1820Implementer}}

{{IERC1820Registry}}

{{IERC1822Proxiable}}

{{IERC2612}}

{{IERC2981}}

{{IERC3156FlashLender}}

{{IERC3156FlashBorrower}}

{{IERC4626}}

{{IERC5313}}

{{IERC5267}}

{{IERC5805}}

{{IERC6372}}