@lukso/lsp17contractextension-contracts
Version:
Package for the LSP17 Contract Extension standard
31 lines (30 loc) • 620 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "LSP17Extendable",
"sourceName": "contracts/LSP17Extendable.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}