ERC-20 function
symbol()
Returns the short ticker symbol reported by an ERC-20 token contract.
- 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 read-only call takes no inputs. Its response is decoded separately from the four-byte calldata shown by the encoder.
Parameters
This function takes no parameters. Its calldata is only the four-byte selector.
Return value
The token symbol as a string.
string resultReturn data comes back after execution and is not included in the calldata above.