Skip to content

Instantly share code, notes, and snippets.

View fbslo's full-sized avatar
🏠
Working from home

fbslo fbslo

🏠
Working from home
View GitHub Profile
// SPDX-License-Identifier: MIT
// @fbsloXBT
pragma solidity 0.8.12;
interface IChainLink {
function latestAnswer() external returns (uint256);
}
interface IUSDC {