Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / defaultExports / ERC165_ABI

Variable: ERC165_ABI

const ERC165_ABI: readonly [{
  inputs: readonly [{
     internalType: "bytes4";
     name: "interfaceId";
     type: "bytes4";
  }];
  name: "supportsInterface";
  outputs: readonly [{
     internalType: "bool";
     name: "";
     type: "bool";
  }];
  stateMutability: "view";
  type: "function";
}];

Defined in: packages/sdk/src/extraABIs.ts:7