More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 32,038 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Repay Borrow | 10563362 | 23 hrs ago | IN | 0 GLMR | 0.048916 | ||||
Repay Borrow | 10563262 | 23 hrs ago | IN | 0 GLMR | 0.048916 | ||||
Mint | 10557823 | 32 hrs ago | IN | 0 GLMR | 0.09825005 | ||||
Redeem | 10557816 | 32 hrs ago | IN | 0 GLMR | 0.09805601 | ||||
Repay Borrow | 10526875 | 3 days ago | IN | 0 GLMR | 0.0489 | ||||
Repay Borrow | 10509247 | 4 days ago | IN | 0 GLMR | 0.0489099 | ||||
Redeem | 10497264 | 5 days ago | IN | 0 GLMR | 0.07368979 | ||||
Borrow | 10495752 | 5 days ago | IN | 0 GLMR | 0.15005913 | ||||
Redeem | 10486509 | 6 days ago | IN | 0 GLMR | 0.308561 | ||||
Repay Borrow | 10483198 | 6 days ago | IN | 0 GLMR | 0.097832 | ||||
Repay Borrow | 10483134 | 6 days ago | IN | 0 GLMR | 0.048916 | ||||
Redeem | 10477495 | 7 days ago | IN | 0 GLMR | 0.05174452 | ||||
Repay Borrow | 10466566 | 7 days ago | IN | 0 GLMR | 0.048916 | ||||
Mint | 10443277 | 9 days ago | IN | 0 GLMR | 0.05184696 | ||||
Redeem | 10439739 | 9 days ago | IN | 0 GLMR | 0.0490165 | ||||
Mint | 10435810 | 9 days ago | IN | 0 GLMR | 0.0491135 | ||||
Redeem | 10429617 | 10 days ago | IN | 0 GLMR | 0.07368979 | ||||
Repay Borrow | 10428959 | 10 days ago | IN | 0 GLMR | 0.0489 | ||||
Mint | 10428760 | 10 days ago | IN | 0 GLMR | 0.05184696 | ||||
Repay Borrow | 10424411 | 10 days ago | IN | 0 GLMR | 0.048916 | ||||
Repay Borrow | 10408419 | 11 days ago | IN | 0 GLMR | 0.0516384 | ||||
Repay Borrow | 10397640 | 12 days ago | IN | 0 GLMR | 0.048916 | ||||
Repay Borrow | 10384426 | 13 days ago | IN | 0 GLMR | 0.04892943 | ||||
Repay Borrow | 10384399 | 13 days ago | IN | 0 GLMR | 0.048916 | ||||
Repay Borrow | 10383635 | 13 days ago | IN | 0 GLMR | 0.048916 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
MErc20Delegator
Compiler Version
v0.5.17+commit.d19bba13
Contract Source Code (Solidity)
/** *Submitted for verification at moonbeam.moonscan.io on 2022-11-29 */ pragma solidity 0.5.17; contract ComptrollerInterface { /// @notice Indicator that this is a Comptroller contract (for inspection) bool public constant isComptroller = true; /// @notice The amount of gas to use when making a native asset transfer. uint16 public gasAmount; /*** Assets You Are In ***/ function enterMarkets(address[] calldata mTokens) external returns (uint[] memory); function exitMarket(address mToken) external returns (uint); /*** Policy Hooks ***/ function mintAllowed(address mToken, address minter, uint mintAmount) external returns (uint); function mintVerify(address mToken, address minter, uint mintAmount, uint mintTokens) external; function redeemAllowed(address mToken, address redeemer, uint redeemTokens) external returns (uint); function redeemVerify(address mToken, address redeemer, uint redeemAmount, uint redeemTokens) external; function borrowAllowed(address mToken, address borrower, uint borrowAmount) external returns (uint); function borrowVerify(address mToken, address borrower, uint borrowAmount) external; function repayBorrowAllowed( address mToken, address payer, address borrower, uint repayAmount) external returns (uint); function repayBorrowVerify( address mToken, address payer, address borrower, uint repayAmount, uint borrowerIndex) external; function liquidateBorrowAllowed( address mTokenBorrowed, address mTokenCollateral, address liquidator, address borrower, uint repayAmount) external returns (uint); function liquidateBorrowVerify( address mTokenBorrowed, address mTokenCollateral, address liquidator, address borrower, uint repayAmount, uint seizeTokens) external; function seizeAllowed( address mTokenCollateral, address mTokenBorrowed, address liquidator, address borrower, uint seizeTokens) external returns (uint); function seizeVerify( address mTokenCollateral, address mTokenBorrowed, address liquidator, address borrower, uint seizeTokens) external; function transferAllowed(address mToken, address src, address dst, uint transferTokens) external returns (uint); function transferVerify(address mToken, address src, address dst, uint transferTokens) external; /*** Liquidity/Liquidation Calculations ***/ function liquidateCalculateSeizeTokens( address mTokenBorrowed, address mTokenCollateral, uint repayAmount) external view returns (uint, uint); } /** * @title Moonwell's InterestRateModel Interface * @author Moonwell */ contract InterestRateModel { /// @notice Indicator that this is an InterestRateModel contract (for inspection) bool public constant isInterestRateModel = true; /** * @notice Calculates the current borrow interest rate per timestmp * @param cash The total amount of cash the market has * @param borrows The total amount of borrows the market has outstanding * @param reserves The total amount of reserves the market has * @return The borrow rate per timestmp (as a percentage, and scaled by 1e18) */ function getBorrowRate(uint cash, uint borrows, uint reserves) external view returns (uint); /** * @notice Calculates the current supply interest rate per timestmp * @param cash The total amount of cash the market has * @param borrows The total amount of borrows the market has outstanding * @param reserves The total amount of reserves the market has * @param reserveFactorMantissa The current reserve factor the market has * @return The supply rate per timestmp (as a percentage, and scaled by 1e18) */ function getSupplyRate(uint cash, uint borrows, uint reserves, uint reserveFactorMantissa) external view returns (uint); } /** * @title EIP20NonStandardInterface * @dev Version of ERC20 with no return values for `transfer` and `transferFrom` * See https://medium.com/coinmonks/missing-return-value-bug-at-least-130-tokens-affected-d67bf08521ca */ interface EIP20NonStandardInterface { /** * @notice Get the total number of tokens in circulation * @return The supply of tokens */ function totalSupply() external view returns (uint256); /** * @notice Gets the balance of the specified address * @param owner The address from which the balance will be retrieved * @return The balance */ function balanceOf(address owner) external view returns (uint256 balance); /// /// !!!!!!!!!!!!!! /// !!! NOTICE !!! `transfer` does not return a value, in violation of the ERC-20 specification /// !!!!!!!!!!!!!! /// /** * @notice Transfer `amount` tokens from `msg.sender` to `dst` * @param dst The address of the destination account * @param amount The number of tokens to transfer */ function transfer(address dst, uint256 amount) external; /// /// !!!!!!!!!!!!!! /// !!! NOTICE !!! `transferFrom` does not return a value, in violation of the ERC-20 specification /// !!!!!!!!!!!!!! /// /** * @notice Transfer `amount` tokens from `src` to `dst` * @param src The address of the source account * @param dst The address of the destination account * @param amount The number of tokens to transfer */ function transferFrom(address src, address dst, uint256 amount) external; /** * @notice Approve `spender` to transfer up to `amount` from `src` * @dev This will overwrite the approval amount for `spender` * and is subject to issues noted [here](https://eips.ethereum.org/EIPS/eip-20#approve) * @param spender The address of the account which may transfer tokens * @param amount The number of tokens that are approved * @return Whether or not the approval succeeded */ function approve(address spender, uint256 amount) external returns (bool success); /** * @notice Get the current allowance from `owner` for `spender` * @param owner The address of the account which owns the tokens to be spent * @param spender The address of the account which may transfer tokens * @return The number of tokens allowed to be spent */ function allowance(address owner, address spender) external view returns (uint256 remaining); event Transfer(address indexed from, address indexed to, uint256 amount); event Approval(address indexed owner, address indexed spender, uint256 amount); } contract MTokenStorage { /** * @dev Guard variable for re-entrancy checks */ bool internal _notEntered; /** * @notice EIP-20 token name for this token */ string public name; /** * @notice EIP-20 token symbol for this token */ string public symbol; /** * @notice EIP-20 token decimals for this token */ uint8 public decimals; /** * @notice Maximum borrow rate that can ever be applied (.0005% / block) */ uint internal constant borrowRateMaxMantissa = 0.0005e16; /** * @notice Maximum fraction of interest that can be set aside for reserves */ uint internal constant reserveFactorMaxMantissa = 1e18; /** * @notice Administrator for this contract */ address payable public admin; /** * @notice Pending administrator for this contract */ address payable public pendingAdmin; /** * @notice Contract which oversees inter-mToken operations */ ComptrollerInterface public comptroller; /** * @notice Model which tells what the current interest rate should be */ InterestRateModel public interestRateModel; /** * @notice Initial exchange rate used when minting the first MTokens (used when totalSupply = 0) */ uint internal initialExchangeRateMantissa; /** * @notice Fraction of interest currently set aside for reserves */ uint public reserveFactorMantissa; /** * @notice Block number that interest was last accrued at */ uint public accrualBlockTimestamp; /** * @notice Accumulator of the total earned interest rate since the opening of the market */ uint public borrowIndex; /** * @notice Total amount of outstanding borrows of the underlying in this market */ uint public totalBorrows; /** * @notice Total amount of reserves of the underlying held in this market */ uint public totalReserves; /** * @notice Total number of tokens in circulation */ uint public totalSupply; /** * @notice Official record of token balances for each account */ mapping (address => uint) internal accountTokens; /** * @notice Approved token transfer amounts on behalf of others */ mapping (address => mapping (address => uint)) internal transferAllowances; /** * @notice Container for borrow balance information * @member principal Total balance (with accrued interest), after applying the most recent balance-changing action * @member interestIndex Global borrowIndex as of the most recent balance-changing action */ struct BorrowSnapshot { uint principal; uint interestIndex; } /** * @notice Mapping of account addresses to outstanding borrow balances */ mapping(address => BorrowSnapshot) internal accountBorrows; /** * @notice Share of seized collateral that is added to reserves */ uint public protocolSeizeShareMantissa; } contract MTokenInterface is MTokenStorage { /** * @notice Indicator that this is a MToken contract (for inspection) */ bool public constant isMToken = true; /*** Market Events ***/ /** * @notice Event emitted when interest is accrued */ event AccrueInterest(uint cashPrior, uint interestAccumulated, uint borrowIndex, uint totalBorrows); /** * @notice Event emitted when tokens are minted */ event Mint(address minter, uint mintAmount, uint mintTokens); /** * @notice Event emitted when tokens are redeemed */ event Redeem(address redeemer, uint redeemAmount, uint redeemTokens); /** * @notice Event emitted when underlying is borrowed */ event Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows); /** * @notice Event emitted when a borrow is repaid */ event RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows); /** * @notice Event emitted when a borrow is liquidated */ event LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address mTokenCollateral, uint seizeTokens); /*** Admin Events ***/ /** * @notice Event emitted when pendingAdmin is changed */ event NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin); /** * @notice Event emitted when pendingAdmin is accepted, which means admin is updated */ event NewAdmin(address oldAdmin, address newAdmin); /** * @notice Event emitted when comptroller is changed */ event NewComptroller(ComptrollerInterface oldComptroller, ComptrollerInterface newComptroller); /** * @notice Event emitted when interestRateModel is changed */ event NewMarketInterestRateModel(InterestRateModel oldInterestRateModel, InterestRateModel newInterestRateModel); /** * @notice Event emitted when the reserve factor is changed */ event NewReserveFactor(uint oldReserveFactorMantissa, uint newReserveFactorMantissa); /** * @notice Event emitted when the protocol seize share is changed */ event NewProtocolSeizeShare(uint oldProtocolSeizeShareMantissa, uint newProtocolSeizeShareMantissa); /** * @notice Event emitted when the reserves are added */ event ReservesAdded(address benefactor, uint addAmount, uint newTotalReserves); /** * @notice Event emitted when the reserves are reduced */ event ReservesReduced(address admin, uint reduceAmount, uint newTotalReserves); /** * @notice EIP20 Transfer event */ event Transfer(address indexed from, address indexed to, uint amount); /** * @notice EIP20 Approval event */ event Approval(address indexed owner, address indexed spender, uint amount); /** * @notice Failure event */ event Failure(uint error, uint info, uint detail); /*** User Interface ***/ function transfer(address dst, uint amount) external returns (bool); function transferFrom(address src, address dst, uint amount) external returns (bool); function approve(address spender, uint amount) external returns (bool); function allowance(address owner, address spender) external view returns (uint); function balanceOf(address owner) external view returns (uint); function balanceOfUnderlying(address owner) external returns (uint); function getAccountSnapshot(address account) external view returns (uint, uint, uint, uint); function borrowRatePerTimestamp() external view returns (uint); function supplyRatePerTimestamp() external view returns (uint); function totalBorrowsCurrent() external returns (uint); function borrowBalanceCurrent(address account) external returns (uint); function borrowBalanceStored(address account) public view returns (uint); function exchangeRateCurrent() public returns (uint); function exchangeRateStored() public view returns (uint); function getCash() external view returns (uint); function accrueInterest() public returns (uint); function seize(address liquidator, address borrower, uint seizeTokens) external returns (uint); /*** Admin Functions ***/ function _setPendingAdmin(address payable newPendingAdmin) external returns (uint); function _acceptAdmin() external returns (uint); function _setComptroller(ComptrollerInterface newComptroller) public returns (uint); function _setReserveFactor(uint newReserveFactorMantissa) external returns (uint); function _reduceReserves(uint reduceAmount) external returns (uint); function _setInterestRateModel(InterestRateModel newInterestRateModel) public returns (uint); function _setProtocolSeizeShare(uint newProtocolSeizeShareMantissa) external returns (uint); } contract MErc20Storage { /** * @notice Underlying asset for this MToken */ address public underlying; } contract MErc20Interface is MErc20Storage { /*** User Interface ***/ function mint(uint mintAmount) external returns (uint); function redeem(uint redeemTokens) external returns (uint); function redeemUnderlying(uint redeemAmount) external returns (uint); function borrow(uint borrowAmount) external returns (uint); function repayBorrow(uint repayAmount) external returns (uint); function repayBorrowBehalf(address borrower, uint repayAmount) external returns (uint); function liquidateBorrow(address borrower, uint repayAmount, MTokenInterface mTokenCollateral) external returns (uint); function sweepToken(EIP20NonStandardInterface token) external; /*** Admin Functions ***/ function _addReserves(uint addAmount) external returns (uint); } contract MDelegationStorage { /** * @notice Implementation address for this contract */ address public implementation; } contract MDelegatorInterface is MDelegationStorage { /** * @notice Emitted when implementation is changed */ event NewImplementation(address oldImplementation, address newImplementation); /** * @notice Called by the admin to update the implementation of the delegator * @param implementation_ The address of the new implementation for delegation * @param allowResign Flag to indicate whether to call _resignImplementation on the old implementation * @param becomeImplementationData The encoded bytes data to be passed to _becomeImplementation */ function _setImplementation(address implementation_, bool allowResign, bytes memory becomeImplementationData) public; } contract MDelegateInterface is MDelegationStorage { /** * @notice Called by the delegator on a delegate to initialize it for duty * @dev Should revert if any issues arise which make it unfit for delegation * @param data The encoded bytes data for any initialization */ function _becomeImplementation(bytes memory data) public; /** * @notice Called by the delegator on a delegate to forfeit its responsibility */ function _resignImplementation() public; } /** * @title Moonwell's MErc20Delegator Contract * @notice MTokens which wrap an EIP-20 underlying and delegate to an implementation * @author Moonwell */ contract MErc20Delegator is MTokenInterface, MErc20Interface, MDelegatorInterface { /** * @notice Construct a new money market * @param underlying_ The address of the underlying asset * @param comptroller_ The address of the Comptroller * @param interestRateModel_ The address of the interest rate model * @param initialExchangeRateMantissa_ The initial exchange rate, scaled by 1e18 * @param name_ ERC-20 name of this token * @param symbol_ ERC-20 symbol of this token * @param decimals_ ERC-20 decimal precision of this token * @param admin_ Address of the administrator of this token * @param implementation_ The address of the implementation the contract delegates to * @param becomeImplementationData The encoded args for becomeImplementation */ constructor(address underlying_, ComptrollerInterface comptroller_, InterestRateModel interestRateModel_, uint initialExchangeRateMantissa_, string memory name_, string memory symbol_, uint8 decimals_, address payable admin_, address implementation_, bytes memory becomeImplementationData) public { // Creator of the contract is admin during initialization admin = msg.sender; // First delegate gets to initialize the delegator (i.e. storage contract) delegateTo(implementation_, abi.encodeWithSignature("initialize(address,address,address,uint256,string,string,uint8)", underlying_, comptroller_, interestRateModel_, initialExchangeRateMantissa_, name_, symbol_, decimals_)); // New implementations always get set via the settor (post-initialize) _setImplementation(implementation_, false, becomeImplementationData); // Set the proper admin now that initialization is done admin = admin_; } /** * @notice Called by the admin to update the implementation of the delegator * @param implementation_ The address of the new implementation for delegation * @param allowResign Flag to indicate whether to call _resignImplementation on the old implementation * @param becomeImplementationData The encoded bytes data to be passed to _becomeImplementation */ function _setImplementation(address implementation_, bool allowResign, bytes memory becomeImplementationData) public { require(msg.sender == admin, "MErc20Delegator::_setImplementation: Caller must be admin"); if (allowResign) { delegateToImplementation(abi.encodeWithSignature("_resignImplementation()")); } address oldImplementation = implementation; implementation = implementation_; delegateToImplementation(abi.encodeWithSignature("_becomeImplementation(bytes)", becomeImplementationData)); emit NewImplementation(oldImplementation, implementation); } /** * @notice Sender supplies assets into the market and receives mTokens in exchange * @dev Accrues interest whether or not the operation succeeds, unless reverted * @param mintAmount The amount of the underlying asset to supply * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function mint(uint mintAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("mint(uint256)", mintAmount)); return abi.decode(data, (uint)); } /** * @notice Sender redeems mTokens in exchange for the underlying asset * @dev Accrues interest whether or not the operation succeeds, unless reverted * @param redeemTokens The number of mTokens to redeem into underlying * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function redeem(uint redeemTokens) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("redeem(uint256)", redeemTokens)); return abi.decode(data, (uint)); } /** * @notice Sender redeems mTokens in exchange for a specified amount of underlying asset * @dev Accrues interest whether or not the operation succeeds, unless reverted * @param redeemAmount The amount of underlying to redeem * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function redeemUnderlying(uint redeemAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("redeemUnderlying(uint256)", redeemAmount)); return abi.decode(data, (uint)); } /** * @notice Sender borrows assets from the protocol to their own address * @param borrowAmount The amount of the underlying asset to borrow * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function borrow(uint borrowAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("borrow(uint256)", borrowAmount)); return abi.decode(data, (uint)); } /** * @notice Sender repays their own borrow * @param repayAmount The amount to repay * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function repayBorrow(uint repayAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("repayBorrow(uint256)", repayAmount)); return abi.decode(data, (uint)); } /** * @notice Sender repays a borrow belonging to borrower * @param borrower the account with the debt being payed off * @param repayAmount The amount to repay * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function repayBorrowBehalf(address borrower, uint repayAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("repayBorrowBehalf(address,uint256)", borrower, repayAmount)); return abi.decode(data, (uint)); } /** * @notice The sender liquidates the borrowers collateral. * The collateral seized is transferred to the liquidator. * @param borrower The borrower of this mToken to be liquidated * @param mTokenCollateral The market in which to seize collateral from the borrower * @param repayAmount The amount of the underlying borrowed asset to repay * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function liquidateBorrow(address borrower, uint repayAmount, MTokenInterface mTokenCollateral) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("liquidateBorrow(address,uint256,address)", borrower, repayAmount, mTokenCollateral)); return abi.decode(data, (uint)); } /** * @notice Transfer `amount` tokens from `msg.sender` to `dst` * @param dst The address of the destination account * @param amount The number of tokens to transfer * @return Whether or not the transfer succeeded */ function transfer(address dst, uint amount) external returns (bool) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("transfer(address,uint256)", dst, amount)); return abi.decode(data, (bool)); } /** * @notice Transfer `amount` tokens from `src` to `dst` * @param src The address of the source account * @param dst The address of the destination account * @param amount The number of tokens to transfer * @return Whether or not the transfer succeeded */ function transferFrom(address src, address dst, uint256 amount) external returns (bool) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("transferFrom(address,address,uint256)", src, dst, amount)); return abi.decode(data, (bool)); } /** * @notice Approve `spender` to transfer up to `amount` from `src` * @dev This will overwrite the approval amount for `spender` * and is subject to issues noted [here](https://eips.ethereum.org/EIPS/eip-20#approve) * @param spender The address of the account which may transfer tokens * @param amount The number of tokens that are approved (-1 means infinite) * @return Whether or not the approval succeeded */ function approve(address spender, uint256 amount) external returns (bool) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("approve(address,uint256)", spender, amount)); return abi.decode(data, (bool)); } /** * @notice Get the current allowance from `owner` for `spender` * @param owner The address of the account which owns the tokens to be spent * @param spender The address of the account which may transfer tokens * @return The number of tokens allowed to be spent (-1 means infinite) */ function allowance(address owner, address spender) external view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("allowance(address,address)", owner, spender)); return abi.decode(data, (uint)); } /** * @notice Get the token balance of the `owner` * @param owner The address of the account to query * @return The number of tokens owned by `owner` */ function balanceOf(address owner) external view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("balanceOf(address)", owner)); return abi.decode(data, (uint)); } /** * @notice Get the underlying balance of the `owner` * @dev This also accrues interest in a transaction * @param owner The address of the account to query * @return The amount of underlying owned by `owner` */ function balanceOfUnderlying(address owner) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("balanceOfUnderlying(address)", owner)); return abi.decode(data, (uint)); } /** * @notice Get a snapshot of the account's balances, and the cached exchange rate * @dev This is used by comptroller to more efficiently perform liquidity checks. * @param account Address of the account to snapshot * @return (possible error, token balance, borrow balance, exchange rate mantissa) */ function getAccountSnapshot(address account) external view returns (uint, uint, uint, uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("getAccountSnapshot(address)", account)); return abi.decode(data, (uint, uint, uint, uint)); } /** * @notice Returns the current per-timestamp borrow interest rate for this mToken * @return The borrow interest rate per timestmp, scaled by 1e18 */ function borrowRatePerTimestamp() external view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("borrowRatePerTimestamp()")); return abi.decode(data, (uint)); } /** * @notice Returns the current per-timestamp supply interest rate for this mToken * @return The supply interest rate per timestmp, scaled by 1e18 */ function supplyRatePerTimestamp() external view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("supplyRatePerTimestamp()")); return abi.decode(data, (uint)); } /** * @notice Returns the current total borrows plus accrued interest * @return The total borrows with interest */ function totalBorrowsCurrent() external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("totalBorrowsCurrent()")); return abi.decode(data, (uint)); } /** * @notice Accrue interest to updated borrowIndex and then calculate account's borrow balance using the updated borrowIndex * @param account The address whose balance should be calculated after updating borrowIndex * @return The calculated balance */ function borrowBalanceCurrent(address account) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("borrowBalanceCurrent(address)", account)); return abi.decode(data, (uint)); } /** * @notice Return the borrow balance of account based on stored data * @param account The address whose balance should be calculated * @return The calculated balance */ function borrowBalanceStored(address account) public view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("borrowBalanceStored(address)", account)); return abi.decode(data, (uint)); } /** * @notice Accrue interest then return the up-to-date exchange rate * @return Calculated exchange rate scaled by 1e18 */ function exchangeRateCurrent() public returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("exchangeRateCurrent()")); return abi.decode(data, (uint)); } /** * @notice Calculates the exchange rate from the underlying to the MToken * @dev This function does not accrue interest before calculating the exchange rate * @return Calculated exchange rate scaled by 1e18 */ function exchangeRateStored() public view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("exchangeRateStored()")); return abi.decode(data, (uint)); } /** * @notice Get cash balance of this mToken in the underlying asset * @return The quantity of underlying asset owned by this contract */ function getCash() external view returns (uint) { bytes memory data = delegateToViewImplementation(abi.encodeWithSignature("getCash()")); return abi.decode(data, (uint)); } /** * @notice Applies accrued interest to total borrows and reserves. * @dev This calculates interest accrued from the last checkpointed block * up to the current block and writes new checkpoint to storage. */ function accrueInterest() public returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("accrueInterest()")); return abi.decode(data, (uint)); } /** * @notice Transfers collateral tokens (this market) to the liquidator. * @dev Will fail unless called by another mToken during the process of liquidation. * Its absolutely critical to use msg.sender as the borrowed mToken and not a parameter. * @param liquidator The account receiving seized collateral * @param borrower The account having collateral seized * @param seizeTokens The number of mTokens to seize * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function seize(address liquidator, address borrower, uint seizeTokens) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("seize(address,address,uint256)", liquidator, borrower, seizeTokens)); return abi.decode(data, (uint)); } /** * @notice A public function to sweep accidental ERC-20 transfers to this contract. Tokens are sent to admin (timelock) * @param token The address of the ERC-20 token to sweep */ function sweepToken(EIP20NonStandardInterface token) external { delegateToImplementation(abi.encodeWithSignature("sweepToken(address)", token)); } /*** Admin Functions ***/ /** * @notice Begins transfer of admin rights. The newPendingAdmin must call `_acceptAdmin` to finalize the transfer. * @dev Admin function to begin change of admin. The newPendingAdmin must call `_acceptAdmin` to finalize the transfer. * @param newPendingAdmin New pending admin. * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _setPendingAdmin(address payable newPendingAdmin) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_setPendingAdmin(address)", newPendingAdmin)); return abi.decode(data, (uint)); } /** * @notice Sets a new comptroller for the market * @dev Admin function to set a new comptroller * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _setComptroller(ComptrollerInterface newComptroller) public returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_setComptroller(address)", newComptroller)); return abi.decode(data, (uint)); } /** * @notice accrues interest and sets a new reserve factor for the protocol using _setReserveFactorFresh * @dev Admin function to accrue interest and set a new reserve factor * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _setReserveFactor(uint newReserveFactorMantissa) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_setReserveFactor(uint256)", newReserveFactorMantissa)); return abi.decode(data, (uint)); } /** * @notice Accepts transfer of admin rights. msg.sender must be pendingAdmin * @dev Admin function for pending admin to accept role and update admin * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _acceptAdmin() external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_acceptAdmin()")); return abi.decode(data, (uint)); } /** * @notice Accrues interest and adds reserves by transferring from admin * @param addAmount Amount of reserves to add * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _addReserves(uint addAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_addReserves(uint256)", addAmount)); return abi.decode(data, (uint)); } /** * @notice Accrues interest and reduces reserves by transferring to admin * @param reduceAmount Amount of reduction to reserves * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _reduceReserves(uint reduceAmount) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_reduceReserves(uint256)", reduceAmount)); return abi.decode(data, (uint)); } /** * @notice Accrues interest and updates the interest rate model using _setInterestRateModelFresh * @dev Admin function to accrue interest and update the interest rate model * @param newInterestRateModel the new interest rate model to use * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _setInterestRateModel(InterestRateModel newInterestRateModel) public returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_setInterestRateModel(address)", newInterestRateModel)); return abi.decode(data, (uint)); } /** * @notice accrues interest and sets a new protocol seize share for the protocol using _setProtocolSeizeShareFresh * @dev Admin function to accrue interest and set a new protocol seize share * @return uint 0=success, otherwise a failure (see ErrorReporter.sol for details) */ function _setProtocolSeizeShare(uint newProtocolSeizeShareMantissa) external returns (uint) { bytes memory data = delegateToImplementation(abi.encodeWithSignature("_setProtocolSeizeShare(uint256)", newProtocolSeizeShareMantissa)); return abi.decode(data, (uint)); } /** * @notice Internal method to delegate execution to another contract * @dev It returns to the external caller whatever the implementation returns or forwards reverts * @param callee The contract to delegatecall * @param data The raw data to delegatecall * @return The returned bytes from the delegatecall */ function delegateTo(address callee, bytes memory data) internal returns (bytes memory) { (bool success, bytes memory returnData) = callee.delegatecall(data); assembly { if eq(success, 0) { revert(add(returnData, 0x20), returndatasize) } } return returnData; } /** * @notice Delegates execution to the implementation contract * @dev It returns to the external caller whatever the implementation returns or forwards reverts * @param data The raw data to delegatecall * @return The returned bytes from the delegatecall */ function delegateToImplementation(bytes memory data) public returns (bytes memory) { return delegateTo(implementation, data); } /** * @notice Delegates execution to an implementation contract * @dev It returns to the external caller whatever the implementation returns or forwards reverts * There are an additional 2 prefix uints from the wrapper returndata, which we ignore since we make an extra hop. * @param data The raw data to delegatecall * @return The returned bytes from the delegatecall */ function delegateToViewImplementation(bytes memory data) public view returns (bytes memory) { (bool success, bytes memory returnData) = address(this).staticcall(abi.encodeWithSignature("delegateToImplementation(bytes)", data)); assembly { if eq(success, 0) { revert(add(returnData, 0x20), returndatasize) } } return abi.decode(returnData, (bytes)); } /** * @notice Delegates execution to an implementation contract * @dev It returns to the external caller whatever the implementation returns or forwards reverts */ function () external payable { require(msg.value == 0,"MErc20Delegator:fallback: cannot send value to fallback"); // delegate all other functions to current implementation (bool success, ) = implementation.delegatecall(msg.data); assembly { let free_mem_ptr := mload(0x40) returndatacopy(free_mem_ptr, 0, returndatasize) switch success case 0 { revert(free_mem_ptr, returndatasize) } default { return(free_mem_ptr, returndatasize) } } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"underlying_","type":"address"},{"internalType":"contract ComptrollerInterface","name":"comptroller_","type":"address"},{"internalType":"contract InterestRateModel","name":"interestRateModel_","type":"address"},{"internalType":"uint256","name":"initialExchangeRateMantissa_","type":"uint256"},{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint8","name":"decimals_","type":"uint8"},{"internalType":"address payable","name":"admin_","type":"address"},{"internalType":"address","name":"implementation_","type":"address"},{"internalType":"bytes","name":"becomeImplementationData","type":"bytes"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"cashPrior","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"interestAccumulated","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"borrowIndex","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"totalBorrows","type":"uint256"}],"name":"AccrueInterest","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"borrower","type":"address"},{"indexed":false,"internalType":"uint256","name":"borrowAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"accountBorrows","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"totalBorrows","type":"uint256"}],"name":"Borrow","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"error","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"info","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"detail","type":"uint256"}],"name":"Failure","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"liquidator","type":"address"},{"indexed":false,"internalType":"address","name":"borrower","type":"address"},{"indexed":false,"internalType":"uint256","name":"repayAmount","type":"uint256"},{"indexed":false,"internalType":"address","name":"mTokenCollateral","type":"address"},{"indexed":false,"internalType":"uint256","name":"seizeTokens","type":"uint256"}],"name":"LiquidateBorrow","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"minter","type":"address"},{"indexed":false,"internalType":"uint256","name":"mintAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"mintTokens","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"NewAdmin","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"contract ComptrollerInterface","name":"oldComptroller","type":"address"},{"indexed":false,"internalType":"contract ComptrollerInterface","name":"newComptroller","type":"address"}],"name":"NewComptroller","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldImplementation","type":"address"},{"indexed":false,"internalType":"address","name":"newImplementation","type":"address"}],"name":"NewImplementation","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"contract InterestRateModel","name":"oldInterestRateModel","type":"address"},{"indexed":false,"internalType":"contract InterestRateModel","name":"newInterestRateModel","type":"address"}],"name":"NewMarketInterestRateModel","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldPendingAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newPendingAdmin","type":"address"}],"name":"NewPendingAdmin","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"oldProtocolSeizeShareMantissa","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newProtocolSeizeShareMantissa","type":"uint256"}],"name":"NewProtocolSeizeShare","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"oldReserveFactorMantissa","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newReserveFactorMantissa","type":"uint256"}],"name":"NewReserveFactor","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"redeemer","type":"address"},{"indexed":false,"internalType":"uint256","name":"redeemAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"redeemTokens","type":"uint256"}],"name":"Redeem","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"payer","type":"address"},{"indexed":false,"internalType":"address","name":"borrower","type":"address"},{"indexed":false,"internalType":"uint256","name":"repayAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"accountBorrows","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"totalBorrows","type":"uint256"}],"name":"RepayBorrow","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"benefactor","type":"address"},{"indexed":false,"internalType":"uint256","name":"addAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newTotalReserves","type":"uint256"}],"name":"ReservesAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"admin","type":"address"},{"indexed":false,"internalType":"uint256","name":"reduceAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newTotalReserves","type":"uint256"}],"name":"ReservesReduced","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Transfer","type":"event"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":false,"inputs":[],"name":"_acceptAdmin","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"addAmount","type":"uint256"}],"name":"_addReserves","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"reduceAmount","type":"uint256"}],"name":"_reduceReserves","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"contract ComptrollerInterface","name":"newComptroller","type":"address"}],"name":"_setComptroller","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"implementation_","type":"address"},{"internalType":"bool","name":"allowResign","type":"bool"},{"internalType":"bytes","name":"becomeImplementationData","type":"bytes"}],"name":"_setImplementation","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"contract InterestRateModel","name":"newInterestRateModel","type":"address"}],"name":"_setInterestRateModel","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address payable","name":"newPendingAdmin","type":"address"}],"name":"_setPendingAdmin","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"newProtocolSeizeShareMantissa","type":"uint256"}],"name":"_setProtocolSeizeShare","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"newReserveFactorMantissa","type":"uint256"}],"name":"_setReserveFactor","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"accrualBlockTimestamp","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"accrueInterest","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"admin","outputs":[{"internalType":"address payable","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOfUnderlying","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"borrowAmount","type":"uint256"}],"name":"borrow","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"borrowBalanceCurrent","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"borrowBalanceStored","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"borrowIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"borrowRatePerTimestamp","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"comptroller","outputs":[{"internalType":"contract ComptrollerInterface","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"bytes","name":"data","type":"bytes"}],"name":"delegateToImplementation","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"bytes","name":"data","type":"bytes"}],"name":"delegateToViewImplementation","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"exchangeRateCurrent","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"exchangeRateStored","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"getAccountSnapshot","outputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getCash","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"interestRateModel","outputs":[{"internalType":"contract InterestRateModel","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isMToken","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint256","name":"repayAmount","type":"uint256"},{"internalType":"contract MTokenInterface","name":"mTokenCollateral","type":"address"}],"name":"liquidateBorrow","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"mintAmount","type":"uint256"}],"name":"mint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"pendingAdmin","outputs":[{"internalType":"address payable","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"protocolSeizeShareMantissa","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"redeemTokens","type":"uint256"}],"name":"redeem","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"redeemAmount","type":"uint256"}],"name":"redeemUnderlying","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"repayAmount","type":"uint256"}],"name":"repayBorrow","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint256","name":"repayAmount","type":"uint256"}],"name":"repayBorrowBehalf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"reserveFactorMantissa","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"liquidator","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint256","name":"seizeTokens","type":"uint256"}],"name":"seize","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"supplyRatePerTimestamp","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"contract EIP20NonStandardInterface","name":"token","type":"address"}],"name":"sweepToken","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalBorrows","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"totalBorrowsCurrent","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalReserves","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"dst","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"src","type":"address"},{"internalType":"address","name":"dst","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"underlying","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"}]
Contract Creation Code
60806040523480156200001157600080fd5b506040516200267a3803806200267a83398181016040526101408110156200003857600080fd5b81516020830151604080850151606086015160808701805193519597949692959194919392820192846401000000008211156200007457600080fd5b9083019060208201858111156200008a57600080fd5b8251640100000000811182820188101715620000a557600080fd5b82525081516020918201929091019080838360005b83811015620000d4578181015183820152602001620000ba565b50505050905090810190601f168015620001025780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200012657600080fd5b9083019060208201858111156200013c57600080fd5b82516401000000008111828201881017156200015757600080fd5b82525081516020918201929091019080838360005b83811015620001865781810151838201526020016200016c565b50505050905090810190601f168015620001b45780820380516001836020036101000a031916815260200191505b50604081815260208301519083015160608401516080909401805192969195919284640100000000821115620001e957600080fd5b908301906020820185811115620001ff57600080fd5b82516401000000008111828201881017156200021a57600080fd5b82525081516020918201929091019080838360005b83811015620002495781810151838201526020016200022f565b50505050905090810190601f168015620002775780820380516001836020036101000a031916815260200191505b5060405250505033600360016101000a8154816001600160a01b0302191690836001600160a01b0316021790555062000424828b8b8b8b8b8b8b60405160240180886001600160a01b03166001600160a01b03168152602001876001600160a01b03166001600160a01b03168152602001866001600160a01b03166001600160a01b0316815260200185815260200180602001806020018460ff1660ff168152602001838103835286818151815260200191508051906020019080838360005b838110156200035157818101518382015260200162000337565b50505050905090810190601f1680156200037f5780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b83811015620003b45781810151838201526020016200039a565b50505050905090810190601f168015620003e25780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529190526020810180516001600160e01b03908116631a31d46560e01b17909152909a50620004721698505050505050505050565b506200043c826000836001600160e01b036200053916565b5050600380546001600160a01b0390921661010002610100600160a81b0319909216919091179055506200071a95505050505050565b606060006060846001600160a01b0316846040518082805190602001908083835b60208310620004b45780518252601f19909201916020918201910162000493565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d806000811462000516576040519150601f19603f3d011682016040523d82523d6000602084013e6200051b565b606091505b5091509150600082141562000531573d60208201fd5b949350505050565b60035461010090046001600160a01b03163314620005895760405162461bcd60e51b8152600401808060200182810382526039815260200180620026416039913960400191505060405180910390fd5b8115620005cb576040805160048152602481019091526020810180516001600160e01b0390811663153ab50560e01b17909152620005c99190620006f016565b505b601380546001600160a01b038581166001600160a01b03198316179092556040516020602482018181528551604484015285519490931693620006a1938693909283926064909201919085019080838360005b83811015620006385781810151838201526020016200061e565b50505050905090810190601f168015620006665780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529190526020810180516001600160e01b03908116630adccee560e31b17909152909350620006f016915050565b50601354604080516001600160a01b038085168252909216602083015280517fd604de94d45953f9138079ec1b82d533cb2160c906d1076d1f7ed54befbca97a9281900390910190a150505050565b60135460609062000714906001600160a01b0316836001600160e01b036200047216565b92915050565b611f17806200072a6000396000f3fe60806040526004361061031a5760003560e01c806370a08231116101ab578063bd6d894d116100f7578063dd62ed3e11610095578063f3fdb15a1161006f578063f3fdb15a14610d63578063f5e3c46214610d78578063f851a44014610dbb578063fca7820b14610dd05761031a565b8063dd62ed3e14610ce0578063e9c714f214610d1b578063f2b3abbd14610d305761031a565b8063cd91801c116100d1578063cd91801c14610c77578063cfa9920114610c8c578063d3bd2c7214610ca1578063db006a7514610cb65761031a565b8063bd6d894d14610bdf578063c37f68e214610bf4578063c5ebeaec14610c4d5761031a565b806395dd919311610164578063a9059cbb1161013e578063a9059cbb14610b1b578063aa5af0fd14610b54578063b2a02ff114610b69578063b71d1a0c14610bac5761031a565b806395dd919314610aa9578063a0712d6814610adc578063a6afed9514610b065761031a565b806370a08231146109e357806373acee9814610a165780638303084614610a2b578063852a12e314610a555780638f840ddd14610a7f57806395d89b4114610a945761031a565b80633af9e6691161026a578063555bcc4011610223578063601a0bf1116101fd578063601a0bf11461097a5780636752e702146109a4578063699cd5e2146109b95780636f307dc3146109ce5761031a565b8063555bcc40146108885780635c60da1b146109505780635fe3b567146109655761031a565b80633af9e6691461071d5780633b1d21a2146107505780633e941010146107655780634487152f1461078f5780634576b5db1461084057806347bd3718146108735761031a565b806318160ddd116102d757806323b872dd116102b157806323b872dd146106455780632608f8181461068857806326782247146106c1578063313ce567146106f25761031a565b806318160ddd146105e6578063182df0f5146105fb5780631be19560146106105761031a565b806306fdde03146103da5780630933c1ed14610464578063095ea7b3146105155780630e75270214610562578063173b99041461059e57806317bfdfbc146105b3575b34156103575760405162461bcd60e51b8152600401808060200182810382526037815260200180611e736037913960400191505060405180910390fd5b6013546040516000916001600160a01b031690829036908083838082843760405192019450600093509091505080830381855af49150503d80600081146103ba576040519150601f19603f3d011682016040523d82523d6000602084013e6103bf565b606091505b505090506040513d6000823e8180156103d6573d82f35b3d82fd5b3480156103e657600080fd5b506103ef610dfa565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610429578181015183820152602001610411565b50505050905090810190601f1680156104565780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561047057600080fd5b506103ef6004803603602081101561048757600080fd5b810190602081018135600160201b8111156104a157600080fd5b8201836020820111156104b357600080fd5b803590602001918460018302840111600160201b831117156104d457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610e87945050505050565b34801561052157600080fd5b5061054e6004803603604081101561053857600080fd5b506001600160a01b038135169060200135610ea6565b604080519115158252519081900360200190f35b34801561056e57600080fd5b5061058c6004803603602081101561058557600080fd5b5035610f1d565b60408051918252519081900360200190f35b3480156105aa57600080fd5b5061058c610f84565b3480156105bf57600080fd5b5061058c600480360360208110156105d657600080fd5b50356001600160a01b0316610f8a565b3480156105f257600080fd5b5061058c610fdc565b34801561060757600080fd5b5061058c610fe2565b34801561061c57600080fd5b506106436004803603602081101561063357600080fd5b50356001600160a01b0316611039565b005b34801561065157600080fd5b5061054e6004803603606081101561066857600080fd5b506001600160a01b03813581169160208101359091169060400135611088565b34801561069457600080fd5b5061058c600480360360408110156106ab57600080fd5b506001600160a01b038135169060200135611108565b3480156106cd57600080fd5b506106d661115e565b604080516001600160a01b039092168252519081900360200190f35b3480156106fe57600080fd5b5061070761116d565b6040805160ff9092168252519081900360200190f35b34801561072957600080fd5b5061058c6004803603602081101561074057600080fd5b50356001600160a01b0316611176565b34801561075c57600080fd5b5061058c6111c8565b34801561077157600080fd5b5061058c6004803603602081101561078857600080fd5b5035611200565b34801561079b57600080fd5b506103ef600480360360208110156107b257600080fd5b810190602081018135600160201b8111156107cc57600080fd5b8201836020820111156107de57600080fd5b803590602001918460018302840111600160201b831117156107ff57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611247945050505050565b34801561084c57600080fd5b5061058c6004803603602081101561086357600080fd5b50356001600160a01b0316611466565b34801561087f57600080fd5b5061058c6114b8565b34801561089457600080fd5b50610643600480360360608110156108ab57600080fd5b6001600160a01b03823516916020810135151591810190606081016040820135600160201b8111156108dc57600080fd5b8201836020820111156108ee57600080fd5b803590602001918460018302840111600160201b8311171561090f57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506114be945050505050565b34801561095c57600080fd5b506106d6611661565b34801561097157600080fd5b506106d6611670565b34801561098657600080fd5b5061058c6004803603602081101561099d57600080fd5b503561167f565b3480156109b057600080fd5b5061058c6116c6565b3480156109c557600080fd5b5061054e6116cc565b3480156109da57600080fd5b506106d66116d1565b3480156109ef57600080fd5b5061058c60048036036020811015610a0657600080fd5b50356001600160a01b03166116e0565b348015610a2257600080fd5b5061058c611732565b348015610a3757600080fd5b5061058c60048036036020811015610a4e57600080fd5b503561176a565b348015610a6157600080fd5b5061058c60048036036020811015610a7857600080fd5b50356117b1565b348015610a8b57600080fd5b5061058c6117f8565b348015610aa057600080fd5b506103ef6117fe565b348015610ab557600080fd5b5061058c60048036036020811015610acc57600080fd5b50356001600160a01b0316611856565b348015610ae857600080fd5b5061058c60048036036020811015610aff57600080fd5b50356118a8565b348015610b1257600080fd5b5061058c6118ef565b348015610b2757600080fd5b5061054e60048036036040811015610b3e57600080fd5b506001600160a01b038135169060200135611927565b348015610b6057600080fd5b5061058c61197d565b348015610b7557600080fd5b5061058c60048036036060811015610b8c57600080fd5b506001600160a01b03813581169160208101359091169060400135611983565b348015610bb857600080fd5b5061058c60048036036020811015610bcf57600080fd5b50356001600160a01b03166119e1565b348015610beb57600080fd5b5061058c611a33565b348015610c0057600080fd5b50610c2760048036036020811015610c1757600080fd5b50356001600160a01b0316611a6b565b604080519485526020850193909352838301919091526060830152519081900360800190f35b348015610c5957600080fd5b5061058c60048036036020811015610c7057600080fd5b5035611afd565b348015610c8357600080fd5b5061058c611b44565b348015610c9857600080fd5b5061058c611b7c565b348015610cad57600080fd5b5061058c611b82565b348015610cc257600080fd5b5061058c60048036036020811015610cd957600080fd5b5035611bba565b348015610cec57600080fd5b5061058c60048036036040811015610d0357600080fd5b506001600160a01b0381358116916020013516611c01565b348015610d2757600080fd5b5061058c611c5b565b348015610d3c57600080fd5b5061058c60048036036020811015610d5357600080fd5b50356001600160a01b0316611c93565b348015610d6f57600080fd5b506106d6611ce5565b348015610d8457600080fd5b5061058c60048036036060811015610d9b57600080fd5b506001600160a01b03813581169160208101359160409091013516611cf4565b348015610dc757600080fd5b506106d6611d55565b348015610ddc57600080fd5b5061058c60048036036020811015610df357600080fd5b5035611d69565b60018054604080516020600284861615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610e7f5780601f10610e5457610100808354040283529160200191610e7f565b820191906000526020600020905b815481529060010190602001808311610e6257829003601f168201915b505050505081565b601354606090610ea0906001600160a01b031683611db0565b92915050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663095ea7b360e01b179052600090606090610efc90610e87565b9050808060200190516020811015610f1357600080fd5b5051949350505050565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663073a938160e11b179052600090606090610f6490610e87565b9050808060200190516020811015610f7b57600080fd5b50519392505050565b60085481565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166305eff7ef60e21b179052600090606090610f6490610e87565b600d5481565b6040805160048152602481019091526020810180516001600160e01b031663182df0f560e01b17905260009060609061101a90611247565b905080806020019051602081101561103157600080fd5b505191505090565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b031662df0cab60e51b17905261108490610e87565b5050565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b1790526000906060906110e690610e87565b90508080602001905160208110156110fd57600080fd5b505195945050505050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b03166304c11f0360e31b179052600090606090610efc90610e87565b6004546001600160a01b031681565b60035460ff1681565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316633af9e66960e01b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b0316631d8e90d160e11b17905260009060609061101a90611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b03166303e9410160e41b179052600090606090610f6490610e87565b606060006060306001600160a01b0316846040516024018080602001828103825283818151815260200191508051906020019080838360005b83811015611298578181015183820152602001611280565b50505050905090810190601f1680156112c55780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529181526020820180516001600160e01b0316630933c1ed60e01b178152905182519295509350839250908083835b602083106113205780518252601f199092019160209182019101611301565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d8060008114611380576040519150601f19603f3d011682016040523d82523d6000602084013e611385565b606091505b5091509150600082141561139a573d60208201fd5b8080602001905160208110156113af57600080fd5b8101908080516040519392919084600160201b8211156113ce57600080fd5b9083019060208201858111156113e357600080fd5b8251600160201b8111828201881017156113fc57600080fd5b82525081516020918201929091019080838360005b83811015611429578181015183820152602001611411565b50505050905090810190601f1680156114565780820380516001836020036101000a031916815260200191505b5060405250505092505050919050565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316634576b5db60e01b179052600090606090610f6490610e87565b600b5481565b60035461010090046001600160a01b0316331461150c5760405162461bcd60e51b8152600401808060200182810382526039815260200180611eaa6039913960400191505060405180910390fd5b8115611546576040805160048152602481019091526020810180516001600160e01b031663153ab50560e01b17905261154490610e87565b505b601380546001600160a01b038581166001600160a01b03198316179092556040516020602482018181528551604484015285519490931693611612938693909283926064909201919085019080838360005b838110156115b0578181015183820152602001611598565b50505050905090810190601f1680156115dd5780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529190526020810180516001600160e01b0316630adccee560e31b1790529250610e87915050565b50601354604080516001600160a01b038085168252909216602083015280517fd604de94d45953f9138079ec1b82d533cb2160c906d1076d1f7ed54befbca97a9281900390910190a150505050565b6013546001600160a01b031681565b6005546001600160a01b031681565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663601a0bf160e01b179052600090606090610f6490610e87565b60115481565b600181565b6012546001600160a01b031681565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166370a0823160e01b179052600090606090610f6490611247565b6040805160048152602481019091526020810180516001600160e01b0316630e759dd360e31b17905260009060609061101a90610e87565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b0316634181842360e11b179052600090606090610f6490610e87565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663852a12e360e01b179052600090606090610f6490610e87565b600c5481565b6002805460408051602060018416156101000260001901909316849004601f81018490048402820184019092528181529291830182828015610e7f5780601f10610e5457610100808354040283529160200191610e7f565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166395dd919360e01b179052600090606090610f6490611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663140e25ad60e31b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b031663a6afed9560e01b17905260009060609061101a90610e87565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052600090606090610efc90610e87565b600a5481565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b031663b2a02ff160e01b1790526000906060906110e690610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316632dc7468360e21b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b031663bd6d894d60e01b17905260009060609061101a90610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166361bfb47160e11b179052600090819081908190606090611ac390611247565b9050808060200190516080811015611ada57600080fd5b508051602082015160408301516060909301519199909850919650945092505050565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663317afabb60e21b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b0316633364600760e21b17905260009060609061101a90611247565b60095481565b6040805160048152602481019091526020810180516001600160e01b03166369de963960e11b17905260009060609061101a90611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663db006a7560e01b179052600090606090610f6490610e87565b604080516001600160a01b03808516602483015283166044808301919091528251808303909101815260649091019091526020810180516001600160e01b0316636eb1769f60e11b179052600090606090610efc90611247565b6040805160048152602481019091526020810180516001600160e01b03166374e38a7960e11b17905260009060609061101a90610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b031663f2b3abbd60e01b179052600090606090610f6490610e87565b6006546001600160a01b031681565b604080516001600160a01b0380861660248301526044820185905283166064808301919091528251808303909101815260849091019091526020810180516001600160e01b0316637af1e23160e11b1790526000906060906110e690610e87565b60035461010090046001600160a01b031681565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663fca7820b60e01b179052600090606090610f6490610e87565b606060006060846001600160a01b0316846040518082805190602001908083835b60208310611df05780518252601f199092019160209182019101611dd1565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d8060008114611e50576040519150601f19603f3d011682016040523d82523d6000602084013e611e55565b606091505b50915091506000821415611e6a573d60208201fd5b94935050505056fe4d457263323044656c656761746f723a66616c6c6261636b3a2063616e6e6f742073656e642076616c756520746f2066616c6c6261636b4d457263323044656c656761746f723a3a5f736574496d706c656d656e746174696f6e3a2043616c6c6572206d7573742062652061646d696ea265627a7a72315820d9ef1b5753e19577a14b4a599700c8962fa0287306b657d8dd37f7ea64e3ce8b64736f6c634300051100324d457263323044656c656761746f723a3a5f736574496d706c656d656e746174696f6e3a2043616c6c6572206d7573742062652061646d696e000000000000000000000000931715fee2d06333043d11f658c8ce934ac61d0c0000000000000000000000008e00d5e02e65a19337cdba98bba9f84d4186a1800000000000000000000000001ce7e4928943d6a4820375ebe737204dc1e737550000000000000000000000000000000000000000000000000000b5e620f48000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000ddbf679d6332d9e5b409865b9671d1927255b52a000000000000000000000000948ccfff51f894dba5c250aa2844d58e169f8ad900000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000104d6f6f6e77656c6c20555344432e77680000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000086d555344432e776800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040526004361061031a5760003560e01c806370a08231116101ab578063bd6d894d116100f7578063dd62ed3e11610095578063f3fdb15a1161006f578063f3fdb15a14610d63578063f5e3c46214610d78578063f851a44014610dbb578063fca7820b14610dd05761031a565b8063dd62ed3e14610ce0578063e9c714f214610d1b578063f2b3abbd14610d305761031a565b8063cd91801c116100d1578063cd91801c14610c77578063cfa9920114610c8c578063d3bd2c7214610ca1578063db006a7514610cb65761031a565b8063bd6d894d14610bdf578063c37f68e214610bf4578063c5ebeaec14610c4d5761031a565b806395dd919311610164578063a9059cbb1161013e578063a9059cbb14610b1b578063aa5af0fd14610b54578063b2a02ff114610b69578063b71d1a0c14610bac5761031a565b806395dd919314610aa9578063a0712d6814610adc578063a6afed9514610b065761031a565b806370a08231146109e357806373acee9814610a165780638303084614610a2b578063852a12e314610a555780638f840ddd14610a7f57806395d89b4114610a945761031a565b80633af9e6691161026a578063555bcc4011610223578063601a0bf1116101fd578063601a0bf11461097a5780636752e702146109a4578063699cd5e2146109b95780636f307dc3146109ce5761031a565b8063555bcc40146108885780635c60da1b146109505780635fe3b567146109655761031a565b80633af9e6691461071d5780633b1d21a2146107505780633e941010146107655780634487152f1461078f5780634576b5db1461084057806347bd3718146108735761031a565b806318160ddd116102d757806323b872dd116102b157806323b872dd146106455780632608f8181461068857806326782247146106c1578063313ce567146106f25761031a565b806318160ddd146105e6578063182df0f5146105fb5780631be19560146106105761031a565b806306fdde03146103da5780630933c1ed14610464578063095ea7b3146105155780630e75270214610562578063173b99041461059e57806317bfdfbc146105b3575b34156103575760405162461bcd60e51b8152600401808060200182810382526037815260200180611e736037913960400191505060405180910390fd5b6013546040516000916001600160a01b031690829036908083838082843760405192019450600093509091505080830381855af49150503d80600081146103ba576040519150601f19603f3d011682016040523d82523d6000602084013e6103bf565b606091505b505090506040513d6000823e8180156103d6573d82f35b3d82fd5b3480156103e657600080fd5b506103ef610dfa565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610429578181015183820152602001610411565b50505050905090810190601f1680156104565780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561047057600080fd5b506103ef6004803603602081101561048757600080fd5b810190602081018135600160201b8111156104a157600080fd5b8201836020820111156104b357600080fd5b803590602001918460018302840111600160201b831117156104d457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610e87945050505050565b34801561052157600080fd5b5061054e6004803603604081101561053857600080fd5b506001600160a01b038135169060200135610ea6565b604080519115158252519081900360200190f35b34801561056e57600080fd5b5061058c6004803603602081101561058557600080fd5b5035610f1d565b60408051918252519081900360200190f35b3480156105aa57600080fd5b5061058c610f84565b3480156105bf57600080fd5b5061058c600480360360208110156105d657600080fd5b50356001600160a01b0316610f8a565b3480156105f257600080fd5b5061058c610fdc565b34801561060757600080fd5b5061058c610fe2565b34801561061c57600080fd5b506106436004803603602081101561063357600080fd5b50356001600160a01b0316611039565b005b34801561065157600080fd5b5061054e6004803603606081101561066857600080fd5b506001600160a01b03813581169160208101359091169060400135611088565b34801561069457600080fd5b5061058c600480360360408110156106ab57600080fd5b506001600160a01b038135169060200135611108565b3480156106cd57600080fd5b506106d661115e565b604080516001600160a01b039092168252519081900360200190f35b3480156106fe57600080fd5b5061070761116d565b6040805160ff9092168252519081900360200190f35b34801561072957600080fd5b5061058c6004803603602081101561074057600080fd5b50356001600160a01b0316611176565b34801561075c57600080fd5b5061058c6111c8565b34801561077157600080fd5b5061058c6004803603602081101561078857600080fd5b5035611200565b34801561079b57600080fd5b506103ef600480360360208110156107b257600080fd5b810190602081018135600160201b8111156107cc57600080fd5b8201836020820111156107de57600080fd5b803590602001918460018302840111600160201b831117156107ff57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611247945050505050565b34801561084c57600080fd5b5061058c6004803603602081101561086357600080fd5b50356001600160a01b0316611466565b34801561087f57600080fd5b5061058c6114b8565b34801561089457600080fd5b50610643600480360360608110156108ab57600080fd5b6001600160a01b03823516916020810135151591810190606081016040820135600160201b8111156108dc57600080fd5b8201836020820111156108ee57600080fd5b803590602001918460018302840111600160201b8311171561090f57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506114be945050505050565b34801561095c57600080fd5b506106d6611661565b34801561097157600080fd5b506106d6611670565b34801561098657600080fd5b5061058c6004803603602081101561099d57600080fd5b503561167f565b3480156109b057600080fd5b5061058c6116c6565b3480156109c557600080fd5b5061054e6116cc565b3480156109da57600080fd5b506106d66116d1565b3480156109ef57600080fd5b5061058c60048036036020811015610a0657600080fd5b50356001600160a01b03166116e0565b348015610a2257600080fd5b5061058c611732565b348015610a3757600080fd5b5061058c60048036036020811015610a4e57600080fd5b503561176a565b348015610a6157600080fd5b5061058c60048036036020811015610a7857600080fd5b50356117b1565b348015610a8b57600080fd5b5061058c6117f8565b348015610aa057600080fd5b506103ef6117fe565b348015610ab557600080fd5b5061058c60048036036020811015610acc57600080fd5b50356001600160a01b0316611856565b348015610ae857600080fd5b5061058c60048036036020811015610aff57600080fd5b50356118a8565b348015610b1257600080fd5b5061058c6118ef565b348015610b2757600080fd5b5061054e60048036036040811015610b3e57600080fd5b506001600160a01b038135169060200135611927565b348015610b6057600080fd5b5061058c61197d565b348015610b7557600080fd5b5061058c60048036036060811015610b8c57600080fd5b506001600160a01b03813581169160208101359091169060400135611983565b348015610bb857600080fd5b5061058c60048036036020811015610bcf57600080fd5b50356001600160a01b03166119e1565b348015610beb57600080fd5b5061058c611a33565b348015610c0057600080fd5b50610c2760048036036020811015610c1757600080fd5b50356001600160a01b0316611a6b565b604080519485526020850193909352838301919091526060830152519081900360800190f35b348015610c5957600080fd5b5061058c60048036036020811015610c7057600080fd5b5035611afd565b348015610c8357600080fd5b5061058c611b44565b348015610c9857600080fd5b5061058c611b7c565b348015610cad57600080fd5b5061058c611b82565b348015610cc257600080fd5b5061058c60048036036020811015610cd957600080fd5b5035611bba565b348015610cec57600080fd5b5061058c60048036036040811015610d0357600080fd5b506001600160a01b0381358116916020013516611c01565b348015610d2757600080fd5b5061058c611c5b565b348015610d3c57600080fd5b5061058c60048036036020811015610d5357600080fd5b50356001600160a01b0316611c93565b348015610d6f57600080fd5b506106d6611ce5565b348015610d8457600080fd5b5061058c60048036036060811015610d9b57600080fd5b506001600160a01b03813581169160208101359160409091013516611cf4565b348015610dc757600080fd5b506106d6611d55565b348015610ddc57600080fd5b5061058c60048036036020811015610df357600080fd5b5035611d69565b60018054604080516020600284861615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610e7f5780601f10610e5457610100808354040283529160200191610e7f565b820191906000526020600020905b815481529060010190602001808311610e6257829003601f168201915b505050505081565b601354606090610ea0906001600160a01b031683611db0565b92915050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663095ea7b360e01b179052600090606090610efc90610e87565b9050808060200190516020811015610f1357600080fd5b5051949350505050565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663073a938160e11b179052600090606090610f6490610e87565b9050808060200190516020811015610f7b57600080fd5b50519392505050565b60085481565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166305eff7ef60e21b179052600090606090610f6490610e87565b600d5481565b6040805160048152602481019091526020810180516001600160e01b031663182df0f560e01b17905260009060609061101a90611247565b905080806020019051602081101561103157600080fd5b505191505090565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b031662df0cab60e51b17905261108490610e87565b5050565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b1790526000906060906110e690610e87565b90508080602001905160208110156110fd57600080fd5b505195945050505050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b03166304c11f0360e31b179052600090606090610efc90610e87565b6004546001600160a01b031681565b60035460ff1681565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316633af9e66960e01b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b0316631d8e90d160e11b17905260009060609061101a90611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b03166303e9410160e41b179052600090606090610f6490610e87565b606060006060306001600160a01b0316846040516024018080602001828103825283818151815260200191508051906020019080838360005b83811015611298578181015183820152602001611280565b50505050905090810190601f1680156112c55780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529181526020820180516001600160e01b0316630933c1ed60e01b178152905182519295509350839250908083835b602083106113205780518252601f199092019160209182019101611301565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d8060008114611380576040519150601f19603f3d011682016040523d82523d6000602084013e611385565b606091505b5091509150600082141561139a573d60208201fd5b8080602001905160208110156113af57600080fd5b8101908080516040519392919084600160201b8211156113ce57600080fd5b9083019060208201858111156113e357600080fd5b8251600160201b8111828201881017156113fc57600080fd5b82525081516020918201929091019080838360005b83811015611429578181015183820152602001611411565b50505050905090810190601f1680156114565780820380516001836020036101000a031916815260200191505b5060405250505092505050919050565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316634576b5db60e01b179052600090606090610f6490610e87565b600b5481565b60035461010090046001600160a01b0316331461150c5760405162461bcd60e51b8152600401808060200182810382526039815260200180611eaa6039913960400191505060405180910390fd5b8115611546576040805160048152602481019091526020810180516001600160e01b031663153ab50560e01b17905261154490610e87565b505b601380546001600160a01b038581166001600160a01b03198316179092556040516020602482018181528551604484015285519490931693611612938693909283926064909201919085019080838360005b838110156115b0578181015183820152602001611598565b50505050905090810190601f1680156115dd5780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529190526020810180516001600160e01b0316630adccee560e31b1790529250610e87915050565b50601354604080516001600160a01b038085168252909216602083015280517fd604de94d45953f9138079ec1b82d533cb2160c906d1076d1f7ed54befbca97a9281900390910190a150505050565b6013546001600160a01b031681565b6005546001600160a01b031681565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663601a0bf160e01b179052600090606090610f6490610e87565b60115481565b600181565b6012546001600160a01b031681565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166370a0823160e01b179052600090606090610f6490611247565b6040805160048152602481019091526020810180516001600160e01b0316630e759dd360e31b17905260009060609061101a90610e87565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b0316634181842360e11b179052600090606090610f6490610e87565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663852a12e360e01b179052600090606090610f6490610e87565b600c5481565b6002805460408051602060018416156101000260001901909316849004601f81018490048402820184019092528181529291830182828015610e7f5780601f10610e5457610100808354040283529160200191610e7f565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166395dd919360e01b179052600090606090610f6490611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663140e25ad60e31b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b031663a6afed9560e01b17905260009060609061101a90610e87565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052600090606090610efc90610e87565b600a5481565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b031663b2a02ff160e01b1790526000906060906110e690610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b0316632dc7468360e21b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b031663bd6d894d60e01b17905260009060609061101a90610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b03166361bfb47160e11b179052600090819081908190606090611ac390611247565b9050808060200190516080811015611ada57600080fd5b508051602082015160408301516060909301519199909850919650945092505050565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663317afabb60e21b179052600090606090610f6490610e87565b6040805160048152602481019091526020810180516001600160e01b0316633364600760e21b17905260009060609061101a90611247565b60095481565b6040805160048152602481019091526020810180516001600160e01b03166369de963960e11b17905260009060609061101a90611247565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663db006a7560e01b179052600090606090610f6490610e87565b604080516001600160a01b03808516602483015283166044808301919091528251808303909101815260649091019091526020810180516001600160e01b0316636eb1769f60e11b179052600090606090610efc90611247565b6040805160048152602481019091526020810180516001600160e01b03166374e38a7960e11b17905260009060609061101a90610e87565b604080516001600160a01b0383166024808301919091528251808303909101815260449091019091526020810180516001600160e01b031663f2b3abbd60e01b179052600090606090610f6490610e87565b6006546001600160a01b031681565b604080516001600160a01b0380861660248301526044820185905283166064808301919091528251808303909101815260849091019091526020810180516001600160e01b0316637af1e23160e11b1790526000906060906110e690610e87565b60035461010090046001600160a01b031681565b6040805160248082018490528251808303909101815260449091019091526020810180516001600160e01b031663fca7820b60e01b179052600090606090610f6490610e87565b606060006060846001600160a01b0316846040518082805190602001908083835b60208310611df05780518252601f199092019160209182019101611dd1565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d8060008114611e50576040519150601f19603f3d011682016040523d82523d6000602084013e611e55565b606091505b50915091506000821415611e6a573d60208201fd5b94935050505056fe4d457263323044656c656761746f723a66616c6c6261636b3a2063616e6e6f742073656e642076616c756520746f2066616c6c6261636b4d457263323044656c656761746f723a3a5f736574496d706c656d656e746174696f6e3a2043616c6c6572206d7573742062652061646d696ea265627a7a72315820d9ef1b5753e19577a14b4a599700c8962fa0287306b657d8dd37f7ea64e3ce8b64736f6c63430005110032
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000931715fee2d06333043d11f658c8ce934ac61d0c0000000000000000000000008e00d5e02e65a19337cdba98bba9f84d4186a1800000000000000000000000001ce7e4928943d6a4820375ebe737204dc1e737550000000000000000000000000000000000000000000000000000b5e620f48000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000ddbf679d6332d9e5b409865b9671d1927255b52a000000000000000000000000948ccfff51f894dba5c250aa2844d58e169f8ad900000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000104d6f6f6e77656c6c20555344432e77680000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000086d555344432e776800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : underlying_ (address): 0x931715FEE2d06333043d11F658C8CE934aC61D0c
Arg [1] : comptroller_ (address): 0x8E00D5e02E65A19337Cdba98bbA9F84d4186a180
Arg [2] : interestRateModel_ (address): 0x1Ce7e4928943d6A4820375eBe737204dc1E73755
Arg [3] : initialExchangeRateMantissa_ (uint256): 200000000000000
Arg [4] : name_ (string): Moonwell USDC.wh
Arg [5] : symbol_ (string): mUSDC.wh
Arg [6] : decimals_ (uint8): 8
Arg [7] : admin_ (address): 0xdDbf679d6332d9E5b409865b9671d1927255B52A
Arg [8] : implementation_ (address): 0x948CCfff51F894DBA5C250aa2844d58E169f8aD9
Arg [9] : becomeImplementationData (bytes): 0x00
-----Encoded View---------------
16 Constructor Arguments found :
Arg [0] : 000000000000000000000000931715fee2d06333043d11f658c8ce934ac61d0c
Arg [1] : 0000000000000000000000008e00d5e02e65a19337cdba98bba9f84d4186a180
Arg [2] : 0000000000000000000000001ce7e4928943d6a4820375ebe737204dc1e73755
Arg [3] : 0000000000000000000000000000000000000000000000000000b5e620f48000
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000180
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000008
Arg [7] : 000000000000000000000000ddbf679d6332d9e5b409865b9671d1927255b52a
Arg [8] : 000000000000000000000000948ccfff51f894dba5c250aa2844d58e169f8ad9
Arg [9] : 00000000000000000000000000000000000000000000000000000000000001c0
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000010
Arg [11] : 4d6f6f6e77656c6c20555344432e776800000000000000000000000000000000
Arg [12] : 0000000000000000000000000000000000000000000000000000000000000008
Arg [13] : 6d555344432e7768000000000000000000000000000000000000000000000000
Arg [14] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [15] : 0000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
17552:23669:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40709:9;:14;40701:81;;;;-1:-1:-1;;;40701:81:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40881:14;;:37;;40863:12;;-1:-1:-1;;;;;40881:14:0;;40863:12;;40909:8;;40881:37;40863:12;40909:8;;40863:12;40881:37;1:33:-1;40881:37:0;;45:16:-1;;;-1:-1;40881:37:0;;-1:-1:-1;40881:37:0;;-1:-1:-1;;40881:37:0;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;40862:56:0;;;40981:4;40975:11;41032:14;41029:1;41015:12;41000:47;41070:7;41091:47;;;;41183:14;41169:12;41162:36;41091:47;41121:14;41107:12;41100:36;7083:18;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7083:18:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;7083:18:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39469:141;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39469:141:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;39469:141:0;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;39469:141:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;39469:141:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;39469:141:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;39469:141:0;;-1:-1:-1;39469:141:0;;-1:-1:-1;;;;;39469:141:0:i;26593:249::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;26593:249:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;26593:249:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;23426:230;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23426:230:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;23426:230:0;;:::i;:::-;;;;;;;;;;;;;;;;8386:33;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8386:33:0;;;:::i;30434:243::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;30434:243:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;30434:243:0;-1:-1:-1;;;;;30434:243:0;;:::i;9034:23::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;9034:23:0;;;:::i;31746:215::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31746:215:0;;;:::i;33848:160::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33848:160:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;33848:160:0;-1:-1:-1;;;;;33848:160:0;;:::i;:::-;;25846:277;;8:9:-1;5:2;;;30:1;27;20:12;5:2;25846:277:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;25846:277:0;;;;;;;;;;;;;;;;;:::i;23944:278::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23944:278:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;23944:278:0;;;;;;;;:::i;7810:35::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7810:35:0;;;:::i;:::-;;;;-1:-1:-1;;;;;7810:35:0;;;;;;;;;;;;;;7279:21;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7279:21:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;28104:237;;8:9:-1;5:2;;;30:1;27;20:12;5:2;28104:237:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;28104:237:0;-1:-1:-1;;;;;28104:237:0;;:::i;32131:195::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;32131:195:0;;;:::i;36487:228::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;36487:228:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;36487:228:0;;:::i;40032:434::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;40032:434:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;40032:434:0;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;40032:434:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;40032:434:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;40032:434:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;40032:434:0;;-1:-1:-1;40032:434:0;;-1:-1:-1;;;;;40032:434:0:i;34941:258::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34941:258:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;34941:258:0;-1:-1:-1;;;;;34941:258:0;;:::i;8798:24::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8798:24:0;;;:::i;20340:645::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;20340:645:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;20340:645:0;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;20340:645:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;20340:645:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;20340:645:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;20340:645:0;;-1:-1:-1;20340:645:0;;-1:-1:-1;;;;;20340:645:0:i;16100:29::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;16100:29:0;;;:::i;7936:39::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7936:39:0;;;:::i;36968:240::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;36968:240:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;36968:240:0;;:::i;10007:38::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;10007:38:0;;;:::i;10196:36::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;10196:36:0;;;:::i;15147:25::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;15147:25:0;;;:::i;27622:226::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;27622:226:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;27622:226:0;-1:-1:-1;;;;;27622:226:0;;:::i;29933:210::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29933:210:0;;;:::i;38176:288::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38176:288:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;38176:288:0;;:::i;22486:242::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22486:242:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;22486:242:0;;:::i;8928:25::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8928:25:0;;;:::i;7179:20::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7179:20:0;;;:::i;30886:248::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;30886:248:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;30886:248:0;-1:-1:-1;;;;;30886:248:0;;:::i;21343:214::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;21343:214:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;21343:214:0;;:::i;32582:198::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;32582:198:0;;;:::i;25299:240::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;25299:240:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;25299:240:0;;;;;;;;:::i;8663:23::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8663:23:0;;;:::i;33341:294::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33341:294:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;33341:294:0;;;;;;;;;;;;;;;;;:::i;34457:259::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34457:259:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;34457:259:0;-1:-1:-1;;;;;34457:259:0;;:::i;31288:208::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31288:208:0;;;:::i;28687:284::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;28687:284:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;28687:284:0;-1:-1:-1;;;;;28687:284:0;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22996:222;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22996:222:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;22996:222:0;;:::i;29154:225::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29154:225:0;;;:::i;8509:33::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8509:33:0;;;:::i;29562:225::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29562:225:0;;;:::i;21908:222::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;21908:222:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;21908:222:0;;:::i;27172:260::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;27172:260:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;27172:260:0;;;;;;;;;;:::i;36048:196::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;36048:196:0;;;:::i;37577:279::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;37577:279:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;37577:279:0;-1:-1:-1;;;;;37577:279:0;;:::i;8077:42::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8077:42:0;;;:::i;24704:334::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;24704:334:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;24704:334:0;;;;;;;;;;;;;;;;;:::i;7699:28::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7699:28:0;;;:::i;35502:268::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35502:268:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;35502:268:0;;:::i;7083:18::-;;;;;;;;;;;;;;;-1:-1:-1;;7083:18:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;39469:141::-;39581:14;;39538:12;;39570:32;;-1:-1:-1;;;;;39581:14:0;39597:4;39570:10;:32::i;:::-;39563:39;39469:141;-1:-1:-1;;39469:141:0:o;26593:249::-;26723:68;;;-1:-1:-1;;;;;26723:68:0;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;26723:68:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;26661:4:0;;26678:17;;26698:94;;:24;:94::i;:::-;26678:114;;26821:4;26810:24;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;26810:24:0;;26593:249;-1:-1:-1;;;;26593:249:0:o;23426:230::-;23545:60;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;23545:60:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;23483:4:0;;23500:17;;23520:86;;:24;:86::i;:::-;23500:106;;23635:4;23624:24;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;23624:24:0;;23426:230;-1:-1:-1;;;23426:230:0:o;8386:33::-;;;;:::o;30434:243::-;30561:65;;;-1:-1:-1;;;;;30561:65:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;30561:65:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;30499:4:0;;30516:17;;30536:91;;:24;:91::i;9034:23::-;;;;:::o;31746:215::-;31863:47;;;22:32:-1;6:49;;31863:47:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;31797:4:0;;31814:17;;31834:77;;:28;:77::i;:::-;31814:97;;31940:4;31929:24;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;31929:24:0;;-1:-1:-1;;31746:215:0;:::o;33848:160::-;33946:53;;;-1:-1:-1;;;;;33946:53:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;33946:53:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;33921:79:0;;:24;:79::i;:::-;;33848:160;:::o;25846:277::-;25990:82;;;-1:-1:-1;;;;;25990:82:0;;;;;;;;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;25990:82:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;25928:4:0;;25945:17;;25965:108;;:24;:108::i;:::-;25945:128;;26102:4;26091:24;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;26091:24:0;;25846:277;-1:-1:-1;;;;;25846:277:0:o;23944:278::-;24087:84;;;-1:-1:-1;;;;;24087:84:0;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;24087:84:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;24025:4:0;;24042:17;;24062:110;;:24;:110::i;7810:35::-;;;-1:-1:-1;;;;;7810:35:0;;:::o;7279:21::-;;;;;;:::o;28104:237::-;28228:62;;;-1:-1:-1;;;;;28228:62:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;28228:62:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;28166:4:0;;28183:17;;28203:88;;:24;:88::i;32131:195::-;32239:36;;;22:32:-1;6:49;;32239:36:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;32173:4:0;;32190:17;;32210:66;;:28;:66::i;36487:228::-;36605:59;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;36605:59:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;36543:4:0;;36560:17;;36580:85;;:24;:85::i;40032:434::-;40110:12;40136;40150:23;40185:4;-1:-1:-1;;;;;40177:24:0;40261:4;40202:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;40202:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;40202:64:0;;;-1:-1:-1;;26:21;;;22:32;6:49;;40202:64:0;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;40177:90:0;;;;40202:64;;-1:-1:-1;40177:90:0;-1:-1:-1;40177:90:0;;-1:-1:-1;25:18;40177:90:0;;25:18:-1;36:153;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;40177:90:0;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;40135:132:0;;;;40317:1;40308:7;40305:14;40302:2;;;40369:14;40362:4;40350:10;40346:21;40339:45;40302:2;40438:10;40427:31;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;40427:31:0;;;;;;;;;;;;;-1:-1:-1;;;14:3;11:20;8:2;;;44:1;41;34:12;8:2;62:21;;;;123:4;114:14;;138:31;;;135:2;;;182:1;179;172:12;135:2;213:10;;-1:-1;;;244:29;;285:43;;;282:58;-1:-1;233:115;230:2;;;361:1;358;351:12;230:2;372:25;;-1:-1;40427:31:0;;420:4:-1;411:14;;;;40427:31:0;;;;;411:14:-1;40427:31:0;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;40427:31:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40420:38;;;;40032:434;;;:::o;34941:258::-;35081:67;;;-1:-1:-1;;;;;35081:67:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;35081:67:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;35019:4:0;;35036:17;;35056:93;;:24;:93::i;8798:24::-;;;;:::o;20340:645::-;20490:5;;;;;-1:-1:-1;;;;;20490:5:0;20476:10;:19;20468:89;;;;-1:-1:-1;;;20468:89:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20574:11;20570:120;;;20627:50;;;22:32:-1;6:49;;20627:50:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;20602:76:0;;:24;:76::i;:::-;;20570:120;20730:14;;;-1:-1:-1;;;;;20755:32:0;;;-1:-1:-1;;;;;;20755:32:0;;;;;;20825:81;;;;;;;;;;;;;;;;;20730:14;;;;;20800:107;;20881:24;;20825:81;;;;;;;;;;;;;;;;20702:25;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;20825:81:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;20825:81:0;;;-1:-1:-1;;26:21;;;22:32;6:49;;20825:81:0;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;20825:81:0;-1:-1:-1;20800:24:0;;-1:-1:-1;;20800:107:0:i;:::-;-1:-1:-1;20962:14:0;;20925:52;;;-1:-1:-1;;;;;20925:52:0;;;;;20962:14;;;20925:52;;;;;;;;;;;;;;;;20340:645;;;;:::o;16100:29::-;;;-1:-1:-1;;;;;16100:29:0;;:::o;7936:39::-;;;-1:-1:-1;;;;;7936:39:0;;:::o;36968:240::-;37092:65;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;37092:65:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;37030:4:0;;37047:17;;37067:91;;:24;:91::i;10007:38::-;;;;:::o;10196:36::-;10228:4;10196:36;:::o;15147:25::-;;;-1:-1:-1;;;;;15147:25:0;;:::o;27622:226::-;27745:52;;;-1:-1:-1;;;;;27745:52:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;27745:52:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;27679:4:0;;27696:17;;27716:82;;:28;:82::i;29933:210::-;30044:48;;;22:32:-1;6:49;;30044:48:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;29982:4:0;;29999:17;;30019:74;;:24;:74::i;38176:288::-;38324:89;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;38324:89:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;38262:4:0;;38279:17;;38299:115;;:24;:115::i;22486:242::-;22611:66;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;22611:66:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;22549:4:0;;22566:17;;22586:92;;:24;:92::i;8928:25::-;;;;:::o;7179:20::-;;;;;;;;;;;;;;-1:-1:-1;;7179:20:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30886:248;31019:64;;;-1:-1:-1;;;;;31019:64:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;31019:64:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;30953:4:0;;30970:17;;30990:94;;:28;:94::i;21343:214::-;21454:52;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;21454:52:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;21392:4:0;;21409:17;;21429:78;;:24;:78::i;32582:198::-;32686:43;;;22:32:-1;6:49;;32686:43:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;32624:4:0;;32641:17;;32661:69;;:24;:69::i;25299:240::-;25423:65;;;-1:-1:-1;;;;;25423:65:0;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;25423:65:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;25361:4:0;;25378:17;;25398:91;;:24;:91::i;8663:23::-;;;;:::o;33341:294::-;33492:92;;;-1:-1:-1;;;;;33492:92:0;;;;;;;;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;33492:92:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;33430:4:0;;33447:17;;33467:118;;:24;:118::i;34457:259::-;34596:69;;;-1:-1:-1;;;;;34596:69:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;34596:69:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;34534:4:0;;34551:17;;34571:95;;:24;:95::i;31288:208::-;31397:48;;;22:32:-1;6:49;;31397:48:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;31335:4:0;;31352:17;;31372:74;;:24;:74::i;28687:284::-;28839:63;;;-1:-1:-1;;;;;28839:63:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;28839:63:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;28755:4:0;;;;;;;;28790:17;;28810:93;;:28;:93::i;:::-;28790:113;;28932:4;28921:42;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;28921:42:0;;;;;;;;;;;;;;;;;;;-1:-1:-1;28921:42:0;;-1:-1:-1;28921:42:0;-1:-1:-1;28687:284:0;-1:-1:-1;;;28687:284:0:o;22996:222::-;23111:56;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;23111:56:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;23049:4:0;;23066:17;;23086:82;;:24;:82::i;29154:225::-;29277:51;;;22:32:-1;6:49;;29277:51:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;29211:4:0;;29228:17;;29248:81;;:28;:81::i;8509:33::-;;;;:::o;29562:225::-;29685:51;;;22:32:-1;6:49;;29685:51:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;29619:4:0;;29636:17;;29656:81;;:28;:81::i;21908:222::-;22023:56;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;22023:56:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;21961:4:0;;21978:17;;21998:82;;:24;:82::i;27172:260::-;27312:69;;;-1:-1:-1;;;;;27312:69:0;;;;;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;27312:69:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;27246:4:0;;27263:17;;27283:99;;:28;:99::i;36048:196::-;36152:41;;;22:32:-1;6:49;;36152:41:0;;;;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;36090:4:0;;36107:17;;36127:67;;:24;:67::i;37577:279::-;37726:79;;;-1:-1:-1;;;;;37726:79:0;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;37726:79:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;37664:4:0;;37681:17;;37701:105;;:24;:105::i;8077:42::-;;;-1:-1:-1;;;;;8077:42:0;;:::o;24704:334::-;24879:108;;;-1:-1:-1;;;;;24879:108:0;;;;;;;;;;;;;;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;24879:108:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;24817:4:0;;24834:17;;24854:134;;:24;:134::i;7699:28::-;;;;;;-1:-1:-1;;;;;7699:28:0;;:::o;35502:268::-;35640:79;;;;;;;;;;;;26:21:-1;;;22:32;;;6:49;;35640:79:0;;;;;;;;25:18:-1;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;35578:4:0;;35595:17;;35615:105;;:24;:105::i;38824:343::-;38897:12;38923;38937:23;38964:6;-1:-1:-1;;;;;38964:19:0;38984:4;38964:25;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;38964:25:0;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;38922:67:0;;;;39039:1;39030:7;39027:14;39024:2;;;39091:14;39084:4;39072:10;39068:21;39061:45;39024:2;39149:10;38824:343;-1:-1:-1;;;;38824:343:0:o
Swarm Source
bzzr://d9ef1b5753e19577a14b4a599700c8962fa0287306b657d8dd37f7ea64e3ce8b
Loading...
Loading
Loading...
Loading
OVERVIEW
Moonwell Artemis is an open lending and borrowing DeFi protocol on Moonbeam.Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
GLMR | 100.00% | $0.999922 | 126,167.5704 | $126,157.71 |
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.