Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ironbank fantom generic lender #6

Open
wants to merge 12 commits into
base: fish/043_fantom
Choose a base branch
from

Conversation

flashfish0x
Copy link
Owner

No description provided.

}


uint256 _scream = IERC20(ib).balanceOf(address(this));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not scream anymore right?

address public constant ib = address(0x00a35FD824c717879BF370E70AC6868b95870Dfb);
address public constant wftm = address(0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83);
iLiquidityMining public liquidityMining;
address public unitroller;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you dont need this anymore

function _initialize(address _cToken) internal {
require(address(cToken) == address(0), "GenericIB already initialized");
cToken = CErc20I(_cToken);
unitroller = cToken.comptroller();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you dont need this anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants