Proxy
Verified contract
Proxy
Active on
Base with 17 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 ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGC | ERC-20 | 200 | $0.000094 |
$0.02 | |
(#330095) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#318851) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#316022) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#308066) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#307337) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#285215) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#262536) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#261978) | aSSLIPP | ERC-721 | 1 | -- | -- |
(#236105) | aSSLIPP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18001302 | 3 months ago | | | 0 | 0.000026077675 | |
| 17964679 | 3 months ago | | | 0 | 0.0000011723760 | |
| 17964620 | 3 months ago | | | 0 | 0.0000049389872 | |
| 17929804 | 3 months ago | | | 0 | 0.000025768852 | |
| 17914419 | 3 months ago | | | 0 | 0.000026445550 | |
| 17865581 | 3 months ago | | | 0 | 0.0000011690316 | |
| 17865556 | 3 months ago | | | 0 | 0.000012892748 | |
| 17719117 | 3 months ago | | | 0 | 0.000039849455 | |
| 17565233 | 3 months ago | | | 0 | 9.9440250e-7 | |
| 17565227 | 3 months ago | | | 0 | 9.8930300e-7 |
ABI
ABI objects
Getter at block 22157673 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)
0x3ec4a293fb906dd2cd440c20decb250def141df1
generateAssetData() view returns (address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts)
(assetAddresses=[], assetIds=[], assetAmounts=[])
inAuction() view returns (bool)
false
lastActionTimestamp() view returns (uint32)
1722819461
liquidator() view returns (address)
0xa4b0b9fd1d91fa2de44f6abfd59cc14ba1e1a7af
minimumMargin() view returns (uint96)
2000000
numeraire() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
owner() view returns (address)
0xdf5d131dd782638ca0faca79cf6b068c40ddcf29
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()