Metalend
Verified contract
Active on
Ethereum with 5,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d20…07ea
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- | |
LL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19260472 | 9 months ago | | | 0 | 0.015904451 | |
| 17026292 | 2 years ago | | | 0 | 0.0011199409 | |
| 16383642 | 2 years ago | | | 0 | 0.0072681563 | |
| 16246810 | 2 years ago | | | 0 | 0.0016115118 | |
| 16069501 | 2 years ago | | | 0 | 0.0050083920 | |
| 16062313 | 2 years ago | | | 0 | 0.0055090736 | |
| 16020599 | 2 years ago | | | 0.43 | 0.0019636845 | |
| 16017188 | 2 years ago | | | 0 | 0.075071863 | |
| 15997191 | 2 years ago | | | 0.43 | 0.0015167916 | |
| 15997185 | 2 years ago | | | 0.43 | 0.0016363823 |
ABI
ABI objects
Getter at block 21125983 getLoans() view returns (struct MetalendLoanItem[])
extensionFee() view returns (uint64)
30000000000000000
extensionHorizon() view returns (uint16)
30
extensionsAllowed() view returns (bool)
true
getParameters() view returns (address _tokenAddress, uint32 _loanTerm, uint128 _loanAmount, uint128 _loanFee, uint64 _extensionHorizon, uint128 _extensionFee, bool _isPaused, bool _isSunset)
(_tokenAddress=0x1d20a51f088492a0f1c57f047a9e30c9ab5c07ea, _loanTerm=90, _loanAmount=400000000000000000, _loanFee=30000000000000000, _extensionHorizon=30, _extensionFee=30000000000000000, _isPaused=false, _isSunset=true)
lendingFee() view returns (uint64)
30000000000000000
loanAmount() view returns (uint128)
400000000000000000
owner() view returns (address)
0xd5e00f1fe8dbd6b066e25894005fe007077a2e83
paused() view returns (bool)
false
repoAddress() view returns (address)
0xebc45858d7b2cfa38198b0a6fd5c4f43bf5a51e6
sunsetModeActive() view returns (bool)
true
termInDays() view returns (uint16)
90
tokenContract() view returns (address)
0x1d20a51f088492a0f1c57f047a9e30c9ab5c07ea
Read-only
isWithinExtensionHorizon(uint128 _loanId) view returns (bool)
isWithinLoanTerm(uint128 _loanId) view returns (bool)
itemsUnderLoan(uint256) view returns (uint128 loanId, uint128 currentBalance, bool isCurrent, address borrower, uint32 startDate, uint32 endDate, uint16 tokenId)
State-modifying
Events extendLoan(uint128 _loanId) payable
makeLoanPayment(uint128 _loanId) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
repossessItem(uint128 _loanId)
repossessItems(uint128[] repoItems)
setExtensionFee(uint64 _extensionFee) returns (bool)
setExtensionHorizon(uint16 _extensionHorizon) returns (bool)
setLendingFee(uint64 _lendingFee) returns (bool)
setLoanAmount(uint128 _loanAmount) returns (bool)
setRepoAddress(address _repoAddress) returns (bool)
setTermInDays(uint16 _termInDays) returns (bool)
sunrise()
sunset()
takeLoan(uint16 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _withdrawal) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Sunrise(address account)
Sunset(address account)
Unpaused(address account)
eligibleNFTAddressSet(address indexed nftAddress)
ethDeposited(uint256 indexed deposit, uint256 effectiveDate)
ethWithdrawn(uint256 indexed withdrawal, uint256 effectiveDate)
extensionFeeSet(uint64 indexed extensionFee)
extensionHorizonSet(uint16 indexed extensionHorizon)
lendingFeeSet(uint64 indexed lendingFee)
lendingTransaction(uint128 indexed loanId, uint256 indexed transactionCode, address indexed borrower, uint16 tokenId, uint256 transactionValue, uint256 transactionFee, uint256 loanEndDate, uint256 effectiveDate)
loanAmountSet(uint128 indexed loanAmount)
repoAddressSet(address indexed repoAddress)
termInDaysSet(uint16 indexed termInDays)
constructor(address _tokenAddress, uint128 _loanAmount, uint16 _termInDays, address _repoAddress, uint64 _lendingFee, uint64 _extensionFee, uint16 _extensionHorizon)
fallback()
receive()
This contract contains no error objects.