UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

88 lines (87 loc) 1.95 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ITransferablePartition", "sourceName": "contracts/soma/SecurityTokens/extensions/partitions/ITransferablePartition.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "account", "type": "address" }, { "indexed": false, "internalType": "bytes32", "name": "fromId", "type": "bytes32" }, { "indexed": false, "internalType": "bytes32", "name": "toId", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" }, { "indexed": false, "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "MovedPartition", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" }, { "internalType": "bytes32", "name": "fromId", "type": "bytes32" }, { "internalType": "bytes32", "name": "toId", "type": "bytes32" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "transferPartition", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }