dsa-connectors-2.0/contracts/mainnet/connectors/maker-import/events.sol
2024-05-20 13:32:38 +05:30

6 lines
181 B
Solidity

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