MoneyMarket
Verified contract
Active on
Ethereum with 9,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1 | $1.002 |
$1 | |
eXRD | ERC-20 | 1 | $0.021166 |
$0.02 | |
imBTC | ERC-20 | 0 | $98,729.00 |
$0 | |
WBTC | ERC-20 | 0 | $97,132.00 |
$0 | |
DAI | ERC-20 | 0 | $1.002 |
$0 | |
TUSD | ERC-20 | 0 | $1.003 |
$0 | |
HBTC | ERC-20 | 0 | $4,099.64 |
$0 | |
BUSD | ERC-20 | 0 | $0.998689 |
$0 | |
USDP | ERC-20 | 0 | $1.003 |
$0 | |
WETH | ERC-20 | 0 | $3,319.89 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18366982 | a year ago | | | 0 | 0.00018695305 | |
| 15239069 | 2 years ago | | | 0 | 0.00048300174 | |
| 15239013 | 2 years ago | | | 0 | 0.00025065982 | |
| 10010983 | 5 years ago | | | 0 | 0.00039464193 | |
| 10010911 | 5 years ago | | | 0 | 0.00055244980 | |
| 9925809 | 5 years ago | | | 0.002676 | 0.000023150600 | |
| 9921215 | 5 years ago | | | 0 | 0.00025708000 | |
| 9904113 | 5 years ago | | | 0 | 0.00010273600 | |
| 9904075 | 5 years ago | | | 0 | 0.00020160000 | |
| 9904026 | 5 years ago | | | 0 | 0.00020160000 |
ABI
ABI objects
Getter at block 21257790
admin() view returns (address)
0xa6a6783828ab3e4a9db54302bc01c4ca73f17efb
collateralRatio() view returns (uint256 mantissa)
1250000000000000000
getCollateralMarketsLength() view returns (uint256)
12
liquidationDiscount() view returns (uint256 mantissa)
100000000000000000
oracle() view returns (address)
0xb620707637c5b2cc49843a03d90e28d9abbda149
originationFee() view returns (uint256 mantissa)
100000000000000
paused() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assetPrices(address asset) view returns (uint256)
borrowBalances(address, address) view returns (uint256 principal, uint256 interestIndex)
calculateAccountValues(address userAddress) view returns (uint256, uint256, uint256)
collateralMarkets(uint256) view returns (address)
getAccountLiquidity(address account) view returns (int256)
getBorrowBalance(address account, address asset) view returns (uint256)
getSupplyBalance(address account, address asset) view returns (uint256)
markets(address) view returns (bool isSupported, uint256 blockNumber, address interestRateModel, uint256 totalSupply, uint256 supplyRateMantissa, uint256 supplyIndex, uint256 totalBorrows, uint256 borrowRateMantissa, uint256 borrowIndex)
supplyBalances(address, address) view returns (uint256 principal, uint256 interestIndex)
State-modifying
Events _acceptAdmin() returns (uint256)
_setMarketInterestRateModel(address asset, address interestRateModel) returns (uint256)
_setOracle(address newOracle) returns (uint256)
_setOriginationFee(uint256 originationFeeMantissa) returns (uint256)
_setPaused(bool requestedState) returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setRiskParameters(uint256 collateralRatioMantissa, uint256 liquidationDiscountMantissa) returns (uint256)
_supportMarket(address asset, address interestRateModel) returns (uint256)
_suspendMarket(address asset) returns (uint256)
_withdrawEquity(address asset, uint256 amount) returns (uint256)
borrow(address asset, uint256 amount) returns (uint256)
liquidateBorrow(address targetAccount, address assetBorrow, address assetCollateral, uint256 requestedAmountClose) returns (uint256)
repayBorrow(address asset, uint256 amount) returns (uint256)
supply(address asset, uint256 amount) returns (uint256)
withdraw(address asset, uint256 requestedAmount) returns (uint256)
BorrowLiquidated(address targetAccount, address assetBorrow, uint256 borrowBalanceBefore, uint256 borrowBalanceAccumulated, uint256 amountRepaid, uint256 borrowBalanceAfter, address liquidator, address assetCollateral, uint256 collateralBalanceBefore, uint256 collateralBalanceAccumulated, uint256 amountSeized, uint256 collateralBalanceAfter)
BorrowRepaid(address account, address asset, uint256 amount, uint256 startingBalance, uint256 newBalance)
BorrowTaken(address account, address asset, uint256 amount, uint256 startingBalance, uint256 borrowAmountWithFee, uint256 newBalance)
EquityWithdrawn(address asset, uint256 equityAvailableBefore, uint256 amount, address owner)
Failure(uint256 error, uint256 info, uint256 detail)
NewAdmin(address oldAdmin, address newAdmin)
NewOracle(address oldOracle, address newOracle)
NewOriginationFee(uint256 oldOriginationFeeMantissa, uint256 newOriginationFeeMantissa)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewRiskParameters(uint256 oldCollateralRatioMantissa, uint256 newCollateralRatioMantissa, uint256 oldLiquidationDiscountMantissa, uint256 newLiquidationDiscountMantissa)
SetMarketInterestRateModel(address asset, address interestRateModel)
SetPaused(bool newState)
SupplyReceived(address account, address asset, uint256 amount, uint256 startingBalance, uint256 newBalance)
SupplyWithdrawn(address account, address asset, uint256 amount, uint256 startingBalance, uint256 newBalance)
SupportedMarket(address asset, address interestRateModel)
SuspendedMarket(address asset)
constructor()
fallback()
This contract contains no error objects.