UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

61 lines (60 loc) 1.34 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ISeizablePosition", "sourceName": "contracts/soma/SecurityTokens/ERC721/extensions/ISeizablePosition.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "operator", "type": "address" }, { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "Seized", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "tokenHolder", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "seize", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }