Distribution
Code
Address
Events, Read-Only Functions, and State-Changing Functions
Last updated
Last updated
event RefixBlockAmount(uint amountPerBlock);event RefixDistributionRate(address[] targets, uint[] rates);event ChangeDistributionRate(address target, uint rate);event Distribute(address user, address target, uint amount, uint currentIndex, uint userRewardSum);