dsa-connectors/contracts/mainnet/connectors/makerdao-import/events.sol

6 lines
176 B
Solidity
Raw Normal View History

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