0xcalldata

ERC-4626 function

maxMint(address)

Returns the maximum vault share amount currently mintable for a receiver.

Selector
0xc63d75b6
Mutability
view

Generate maxMint calldata

Edit the example inputs to rebuild the bytes instantly in your browser. Nothing is sent and no transaction is submitted.

address
calldata36 bytes
sel0xc63d75b6
maxMint(address)
0x000000000000000000000000001111111111111111111111111111111111111111
receiver · address =0x11111111…111111

How maxMint works

This view accounts for current global and receiver-specific mint limits. A return value of zero means the operation is currently disabled for that account.

Parameters

NameSolidity typeMeaning
receiveraddressAccount whose mint limit should be checked.

Return value

The maximum shares amount that should not cause mint to revert because of a limit.

uint256 result

Return data comes back after execution and is not included in the calldata above.

View all ERC-4626 functions →