UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

191 lines (190 loc) 3.54 kB
[ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "b32", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "u256", "type": "uint256" }, { "indexed": false, "internalType": "bytes32", "name": "b322", "type": "bytes32" } ], "name": "Output", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": false, "internalType": "bytes", "name": "value", "type": "bytes" } ], "name": "SetBytes", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "value", "type": "bytes32" } ], "name": "SetBytes32", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "SetUint256", "type": "event" }, { "inputs": [], "name": "getBytes", "outputs": [ { "internalType": "bytes", "name": "_value", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_requestId", "type": "bytes32" }, { "internalType": "bytes", "name": "_value", "type": "bytes" } ], "name": "requestedBytes", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_requestId", "type": "bytes32" }, { "internalType": "bytes32", "name": "_value", "type": "bytes32" } ], "name": "requestedBytes32", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_requestId", "type": "bytes32" }, { "internalType": "uint256", "name": "_value", "type": "uint256" } ], "name": "requestedUint256", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "_value", "type": "bytes" } ], "name": "setBytes", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_value", "type": "bytes32" } ], "name": "setBytes32", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_value", "type": "uint256" } ], "name": "setUint256", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]