UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

41 lines (40 loc) 870 B
{ "_format": "hh-sol-artifact-1", "contractName": "IERC721Guard", "sourceName": "contracts/soma/SecurityTokens/ERC721/extensions/IERC721Guard.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "canTransferFrom", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }