0xcalldata

ERC-721 function

name()

Returns the human-readable name reported by an ERC-721 collection.

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 no-argument view belongs to ERC-721’s optional metadata extension.

Parameters

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

Return value

The collection name as a string.

string result

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

View all ERC-721 functions →