PowerPassStakingOrderRewardRecorded
This event is emitted per order to enable detailed reward tracking
orderAmount and rewardAmount can be negative for corrections
Emitted for each order reward recorded during uploadOrders
event PowerPassStakingOrderRewardRecorded(
uint256 indexed tokenId,
bytes32 indexed orderId,
bytes32 powernowDeviceId,
uint64 orderStartTime,
uint64 orderEndTime,
int128 orderAmount, // Signed to support corrections
int128 rewardAmount, // Signed to support corrections
uint64 batchId,
uint256 timestamp
);