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 18668870fd
Add an interface folder that lists common interfaces (#2517)
4 years ago
..
IERC20.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC20Metadata.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC165.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC721.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC721Enumerable.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC721Metadata.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC721Receiver.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC777.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC777Recipient.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC777Sender.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1155.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1155MetadataURI.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1155Receiver.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1271.sol Add Prettier for linting and fix Solhint config (#2697) 4 years ago
IERC1363.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1363Receiver.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1363Spender.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1820Implementer.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC1820Registry.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC2981.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC3156.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC3156FlashBorrower.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
IERC3156FlashLender.sol Add an interface folder that lists common interfaces (#2517) 4 years ago
README.adoc Add an interface folder that lists common interfaces (#2517) 4 years ago
draft-IERC2612.sol Add an interface folder that lists common interfaces (#2517) 4 years ago

README.adoc

= Interfaces

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

== 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}}