badger/api/abis/full/IERC165Upgradeable.json
2023-03-01 23:27:01 -06:00

22 lines
343 B
JSON

[
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]