Proxy
Verified contract
Proxy
Active on
Base with 52 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 131.201797 | $0.999742 |
$131.17 | |
(#2873035) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2825948) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2823337) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2796598) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2755691) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2142391) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#2130458) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#1965385) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#1671092) | aSSLIPP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732216 | 12 hours ago | | | 0 | 0.00033748362 | |
| 22731215 | 13 hours ago | | | 0 | 0.000073987087 | |
| 22688480 | 2 days ago | | | 0 | 0.000042869713 | |
| 22688418 | 2 days ago | | | 0 | 0.000011478285 | |
| 22686154 | 2 days ago | | | 0 | 0.000040440144 | |
| 22686078 | 2 days ago | | | 0 | 0.000011700735 | |
| 22660193 | 2 days ago | | | 0 | 0.000047036744 | |
| 22652962 | 2 days ago | | | 0 | 0.000012052083 | |
| 22045636 | 16 days ago | | | 0 | 0.0000031906722 | |
| 22045608 | 16 days ago | | | 0 | 0.000051506792 |
ABI
ABI objects
Getter at block 22754401 getCollateralValue() view returns (uint256 collateralValue) getFreeMargin() view returns (uint256 freeMargin) getLiquidationValue() view returns (uint256 liquidationValue) getUsedMargin() view returns (uint256 usedMargin) isAccountLiquidatable() view returns (bool success) isAccountUnhealthy() view returns (bool isUnhealthy)
ACCOUNT_VERSION() view returns (uint256)
1
ASSET_LIMIT() view returns (uint256)
15
FACTORY() view returns (address)
0xda14fdd72345c4d2511357214c5b89a919768e59
creditor() view returns (address)
0xa37e9b4369dc20940009030bfbc2088f09645e3b
generateAssetData() view returns (address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts)
(assetAddresses=[0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 0x1Dc7A0f5336F52724B650E39174cfcbbEdD67bF1], assetIds=[0, 2873035], assetAmounts=[131201797, 1])
inAuction() view returns (bool)
false
lastActionTimestamp() view returns (uint32)
1732253779
liquidator() view returns (address)
0xa4b0b9fd1d91fa2de44f6abfd59cc14ba1e1a7af
minimumMargin() view returns (uint96)
4000
numeraire() view returns (address)
0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf
owner() view returns (address)
0x7ac01acf8ac1984349f1aeb10d9eb11c90e120f8
registry() view returns (address)
0xd0690557600eb8be8391d1d97346e2aab5300d5f
Read-only
approvedCreditor(address) view returns (address)
erc1155Balances(address, uint256) view returns (uint256)
erc20Balances(address) view returns (uint256)
getAccountValue(address numeraire_) view returns (uint256 accountValue)
isAssetManager(address, address) view returns (bool)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events auctionBid(address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts, address bidder) returns (uint256[] assetAmounts_)
auctionBoughtIn(address recipient)
closeMarginAccount()
deposit(address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts)
endAuction()
flashAction(address actionTarget, bytes actionData)
flashActionByCreditor(bytes callbackData, address actionTarget, bytes actionData) returns (uint256 accountVersion)
increaseOpenPosition(uint256 openPosition) returns (uint256 accountVersion)
initialize(address owner_, address registry_, address creditor_)
openMarginAccount(address newCreditor)
setApprovedCreditor(address creditor_)
setAssetManager(address assetManager, bool value)
setNumeraire(address numeraire_)
skim(address token, uint256 id, uint256 type_)
startLiquidation(address initiator) returns (address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts, address creditor_, uint96 minimumMargin_, uint256 openPosition, struct AssetValueAndRiskFactors[] assetAndRiskValues)
transferOwnership(address newOwner)
upgradeAccount(address newImplementation, address newRegistry, uint256 newVersion, bytes data)
upgradeHook(address oldImplementation, address oldRegistry, uint256 oldVersion, bytes data)
withdraw(address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts)
Upgraded(address indexed implementation)
AssetManagerSet(address indexed owner, address indexed assetManager, bool value)
MarginAccountChanged(address indexed creditor, address indexed liquidator)
NumeraireSet(address indexed numeraire)
constructor(address implementation)
fallback()
fallback()
receive()
AccountInAuction()
AccountNotLiquidatable()
AccountUnhealthy()
AlreadyInitialized()
CoolDownPeriodNotPassed()
CreditorAlreadySet()
CreditorNotSet()
InvalidAccountVersion()
InvalidERC20Id()
InvalidERC721Amount()
InvalidRegistry()
NoFallback()
NoReentry()
NumeraireNotFound()
OnlyCreditor()
OnlyFactory()
OnlyLiquidator()
OnlyOwner()
TooManyAssets()
UnknownAsset()
UnknownAssetType()