Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

PowerPassStakingOrderRewardRecorded

Git Source

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
);