dsa-connectors/contracts/mainnet/connectors/makerdao-import/events.sol
2023-04-17 13:17:49 +04:00

6 lines
176 B
Solidity

// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {
event LogTransferToAvo(uint256 indexed vault, bytes32 indexed ilk, address indexed avoAddress);
}