Commit 835a58a8 by github-actions

Transpile 2d95a812

parent 18f6cb0f
......@@ -20,7 +20,7 @@ import "../proxy/utils/Initializable.sol";
*/
contract VestingWalletUpgradeable is Initializable, ContextUpgradeable {
event EtherReleased(uint256 amount);
event ERC20Released(address token, uint256 amount);
event ERC20Released(address indexed token, uint256 amount);
uint256 private _released;
mapping(address => uint256) private _erc20Released;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment