ReleaseV1Tokens
Emitted from:
Definition
event ReleaseV1Tokens(
uint256 indexed projectId,
address indexed beneficiary,
uint256 unclaimedBalance,
uint256 erc20Balance,
address caller
);
projectIdis the ID of the v1 project whose tokens were released.beneficiaryis the address that received the v1 project's tokens.unclaimedBalanceis the amount of unclaimed tokens this contract had that were transfered to the beneficiary, as a fixed point number with 18 decimals.erc20Balanceis the amount of ERC20 tokens this contract had that were transfered to the beneficiary, as a fixed point number with 18 decimals.calleris the address that issued the transaction within which the event was emitted.