Removed LogDeposit and LogWithdraw events

This commit is contained in:
Thrilok Kumar 2021-04-16 22:27:06 +05:30
parent ba74a38a84
commit 5e58a57e8e
2 changed files with 0 additions and 24 deletions

View File

@ -2,18 +2,6 @@ pragma solidity >=0.7.0;
pragma experimental ABIEncoderV2;
contract Events {
event LogDeposit(
address owner,
address[] tokens,
uint[] amts
);
event LogWithdraw(
address owner,
address[] tokens,
uint[] amts
);
event LogUpdateSafeRatioGap(
uint256 oldSafeRatioGap,
uint256 newSafeRatioGap

View File

@ -2,18 +2,6 @@ pragma solidity >=0.7.0;
pragma experimental ABIEncoderV2;
contract Events {
event LogDeposit(
address owner,
address[] tokens,
uint256[] amts
);
event LogWithdraw(
address owner,
address[] tokens,
uint256[] amts
);
event LogSettle(
address[] tokens,
uint256[] amts