test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
42 lines (41 loc) • 907 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IApproveAndCall",
"sourceName": "contracts/token/IApproveAndCall.sol",
"abi": [
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"name": "receiveApproval",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}