Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUELX | ERC-20 | 3.275K | $0.000677 |
$2.22 | |
TOMI | ERC-20 | 1 | $0.009514 |
$0.01 | |
DPAY | ERC-20 | 3.275K | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
Captainz | ERC-721 | 1 | -- | -- | |
0x941f…267a | ERC-1555 | 1 | -- | -- | |
0xa27a…47fd | ERC-1555 | 1 | -- | -- | |
0xb4d5…be80 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17158013 | 2 years ago | | | 0 | 0.0046944391 | |
| 16930349 | 2 years ago | | | 0 | 0.00082285765 | |
| 16929411 | 2 years ago | | | 0 | 0.00065485192 | |
| 16914758 | 2 years ago | | | 0 | 0.0022363634 | |
| 16841310 | 2 years ago | | | 0 | 0.0058291277 | |
| 16766371 | 2 years ago | | | 0 | 0.0078373038 | |
| 16752676 | 2 years ago | | | 0 | 0.0020447383 | |
| 16752273 | 2 years ago | | | 0 | 0.0034935641 | |
| 16744459 | 2 years ago | | | 0 | 0.0025587004 | |
| 16744457 | 2 years ago | | | 0 | 0.0025882265 |
ABI
ABI objects
Getter at block 21279764
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HUNDRED_PERCENT() view returns (uint16)
10000
MANAGER_ROLE() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
SIGNER_ROLE() view returns (bytes32)
0x2aeb38be3df14d720aeb10a2de6df09b0fb3cd5c5ec256283a22d4593110ca40
adminFeeReceiver() view returns (address)
0x1b4b3465b65fb87f869f8eb880ac28099ef43dee
adminShare() view returns (uint16)
0
delegate() view returns (address)
0xef887e8b1c06209f59e8ae55d0e625c937344376
maxBorrowDuration() view returns (uint256)
31536000
minBorrowDuration() view returns (uint256)
86400
paused() view returns (bool)
true
ticketToken() view returns (address)
0x0e258c84df0f8728ae4a6426ea5fd163eb6b9d1b
totalNumLoans() view returns (uint32)
4854
Read-only
getERC20Permit(address _erc20) view returns (bool)
getERC721Permit(address _erc721) view returns (bool)
getLoanState(uint32 _loanId) view returns (struct ILoanStatusLoanState)
getNonceUsed(address _user, uint256 _nonce) view returns (bool)
getRepayAmount(uint32 _loanId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTimestampCancelled(address _user) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
loanDetails(uint32) view returns (uint256 borrowAmount, uint256 repayAmount, uint256 nftTokenId, address borrowAsset, uint32 loanDuration, uint16 adminShare, uint64 loanStart, address nftAsset, address borrower, bool isCollection)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events borrow(struct Offer _offer, uint256 _nftId, bool _isCollectionOffer, struct Signature _lenderSignature, struct Signature _brokerSignature)
cancelByNonce(uint256 _nonce)
cancelByTimestamp(uint256 _timestamp)
grantRole(bytes32 role, address account)
liquidate(uint32 _loanId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceRole(bytes32 role, address account)
repay(uint32 _loanId)
revokeRole(bytes32 role, address account)
setERC20Permits(address[] _erc20s, bool[] _permits)
setERC721Permits(address[] _erc721s, bool[] _permits)
unpause()
updateAdminFeeReceiver(address _newAdminFeeReceiver)
updateAdminShare(uint16 _newAdminShare)
updateMaxBorrowDuration(uint256 _newMaxBorrowDuration)
updateMinBorrowDuration(uint256 _newMinBorrowDuration)
AdminFeeReceiverUpdated(address arg0)
AdminFeeUpdated(uint16 newAdminFee)
ERC20Permit(address indexed erc20Contract, bool isPermitted)
ERC721Permit(address indexed erc721Contract, bool isPermitted)
LoanLiquidated(uint32 indexed loanId, address indexed borrower, address indexed lender, uint256 borrowAmount, uint256 nftTokenId, uint256 loanMaturityDate, uint256 loanLiquidationDate, address nftAsset)
LoanRepaid(uint32 indexed loanId, address indexed borrower, address indexed lender, uint256 borrowAmount, uint256 nftTokenId, uint256 repayAmount, uint256 adminFee, address nftAsset, address borrowAsset)
LoanStarted(uint32 indexed loanId, address indexed borrower, address indexed lender, uint256 nonce, struct LoanDetail loanDetail)
MaxBorrowDurationUpdated(uint256 newMaxBorrowDuration)
MinBorrowDurationUpdated(uint256 newMinBorrowDuration)
NonceCancelled(address lender, uint256 nonce)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TimeStampCancelled(address lender, uint256 timestamp)
Unpaused(address account)
UpdateStatus(uint32 indexed loanId, uint64 indexed xy3NftId, uint8 newStatus)
constructor(address _admin, address _ticketToken, address _delegate)
This contract contains no fallback and receive objects.
This contract contains no error objects.