PoolPawn
Verified contract
Active on
Ethereum with 1,316 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd483…cfb8
Balances ($2,204.81)
Native
Value
$342.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.11033 | $3,108.24 |
$342.93 | |
USDT | ERC-20 | 1.638128K | $1.001 |
$1,639.77 | |
HBTC | ERC-20 | 0.063013 | $3,367.81 |
$212.22 | |
BUSD | ERC-20 | 9.885265 | $0.99393 |
$9.83 | |
USDC | ERC-20 | 0.064744 | $0.999844 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19046899 | 10 months ago | | | 0 | 0.00058102715 | |
| 19046881 | 10 months ago | | | 0 | 0.0013576090 | |
| 19046863 | 10 months ago | | | 0 | 0.0012066357 | |
| 19046732 | 10 months ago | | | 0 | 0.0013103230 | |
| 11945722 | 4 years ago | | | 0 | 0.17338400 | |
| 11945685 | 4 years ago | | | 0 | 0.15423420 | |
| 11664722 | 4 years ago | | | 0 | 0.094048363 | |
| 11339838 | 4 years ago | | | 0 | 0.060030390 | |
| 11337011 | 4 years ago | | | 0 | 0.0084392200 | |
| 11273790 | 4 years ago | | | 0 | 0.010550925 |
ABI
ABI objects
Getter at block 21227255
ONE_ETH() view returns (uint256)
1000000000000000000
admin() view returns (address)
0x6ccbdf0b154780510332fea0ec07c804d7d11864
defaultOriginationFee() view returns (uint256)
0
getCollateralMarketsLength() view returns (uint256)
10
index() view returns (uint256)
252
initialInterestIndex() view returns (uint256)
1000000000000000000
int_max() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819967
liquidateIndexes() view returns (uint256)
0
oracleInstance() view returns (address)
0xd4830643212fe2ebd90f3e40407812764ecccfb8
originationFee() view returns (uint256)
0
proposedAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountBorrowSnapshot(address, address) view returns (uint256 principal, uint256 interestIndex, uint256 totalPnl)
accountSupplySnapshot(address, address) view returns (uint256 principal, uint256 interestIndex, uint256 totalPnl)
accounts(uint256) view returns (address)
calcAccountAllTokenValuesLeverageInternal(address who) view returns (uint256 sumSupplies, uint256 sumBorrowLeverage)
calcAccountLiquidity(address who) view returns (uint256, uint256)
calcAccountTokenValuesInternal(address who, address t) view returns (uint256, uint256)
calcAccountTokenValuesLeverageInternal(address who, address t) view returns (uint256, uint256)
calcAmountSeize(address underwaterAsset, address collateralAsset, uint256 underwaterAssetPrice, uint256 collateralPrice, uint256 closeBorrowAmount_TargetUnderwaterAsset) view returns (uint256 res)
calcBorrowAmountWithFee(uint256 borrowAmount) pure returns (uint256)
calcDiscountedBorrowDenominatedCollateral(address underwaterAsset, address collateralAsset, uint256 underwaterAssetPrice, uint256 collateralPrice, uint256 supplyCurrent_TargetCollateralAsset) view returns (uint256 res)
calcDiscountedRepayToEvenAmount(address targetAccount, address underwaterAsset, uint256 underwaterAssetPrice) view returns (uint256)
calcMaxLiquidateAmount(address targetAccount, address assetBorrow, address assetCollateral) view returns (uint256)
collateralTokens(uint256) view returns (address)
fetchAssetPrice(address asset) view returns (uint256, bool)
getAssetAmountForValue(address t, uint256 usdValue) view returns (uint256)
getBorrowBalance(address acc, address t) view returns (uint256)
getBorrowBalanceInUSD(address who, address t) view returns (uint256)
getBorrowBalanceLeverage(address who, address t) view returns (uint256)
getBorrowPnl(address acc, address t) view returns (uint256)
getBorrowPnlInUSD(address who, address t) view returns (uint256)
getCash(address t) view returns (uint256)
getPriceForAssetAmount(address asset, uint256 assetAmount) view returns (uint256)
getPriceForAssetAmountMulCollatRatio(address t, uint256 assetAmount) view returns (uint256)
getSupplyBalance(address acc, address t) view returns (uint256)
getSupplyBalanceInUSD(address who, address t) view returns (uint256)
getSupplyPnl(address acc, address t) view returns (uint256)
getSupplyPnlInUSD(address who, address t) view returns (uint256)
getTotalBorrowPnl(address who) view returns (uint256 sumPnl)
getTotalSupplyPnl(address who) view returns (uint256 sumPnl)
indexes(address) view returns (uint256)
liquidateInfoMap(uint256) view returns (address targetAccount, address liquidator, address assetCollatera, address assetBorrow, uint256 liquidateAmount, uint256 targetAmount, uint256 timestamp)
loanToDepositRatio(address asset) view returns (uint256)
mkts(address) view returns (uint256 accrualBlockNumber, int256 supplyRate, int256 demondRate, address irm, uint256 totalSupply, uint256 supplyIndex, uint256 totalBorrows, uint256 borrowIndex, uint256 totalReserves, uint256 minPledgeRate, uint256 liquidationDiscount, uint256 decimals)
State-modifying
Events BorrowPawn(address t, uint256 amount)
addCollateralMarket(address asset)
claimAdministration()
initCollateralMarket(address t, address irm, address oracle, uint256 decimals)
liquidateBorrowPawn(address targetAccount, address assetBorrow, address assetCollateral, uint256 requestedAmountClose) payable
proposeNewAdmin(address admin_)
repayFastBorrow(address t, uint256 amount) payable
setDecimals(address t, uint256 decimals)
setInitialTimestamp(address token)
setInterestRateModel(address t, address irm)
setLiquidationDiscount(address t, uint256 liquidationDiscount)
setMinPledgeRate(address t, uint256 minPledgeRate)
setOracle(address oracle)
supplyPawn(address t, uint256 amount) payable
withdrawPawn(address t, uint256 requestedAmount)
withdrawPawnEquity(address t, uint256 amount)
BorrowPawnLog(address usr, address t, uint256 amount, uint256 beg, uint256 end)
LiquidateBorrowPawnLog(address usr, address tBorrow, uint256 endBorrow, address liquidator, address tCol, uint256 endCol)
RepayFastBorrowLog(address usr, address t, uint256 amount, uint256 beg, uint256 end)
SupplyPawnLog(address usr, address t, uint256 amount, uint256 beg, uint256 end)
WithdrawPawnEquityLog(address t, uint256 equityAvailableBefore, uint256 amount, address owner)
WithdrawPawnLog(address usr, address t, uint256 amount, uint256 beg, uint256 end)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.