ERC-4626 function
maxRedeem(address)
Returns the maximum vault share amount currently redeemable for an owner.
- Selector
- 0xd905777e
- Mutability
- view
Generate maxRedeem calldata
Edit the example inputs to rebuild the bytes instantly in your browser. Nothing is sent and no transaction is submitted.
address
calldata36 bytes
sel0xd905777e
maxRedeem(address)
0x000000000000000000000000001111111111111111111111111111111111111111
owner · address =0x11111111…111111
How maxRedeem works
This view accounts for current global and owner-specific redeem limits. A return value of zero means the operation is currently disabled for that account.
Parameters
| Name | Solidity type | Meaning |
|---|---|---|
| owner | address | Account whose redeem limit should be checked. |
Return value
The maximum shares amount that should not cause redeem to revert because of a limit.
uint256 resultReturn data comes back after execution and is not included in the calldata above.