Basin Deposited BAI
Verified contract
Proxy
Active on
Base with 400 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x15b1…1d8a
0x229d…c67a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAI | ERC-20 | 1.000279M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17171266 | 4 months ago | | | 0 | 0.0000017583128 | |
| 17171216 | 4 months ago | | | 0 | 0.0000016789208 | |
| 17170712 | 4 months ago | | | 0 | 0.0000031000188 | |
| 17170603 | 4 months ago | | | 0 | 0.0000032090923 | |
| 17170553 | 4 months ago | | | 0 | 0.0000032629225 | |
| 17170533 | 4 months ago | | | 0 | 0.0000026839056 | |
| 17170425 | 4 months ago | | | 0 | 0.0000044282342 | |
| 6679847 | a year ago | | | 0 | 0.000000000063497520 | |
| 5856417 | a year ago | | | 0 | 3.8714400e-7 | |
| 5483445 | a year ago | | | 0 | 0.000013035060 |
ABI
ABI objects
Getter at block 22012731 borrowRatePerBlock() view returns (uint256) exchangeRateCurrent() view returns (uint256) supplyRatePerBlock() view returns (uint256)
accrualBlockNumber() view returns (uint256)
17171266
admin() view returns (address)
0x6fe9a453fa576991b564b40f153f18e2f17a0796
borrowIndex() view returns (uint256)
1003767573595276647
comptroller() view returns (address)
0x15b17a46acea1d7e263ea963e9d043afb3401d8a
decimals() view returns (uint8)
8
exchangeRateStored() view returns (uint256)
200028968049482781
getCash() view returns (uint256)
1000278987605586677366490
implementation() view returns (address)
0x34324dac7230eb2f5c3ff8ec2fae7794b43196e1
interestRateModel() view returns (address)
0x229d988471edf46b645a6fb660fa5c574e7ac67a
isCToken() view returns (bool)
true
name() view returns (string)
Basin Deposited BAI
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
protocolSeizeShareMantissa() view returns (uint256)
28000000000000000
reserveFactorMantissa() view returns (uint256)
500000000000000000
symbol() view returns (string)
bBAI
totalBorrows() view returns (uint256)
10692889241138281552
totalReserves() view returns (uint256)
144840247413907823924
totalSupply() view returns (uint256)
5000000000000000000000000
underlying() view returns (address)
0x2259ba575f7c66cf10d59a1fe2f7ba77c5685770
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfUnderlying(address owner) view returns (uint256)
borrowBalanceStored(address account) view returns (uint256)
delegateToViewImplementation(bytes data) view returns (bytes)
getAccountSnapshot(address account) view returns (uint256, uint256, uint256, uint256)
State-modifying
Events _acceptAdmin() returns (uint256)
_addReserves(uint256 addAmount) returns (uint256)
_reduceReserves(uint256 reduceAmount) returns (uint256)
_setComptroller(address newComptroller) returns (uint256)
_setImplementation(address implementation_, bool allowResign, bytes becomeImplementationData)
_setInterestRateModel(address newInterestRateModel) returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setProtocolSeizeShare(uint256 newProtocolSeizeShareMantissa) returns (uint256)
_setReserveFactor(uint256 newReserveFactorMantissa) returns (uint256)
accrueInterest() returns (uint256)
approve(address spender, uint256 amount) returns (bool)
borrow(uint256 borrowAmount) returns (uint256)
borrowBalanceCurrent(address account) returns (uint256)
delegateToImplementation(bytes data) returns (bytes)
liquidateBorrow(address borrower, uint256 repayAmount, address cTokenCollateral) returns (uint256)
mint(uint256 mintAmount, bool enterMarket) returns (uint256)
redeem(uint256 redeemTokens) returns (uint256)
redeemUnderlying(uint256 redeemAmount) returns (uint256)
repayBorrow(uint256 repayAmount) returns (uint256)
repayBorrowBehalf(address borrower, uint256 repayAmount) returns (uint256)
seize(address liquidator, address borrower, uint256 seizeTokens) returns (uint256)
totalBorrowsCurrent() returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 totalBorrows)
Failure(uint256 error, uint256 info, uint256 detail)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address cTokenCollateral, uint256 seizeTokens)
Mint(address minter, uint256 mintAmount, uint256 mintTokens)
NewAdmin(address oldAdmin, address newAdmin)
NewComptroller(address oldComptroller, address newComptroller)
NewImplementation(address oldImplementation, address newImplementation)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewProtocolSeizeShare(uint256 oldProtocolSeizeShareMantissa, uint256 newProtocolSeizeShareMantissa)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Redeem(address redeemer, uint256 redeemAmount, uint256 redeemTokens)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 totalBorrows)
ReservesAdded(address benefactor, uint256 addAmount, uint256 newTotalReserves)
ReservesReduced(address admin, uint256 reduceAmount, uint256 newTotalReserves)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address underlying_, address comptroller_, address interestRateModel_, uint256 initialExchangeRateMantissa_, string name_, string symbol_, uint8 decimals_, address implementation_, bytes becomeImplementationData)
fallback()
This contract contains no error objects.