ERC-721 function
symbol()
Returns the abbreviated symbol reported by an ERC-721 collection.
- Selector
- 0x95d89b41
- Mutability
- view
Generate symbol 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
sel0x95d89b41
symbol()
How symbol 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 symbol as a string.
string resultReturn data comes back after execution and is not included in the calldata above.