@openzeppelin/confidential-contracts
Version:
Smart Contract library for use with confidential coprocessors
46 lines (45 loc) • 989 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC7984Receiver",
"sourceName": "contracts/interfaces/IERC7984Receiver.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "euint64",
"name": "amount",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "onConfidentialTransferReceived",
"outputs": [
{
"internalType": "ebool",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}