//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {
event LogDeposit(uint256 Amt, uint256 getId, uint256 setId);
}