0xcalldata

Ethereum token standard

ERC-4626 calldata

ERC-4626 standardizes tokenized vaults that exchange an underlying ERC-20 asset for vault shares.

Vault methods distinguish assets from shares and exact-input operations from exact-output operations. All quantities are raw integers in the decimals used by the asset or share token.

Write functions

Generate transaction input for calls that can change contract state.

Read functions

Generate eth_call input for views that read contract state.