sushiswap-watcher-ts/packages/v3-watcher/subgraph-build/Factory/abis/ERC20SymbolBytes.json

17 lines
270 B
JSON
Raw Permalink Normal View History

2024-06-06 05:35:37 +00:00
[
{
"constant": true,
"inputs": [],
"name": "symbol",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]