@soma-finance/core-contracts
Version:
SOMA Finance core contracts
51 lines • 958 B
JSON
[
{
"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"
}
]