TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x466a…0a54
0x5f4e…8419
0x2f7c…a2ca
0x5af0…25a5
-
variable spans 10 additional slots
-
variable spans 1 additional slot
14 additional
variables
Balances ($0.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JNGL | ERC-20 | 1.11 | $0.169854 |
$0.19 | |
MILAND | ERC-20 | 888.888888M | -- | -- | |
NSA | ERC-20 | 183.68202K | -- | -- | |
XCTO | ERC-20 | 1K | -- | -- | |
0x4d9c…d798 | ERC-1555 | 1 | -- | -- | |
MIL | ERC-721 | 1 | -- | -- | |
MIL | ERC-721 | 1 | -- | -- | |
MIL | ERC-721 | 1 | -- | -- | |
MIL | ERC-721 | 1 | -- | -- | |
MIL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17263998 | 2 years ago | | | 0 | 0.0031305600 | |
| 17263997 | 2 years ago | | | 0 | 0.0052833600 | |
| 17263996 | 2 years ago | | | 0 | 0.0052822800 | |
| 17263995 | 2 years ago | | | 0 | 0.0052833600 | |
| 17263994 | 2 years ago | | | 0 | 0.0052833600 |
ABI
ABI objects
Getter at block 21218946 openPositionsIndexes() view returns (uint256[]) settings() view returns (struct RateLibRate debtInterestApr, struct RateLibRate unused15, struct RateLibRate unused16, struct RateLibRate unused17, struct RateLibRate unused18, struct RateLibRate unused12, struct RateLibRate organizationFeeRate, struct RateLibRate insurancePurchaseRate, struct RateLibRate insuranceLiquidationPenaltyRate, uint256 insuranceRepurchaseTimeLimit, uint256 borrowAmountCap)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
calculateAdditionalInterest() view returns (uint256)
225140230108024191851
ethAggregator() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
getStrategies() view returns (address[])
[]
nftContract() view returns (address)
0x5af0d9827e0c53e4799bb226655a1de152a425a5
nftValueProvider() view returns (address)
0x2f7ced605f2729e30d1ad3200e3bc442557da2ca
stablecoin() view returns (address)
0x466a756e9a7401b5e2444a3fcb3c2c12fbea0a54
totalDebtAmount() view returns (uint256)
249349316106744031938882
totalFeeCollected() view returns (uint256)
12495846670500833382574
totalPositions() view returns (uint256)
44
Read-only
getCreditLimit(address _owner, uint256 _nftIndex) view returns (uint256)
getDebtInterest(uint256 _nftIndex) view returns (uint256)
getLiquidationLimit(address _owner, uint256 _nftIndex) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
hasStrategy(address _strategy) view returns (bool)
isLiquidatable(uint256 _nftIndex) view returns (bool)
positionOwner(uint256) view returns (address)
positions(uint256) view returns (uint8 borrowType, uint256 debtPrincipal, uint256 debtPortion, uint256 debtAmountForRepurchase, uint256 liquidatedAt, address liquidator, address strategy)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
accrue()
addStrategy(address _strategy)
borrow(uint256 _nftIndex, uint256 _amount, bool _useInsurance)
claimExpiredInsuranceNFT(uint256 _nftIndex, address _recipient)
closePosition(uint256 _nftIndex)
collect()
depositInStrategy(uint256[] _nftIndexes, uint256 _strategyIndex, bytes _additionalData)
doActions(uint8[] _actions, bytes[] _data)
doActionsFor(address _account, uint8[] _actions, bytes[] _data)
finalizeUpgrade()
flashStrategyFromStandardStrategy(uint256[] _nftIndexes, uint256 _sourceStrategyIndex, uint256 _flashStrategyIndex, bytes _sourceStrategyData, bytes _flashStrategyData)
forceClosePosition(address _account, uint256 _nftIndex, address _recipient) returns (uint256)
grantRole(bytes32 role, address account)
importPosition(address _account, uint256 _nftIndex, uint256 _amount, bool _insurance, address _strategy)
initialize(address _stablecoin, address _nftContract, address _nftValueProvider, address _ethAggregator, struct NFTVaultVaultSettings _settings)
liquidate(uint256 _nftIndex, address _recipient)
removeStrategy(address _strategy)
renounceRole(bytes32 role, address account)
repay(uint256 _nftIndex, uint256 _amount)
repurchase(uint256 _nftIndex, uint256 _repayAmount)
rescueToken(address _token, uint256 _amount)
revokeRole(bytes32 role, address account)
setSettings(struct NFTVaultVaultSettings _settings)
withdrawFromStrategy(uint256[] _nftIndexes)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Accrual(uint256 additionalInterest)
Borrowed(address indexed owner, uint256 indexed index, uint256 amount, bool insured)
FeeCollected(uint256 collectedAmount)
InsuranceExpired(address indexed owner, uint256 indexed index)
Liquidated(address indexed liquidator, address indexed owner, uint256 indexed index, bool insured)
LiquidationRepayment(address indexed owner, uint256 indexed index, uint256 repayAmount)
PositionClosed(address indexed owner, uint256 indexed index, bool forced)
PositionImported(address indexed owner, uint256 indexed index, uint256 amount, bool insured, address strategy)
PositionOpened(address indexed owner, uint256 indexed index)
Repaid(address indexed owner, uint256 indexed index, uint256 amount)
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)
StrategyDeposit(uint256 indexed nftIndex, address indexed strategy, bool isStandard)
StrategyWithdrawal(uint256 indexed nftIndex, address indexed strategy)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DebtCapReached()
InvalidAmount(uint256 amount)
InvalidInsuranceMode()
InvalidLength()
InvalidNFT(uint256 nftIndex)
InvalidNFTType(bytes32 nftType)
InvalidOracleResults()
InvalidPosition(uint256 nftIndex)
InvalidRate()
InvalidStrategy()
InvalidUnlockTime(uint256 unlockTime)
NoDebt()
NonZeroDebt(uint256 debtAmount)
PositionInsuranceExpired(uint256 nftIndex)
PositionInsuranceNotExpired(uint256 nftIndex)
PositionLiquidated(uint256 nftIndex)
Unauthorized()
UnknownAction(uint8 action)
ZeroAddress()