TaskRequestSent

Git Source

Emitted on sendRequest()

event TaskRequestSent(
    address indexed requester,
    bytes32 indexed requestId,
    address indexed callbackAddr,
    uint256 payment,
    uint256 cancelExpiration,
    bool deterministic,
    bytes data
);

Parameters

NameTypeDescription
requesteraddressThe address of the requester.
requestIdbytes32The unique identifier of the request.
callbackAddraddressThe address of the callback contract.
paymentuint256The amount of tokens sent with the request.
cancelExpirationuint256The timestamp when the request can be canceled.
deterministicboolWhether the request is deterministic.
databytesThe data sent with the request.