IEvents

Git Source

Events

DistributePoints

Emitted when points are distributed to an address.

event DistributePoints(address indexed to, uint256 indexed amount);

Tip

Emitted when points are tipped from one address to another.

event Tip(address indexed from, address indexed to, bytes32 indexed feedId, uint256 amount);

WithdrawnByFeedId

Emitted when points are withdrawn by feed id.

event WithdrawnByFeedId(address indexed to, bytes32 indexed feedId, uint256 indexed amount);

Withdrawn

Emitted when tokens are withdrawn from an address.

event Withdrawn(address indexed user, address indexed to, uint256 indexed amount);