UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

84 lines 1.64 kB
[ { "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": "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": "Seized", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "tokenHolder", "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": "seize", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]