get_oz_function
Retrieve detailed documentation for OpenZeppelin Contracts functions, including parameters, returns, and usage examples for v4.x or v5.x versions.
Instructions
Get detailed information about a specific function in OpenZeppelin Contracts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Function name, optionally with contract (e.g., 'transfer', 'ERC20.transfer', 'ECDSA.recover') | |
| version | No | OpenZeppelin Contracts version | 5.x |