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
Hadrien Croubois 00cbf5a236
Update pragma to 0.8.20 (#4489)
2 years ago
..
IERC20.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC20Metadata.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC165.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC721.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC721Enumerable.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC721Metadata.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC721Receiver.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC777.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC777Recipient.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC777Sender.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1155.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1155MetadataURI.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1155Receiver.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1271.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1363.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1363Receiver.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1363Spender.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1820Implementer.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1820Registry.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC1967.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC2309.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC2612.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC2981.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC3156.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC3156FlashBorrower.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC3156FlashLender.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC4626.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC4906.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC5267.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC5313.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC5805.sol Update pragma to 0.8.20 (#4489) 2 years ago
IERC6372.sol Update pragma to 0.8.20 (#4489) 2 years ago
README.adoc Add custom errors to docs (#4480) 2 years ago
draft-IERC1822.sol Update pragma to 0.8.20 (#4489) 2 years ago
draft-IERC6093.sol Update pragma to 0.8.20 (#4489) 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}
- {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}

== Detailed ABI

{{IERC20Errors}}

{{IERC721Errors}}

{{IERC1155Errors}}

{{IERC1271}}

{{IERC1363}}

{{IERC1363Receiver}}

{{IERC1363Spender}}

{{IERC1820Implementer}}

{{IERC1820Registry}}

{{IERC1822Proxiable}}

{{IERC2612}}

{{IERC2981}}

{{IERC3156FlashLender}}

{{IERC3156FlashBorrower}}

{{IERC4626}}

{{IERC5313}}

{{IERC5267}}

{{IERC5805}}

{{IERC6372}}