UNPKG

@openzeppelin/contracts

Version:

Secure Smart Contract library for Solidity

50 lines (49 loc) 1.08 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IERC777Sender", "sourceName": "contracts/interfaces/IERC777Sender.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "bytes", "name": "userData", "type": "bytes" }, { "internalType": "bytes", "name": "operatorData", "type": "bytes" } ], "name": "tokensToSend", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }