Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($3.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUELX | ERC-20 | 6K | $0.00065 |
$3.9 | |
TOMI | ERC-20 | 1 | $0.009435 |
$0.01 | |
NAKAS | ERC-20 | 1M | -- | -- | |
COMFY | ERC-20 | 120K | -- | -- | |
DPAY | ERC-20 | 6K | -- | -- | |
CBBG | ERC-20 | 27 | -- | -- | |
APEP | ERC-721 | 1 | -- | -- | |
APEP | ERC-721 | 1 | -- | -- | |
APEP | ERC-721 | 1 | -- | -- | |
APEP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19738506 | 7 months ago | | | 0 | 0.00061298194 | |
| 19738040 | 7 months ago | | | 0 | 0.00022886658 | |
| 19737951 | 7 months ago | | | 0 | 0.00022712761 | |
| 19635062 | 7 months ago | | | 0 | 0.00044995498 | |
| 17826678 | a year ago | | | 0 | 0.0036860933 | |
| 17826676 | a year ago | | | 0 | 0.0029650004 | |
| 17795038 | a year ago | | | 0 | 0.0030814160 | |
| 17795033 | a year ago | | | 0 | 0.0028211546 | |
| 17795032 | a year ago | | | 0 | 0.0029617644 | |
| 17731478 | a year ago | | | 0 | 0.0033013144 |
ABI
ABI objects
Getter at block 21259494
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HUNDRED_PERCENT() view returns (uint16)
10000
adminFeeReceiver() view returns (address)
0x1b4b3465b65fb87f869f8eb880ac28099ef43dee
adminShare() view returns (uint16)
1000
getAddressProvider() view returns (address)
0x21a619115f36de1a71b549e9081022fe84136f65
maxBorrowDuration() view returns (uint256)
31536000
minBorrowDuration() view returns (uint256)
86400
paused() view returns (bool)
true
totalNumLoans() view returns (uint32)
17056
Read-only
getAgentPermit(address _agent, bytes4 _selector) view returns (bool)
getERC20Permit(address _erc20) view returns (bool)
getERC721Permit(address _erc721) view returns (bool)
getInterceptors(uint256 _queueId, address nftAsset, uint256 tokenId) view returns (address[])
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, bool isCollection)
loanIds(address, uint256) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addInterceptor(uint256 _queueId, address _nftAsset, uint256 _tokenId)
adminClaimErc1155(address _to, address[] tokens, uint256[] tokenIds, uint256[] amounts)
adminClaimErc20(address _to, address[] tokens, uint256[] amounts)
adminClaimErc721(address _to, address[] tokens, uint256[] tokenIds)
borrow(struct Offer _offer, uint256 _nftId, bool _isCollectionOffer, struct Signature _lenderSignature, struct Signature _brokerSignature, struct CallData _extraDeal) returns (uint32)
cancelByNonce(uint256 _nonce)
cancelByTimestamp(uint256 _timestamp)
deleteInterceptor(uint256 _queueId, address _nftAsset, uint256 _tokenId)
flashExecute(uint32 _loanId, address _target, bytes4 _selector, bytes _data)
grantRole(bytes32 role, address account)
liquidate(uint32 _loanId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
purgeInterceptor(uint256 _queueId, address nftAsset, uint256[] tokenIds, address interceptor)
renounceRole(bytes32 role, address account)
repay(address _sender, bytes _param)
repay(uint32 _loanId)
revokeRole(bytes32 role, address account)
setAgentPermits(address[] _agents, bytes4[] _selectors, bool[] _permits)
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)
AgentPermit(address indexed agent, bytes4 selector, bool isPermitted)
BorrowRefferal(uint32 indexed loanId, address indexed borrower, uint256 referral)
ERC20Approve(address indexed user, address indexed erc20Contract, uint256 amount)
ERC20Permit(address indexed erc20Contract, bool isPermitted)
ERC721Approve(address indexed user, address indexed erc721Contract, bool isPermitted)
ERC721Permit(address indexed erc721Contract, bool isPermitted)
ExecuteInterceptor(uint256 indexed queueId, address indexed nftAsset, uint256 tokenId, address interceptor, bool before)
FlashExecute(uint32 indexed loanId, address nft, uint256 nftTokenId, address flashTarget)
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, address target, bytes4 selector)
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)
ServiceFee(uint32 indexed loanId, address indexed target, uint16 serviceFeeRate, uint256 feeAmount)
TimeStampCancelled(address lender, uint256 timestamp)
Unpaused(address account)
UpdageInterceptor(uint256 indexed queueId, address indexed nftAsset, uint256 tokenId, address interceptor, bool add)
UpdateStatus(uint32 indexed loanId, uint64 indexed xy3NftId, uint8 newStatus)
constructor(address _admin, address _addressProvider)
This contract contains no fallback and receive objects.
This contract contains no error objects.