Add custom errors to docs (#4480)
This commit is contained in:
@ -8,18 +8,21 @@ These interfaces are available as `.sol` files, and also as compiler `.json` ABI
|
||||
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}
|
||||
@ -40,6 +43,12 @@ are useful to interact with third party contracts that implement them.
|
||||
|
||||
== Detailed ABI
|
||||
|
||||
{{IERC20Errors}}
|
||||
|
||||
{{IERC721Errors}}
|
||||
|
||||
{{IERC1155Errors}}
|
||||
|
||||
{{IERC1271}}
|
||||
|
||||
{{IERC1363}}
|
||||
|
||||
Reference in New Issue
Block a user