Content pfp
Content
@
0 reply
0 recast
2 reactions

phil pfp
phil
@phil
Is there a limit on calldata size for submitting transactions? If so, does this limit differ across wallets (e.g. Metamask allows longer calldata strings than Rainbow)? Trying to debug why a transaction is failing when we're nowhere near block gas limit...
2 replies
3 recasts
14 reactions

ZAHID RAJPUT|•👑🖤🎩•| pfp
ZAHID RAJPUT|•👑🖤🎩•|
@zahid0786
In Ethereum, there is indeed a limit on the size of data that can be passed as `calldata` in a transaction. This limit is currently set to 32 bytes for each individual `calldata` parameter, and the total size of `calldata` cannot exceed 4,096 bytes.
0 reply
0 recast
0 reaction