MoneyMarket
Verified contract
Active on
Ethereum with 162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($288.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 12.797661 | $16.54 |
$211.67 | |
WETH | ERC-20 | 0.020867 | $3,157.31 |
$65.88 | |
BAT | ERC-20 | 46.119234 | $0.21303 |
$9.82 | |
ZRX | ERC-20 | 1.9966 | $0.406769 |
$0.81 | |
TUSD | ERC-20 | 10.024122 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
AMB | ERC-20 | 0.1 | -- | -- | |
REP | ERC-20 | 0.00055 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16514616 | 2 years ago | | | 0 | 0.0021840544 | |
| 16151111 | 2 years ago | | | 0 | 0.00041396104 | |
| 16151099 | 2 years ago | | | 0 | 0.00039678033 | |
| 16151017 | 2 years ago | | | 0 | 0.00036357705 | |
| 16151012 | 2 years ago | | | 0 | 0.00038118219 | |
| 16151007 | 2 years ago | | | 0 | 0.00033732267 | |
| 16150998 | 2 years ago | | | 0 | 0.00040436080 | |
| 16150804 | 2 years ago | | | 0 | 0.00036645372 | |
| 6894258 | 6 years ago | | | 0 | 0.00021360800 | |
| 6894256 | 6 years ago | | | 0 | 0.0017268600 |
ABI
ABI objects
Getter at block 21203006
admin() view returns (address)
0xf06e41add8a7e7a8ad81a07c0aca291e4573ca50
collateralRatio() view returns (uint256 mantissa)
2000000000000000000
getCollateralMarketsLength() view returns (uint256)
6
liquidationDiscount() view returns (uint256 mantissa)
0
oracle() view returns (address)
0x791851c995a8538feb4c8f4ce0cb1a34b20b9c1d
originationFee() view returns (uint256 mantissa)
0
paused() view returns (bool)
false
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.