git.delta.rocks / unique-network / refs/commits / 6b0c3b1ff24e

difftreelog

source

tests/src/eth/fungibleMetadataAbi.json858 Bsourcehistory
1[2    {3        "inputs": [],4        "name": "name",5        "outputs": [6            {7                "internalType": "string",8                "name": "",9                "type": "string"10            }11        ],12        "stateMutability": "view",13        "type": "function"14    },15    {16        "inputs": [],17        "name": "symbol",18        "outputs": [19            {20                "internalType": "string",21                "name": "",22                "type": "string"23            }24        ],25        "stateMutability": "view",26        "type": "function"27    },28    {29        "inputs": [],30        "name": "decimals",31        "outputs": [32            {33                "internalType": "uint8",34                "name": "",35                "type": "uint8"36            }37        ],38        "stateMutability": "view",39        "type": "function"40    }41]