0xcalldata

ERC-20 function

name()

Returns the human-readable name reported by an ERC-20 token contract.

Selector
0x06fdde03
Mutability
view

Generate name calldata

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

This function takes no parameters.

calldata4 bytes
sel0x06fdde03
name()

How name works

This read-only call has no arguments, so its calldata is exactly the four-byte selector. The returned string is contract metadata and is not part of the calldata.

Parameters

This function takes no parameters. Its calldata is only the four-byte selector.

Return value

The token name as a string.

string result

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

View all ERC-20 functions →