Skip to main content

Module dispatch

Module dispatch 

Source

Constantsยง

MAX_CALLDATA_LEN ๐Ÿ”’
Maximum valid calldata size: verify(address,bytes32,bytes) with a WebAuthn signature is the worst case. ABI encoding pads the dynamic bytes field independently, so only round the dynamic portion: selector(4) + args(4ร—32) + padded_sig_bytes.