▓▒░ 𝐵𝒶𝒷𝓎𝐵𝑒𝒶𝓇ℂ𝕒𝕡𝕚𝕥𝕒𝕝 ░▒▓
Verified contract
Proxy
Active on
Ethereum with 122 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
0x32bb…e36d
2 additional
variables
Balances ($8,042.88)
Native
Value
$8,042.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.006505 | $4,008.40 |
$8,042.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19055034 | a year ago | | | 1.3921247 | 0.0012471298 | |
| 18948493 | a year ago | | | 0.71470564 | 0.0025287074 | |
| 18864376 | a year ago | | | 0 | 0.00076276603 | |
| 18848539 | a year ago | | | 0 | 0.0044924961 | |
| 18837251 | a year ago | | | 0.705617 | 0.0038899883 | |
| 18837238 | a year ago | | | 0.70562942 | 0.0040128450 | |
| 18817987 | a year ago | | | 0.70290854 | 0.0051590397 | |
| 18801561 | a year ago | | | 0.92707422 | 0.0049570383 | |
| 18796162 | a year ago | | | 0.94500661 | 0.0076004245 | |
| 18796111 | a year ago | | | 0 | 0.0077280394 |
ABI
ABI objects
Getter at block 21419981
factory() view returns (address)
0x55f9f26b3d7a4459205c70994c11775629530ea5
getDailyBorrows() view returns (uint256 maxInstantBorrow, uint256 dailyBorrows, uint256 maxDailyBorrowsLimit)
(maxInstantBorrow=2006505474313451607, dailyBorrows=0, maxDailyBorrowsLimit=10000000000000000000)
ltv() view returns (uint256)
600000000000000000
maxLoanLength() view returns (uint96)
2851200
maxPrice() view returns (uint256)
2250000000000000000
maxVariableInterestPerEthPerSecond() view returns (uint256)
0
minimumInterest() view returns (uint256)
11098427194
name() view returns (string)
▓▒░ 𝐵𝒶𝒷𝓎𝐵𝑒𝒶𝓇ℂ𝕒𝕡𝕚𝕥𝕒𝕝 ░▒▓
nftContract() view returns (address)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
oracle() view returns (address)
0x4096b3f0e89c06e98d1095da7aefdd4b38eeb1e0
owner() view returns (address)
0x0a3db8ec24e955ef327dc370cf502c08eed8e192
symbol() view returns (string)
BBC-BIT
totalBorrowed() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
checkOracle(uint216 price, uint256 deadline, uint8 v, bytes32 r, bytes32 s) view
currentAnnualInterest(uint256 priceOfNextItem) view returns (uint256 interest)
getApproved(uint256 tokenId) view returns (address)
getLoanId(uint256 nftId, uint256 interest, uint256 startTime, uint216 price) pure returns (uint256 id)
infoToRepayLoan(struct LendingPoolLoan loan) view returns (uint256 deadline, uint256 totalRepay, uint256 principal, uint256 interest, uint256 lateFees)
isApprovedForAll(address owner, address operator) view returns (bool)
liquidators(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addLiquidator(address liq)
approve(address to, uint256 tokenId)
borrow(uint256[] nftId, uint216 price, uint256 deadline, uint256 maxInterest, uint256 totalToBorrow, uint8 v, bytes32 r, bytes32 s)
changeInterest(uint256 _maxInterestPerEthPerSecond, uint256 _minimumInterest)
changeLTV(uint256 _ltv)
deposit() payable
doEffectiveAltruism(struct LendingPoolLoan loan, address to)
emergencyShutdown()
initialize(address _oracle, uint256 _maxPrice, uint256 _maxDailyBorrows, string _name, string _symbol, struct LendingPoolInterests interests, address _owner, address _nftContract, address _factory, uint96 _maxLoanLength)
removeLiquidator(address liq)
renounceOwnership()
repay(struct LendingPoolLoan[] loansToRepay, address from) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxDailyBorrows(uint256 _maxDailyBorrows)
setMaxPrice(uint256 newMaxPrice)
setOracle(address newValue)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Borrowed(uint256 currentDailyBorrows, uint256 newBorrowedAmount)
Initialized(uint8 version)
LiquidatorAdded(address liquidator)
LiquidatorRemoved(address liquidator)
LoanCreated(uint256 indexed loanId, uint256 nft, uint256 interest, uint256 startTime, uint216 borrowed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReducedDailyBorrows(uint256 currentDailyBorrows, uint256 amountReduced)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.