Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22683828 | 2 days ago | | | 0 | 0.00012083886 | |
| 22667202 | 2 days ago | | | 0 | 0.000099624901 | |
| 22436099 | 7 days ago | | | 0 | 0.000084595796 | |
| 22170813 | 14 days ago | | | 0 | 0.00011462191 | |
| 22079015 | 16 days ago | | | 0 | 0.00012294989 | |
| 22076436 | 16 days ago | | | 0 | 0.00011407066 | |
| 21983438 | 18 days ago | | | 0 | 0.00011848584 | |
| 21906872 | 20 days ago | | | 0 | 0.000095585217 | |
| 21554667 | a month ago | | | 0 | 0.00010274332 | |
| 21525870 | a month ago | | | 0 | 0.000090210637 |
ABI
ABI objects
Getter at block 22755636
owner() view returns (address)
0xb4d72b1c91e640e4ed7d7397f3244de4d8acc50b
Read-only
auctionInformation(address) view returns (uint128 startDebt, uint64 base, uint32 cutoffTime, uint32 startTime, address creditor, uint96 minimumMargin, uint16 startPriceMultiplier, uint16 minPriceMultiplier, bool inAuction)
getAuctionInformationArrays(address account) view returns (address[] assetAddresses, uint256[] assetIds, uint256[] assetAmounts, uint32[] assetShares)
getBidPrice(address account, uint256[] askedAssetAmounts) view returns (uint256 price, bool inAuction)
State-modifying
Events bid(address account, uint256[] bidAmounts, bool endAuction_, bytes data)
endAuction(address account)
liquidateAccount(address account)
setAccountRecipient(address creditor, address accountRecipient)
setAuctionCurveParameters(uint32 halfLifeTime, uint32 cutoffTime_, uint16 startPriceMultiplier_, uint16 minPriceMultiplier_)
setSequencerUptimeOracle(address sequencerUptimeOracle_)
transferOwnership(address newOwner)
AuctionCurveParametersSet(uint64 base, uint32 cutoffTime, uint16 startPriceMultiplier, uint16 minPriceMultiplier)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address accountFactory, address sequencerUptimeOracle_)
This contract contains no fallback and receive objects.
AuctionOngoing()
CutOffTooHigh()
CutOffTooLow()
EndAuctionFailed()
HalfLifeTimeTooHigh()
HalfLifeTimeTooLow()
IsNotAnAccount()
MultiplierTooHigh()
MultiplierTooLow()
NotAuthorized()
NotForSale()
OracleNotReverting()
OracleReverting()
SequencerDown()