Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x28f1…60b0
Balances ($7,520.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.8561 | $3,827.24 |
$7,103.74 | |
USDC | ERC-20 | 368.3693 | $0.998941 |
$367.98 | |
USDT | ERC-20 | 32.8602 | $1.00 |
$32.86 | |
DAI | ERC-20 | 15.5621 | $0.998688 |
$15.54 | |
LPUniV3.com | ERC-20 | 500 | -- | -- | |
0xc67d…6dd4 | ERC-1555 | 64 | -- | -- | |
0xd1c3…b8c0 | ERC-1555 | 12 | -- | -- | |
0x1b61…1e5e | ERC-1555 | 6 | -- | -- | |
0x3efc…ecd9 | ERC-1555 | 6 | -- | -- | |
0xd07d…2430 (#253786) | ERC-1555 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20003694 | 6 months ago | | | 0 | 0.00041414973 | |
| 19210235 | 10 months ago | | | 0 | 0.0016931966 | |
| 19210207 | 10 months ago | | | 0 | 0.0031958784 | |
| 19187420 | 10 months ago | | | 0 | 0.0042657506 | |
| 18970418 | a year ago | | | 0 | 0.0016081457 | |
| 18517035 | a year ago | | | 0 | 0.0018866699 | |
| 18517013 | a year ago | | | 0 | 0.0027460042 | |
| 17434597 | 2 years ago | | | 0 | 0.00059585246 | |
| 17434595 | 2 years ago | | | 0 | 0.0022351901 | |
| 17429286 | 2 years ago | | | 0 | 0.0035431134 |
ABI
ABI objects
Getter at block 21382294
paused() view returns (bool)
false
rentFee() view returns (uint256)
0
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimCollateral(address[] _nfts, uint256[] _tokenIds, uint256[] _lendingIds)
lend(address[] _nfts, uint256[] _tokenIds, uint256[] _lendAmounts, uint8[] _maxRentDurations, bytes4[] _dailyRentPrices, bytes4[] _nftPrices, uint8[] _paymentTokens)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
rent(address[] _nfts, uint256[] _tokenIds, uint256[] _lendingIds, uint8[] _rentDurations)
returnIt(address[] _nfts, uint256[] _tokenIds, uint256[] _lendingIds)
setBeneficiary(address _newBeneficiary)
setPaused(bool _paused)
setRentFee(uint256 _rentFee)
stopLending(address[] _nfts, uint256[] _tokenIds, uint256[] _lendingIds)
CollateralClaimed(uint256 indexed lendingId, uint32 claimedAt)
LendingStopped(uint256 indexed lendingId, uint32 stoppedAt)
Lent(address indexed nftAddress, uint256 indexed tokenId, uint8 lentAmount, uint256 lendingId, address indexed lenderAddress, uint8 maxRentDuration, bytes4 dailyRentPrice, bytes4 nftPrice, bool isERC721, uint8 paymentToken)
Rented(uint256 lendingId, address indexed renterAddress, uint8 rentDuration, uint32 rentedAt)
Returned(uint256 indexed lendingId, uint32 returnedAt)
constructor(address _resolver, address _beneficiary, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.