dsa-connectors/contracts/mainnet/connectors/makerdao-import/events.sol
2023-04-20 16:54:42 -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);
}