Gelato-automations/contracts/interfaces/dapps/Maker/ITokenJoinInterface.sol
2020-11-23 11:26:58 +01:00

7 lines
149 B
Solidity

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
interface ITokenJoinInterface {
function dec() external view returns (uint256);
}