Files
assetxContracts/abis/IERC165.json

22 lines
343 B
JSON
Raw Normal View History

2025-12-18 13:07:35 +08:00
[
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]