ExpiringMultiParty
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0b8…eb48
0x40f9…77c3
0xdd61…ff09
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000001 | $1.001 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13524113 | 3 years ago | | | 0 | 0.018206126 | |
| 13517750 | 3 years ago | | | 0 | 0.020348971 | |
| 13401465 | 3 years ago | | | 0 | 0.017398228 | |
| 13343649 | 3 years ago | | | 0 | 0.0089734402 | |
| 13244389 | 3 years ago | | | 0 | 0.029371084 | |
| 13244326 | 3 years ago | | | 0 | 0.013325009 | |
| 13157112 | 3 years ago | | | 0 | 0.015553599 | |
| 13086875 | 3 years ago | | | 0 | 0.0071813300 | |
| 13086743 | 3 years ago | | | 0 | 0.0083134599 | |
| 12976697 | 3 years ago | | | 0 | 0.0062453200 |
ABI
ABI objects
Getter at block 21272727
collateralCurrency() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
collateralRequirement() view returns (uint256 rawValue)
1050000000000000000
contractState() view returns (uint8)
2
cumulativeFeeMultiplier() view returns (uint256 rawValue)
999277432555599751
disputeBondPercentage() view returns (uint256 rawValue)
100000000000000000
disputerDisputeRewardPercentage() view returns (uint256 rawValue)
200000000000000000
expirationTimestamp() view returns (uint256)
1631896940
expiryPrice() view returns (uint256 rawValue)
100273575703707123934
financialProductLibrary() view returns (address)
0x0000000000000000000000000000000000000000
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
getCurrentTime() view returns (uint256)
1732633811
liquidationLiveness() view returns (uint256)
43200
minSponsorTokens() view returns (uint256 rawValue)
1000000
pfc() view returns (struct FixedPointUnsigned)
(0)
priceIdentifier() view returns (bytes32)
0x4554482d42415349532d334d2f55534443000000000000000000000000000000
rawLiquidationCollateral() view returns (uint256 rawValue)
0
rawTotalPositionCollateral() view returns (uint256 rawValue)
0
sponsorDisputeRewardPercentage() view returns (uint256 rawValue)
50000000000000000
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
tokenCurrency() view returns (address)
0xdd6145e24dd53550fb449b9f78bae0fc347cff09
totalPositionCollateral() view returns (struct FixedPointUnsigned)
(0)
totalTokensOutstanding() view returns (uint256 rawValue)
0
withdrawalLiveness() view returns (uint256)
86400
Read-only
_getSyntheticDecimals(address _collateralAddress) view returns (uint8 decimals)
getCollateral(address sponsor) view returns (struct FixedPointUnsigned)
getLiquidations(address sponsor) view returns (struct LiquidatableLiquidationData[] liquidationData)
getOutstandingRegularFees(uint256 time) view returns (struct FixedPointUnsigned regularFee, struct FixedPointUnsigned latePenalty, struct FixedPointUnsigned totalPaid)
liquidations(address, uint256) view returns (address sponsor, address liquidator, uint8 state, uint256 liquidationTime, struct FixedPointUnsigned tokensOutstanding, struct FixedPointUnsigned lockedCollateral, struct FixedPointUnsigned liquidatedCollateral, struct FixedPointUnsigned rawUnitCollateral, address disputer, struct FixedPointUnsigned settlementPrice, struct FixedPointUnsigned finalFee)
positions(address) view returns (struct FixedPointUnsigned tokensOutstanding, uint256 withdrawalRequestPassTimestamp, struct FixedPointUnsigned withdrawalRequestAmount, struct FixedPointUnsigned rawCollateral, uint256 transferPositionRequestPassTimestamp)
transformCollateralRequirement(struct FixedPointUnsigned price) view returns (struct FixedPointUnsigned)
transformPrice(struct FixedPointUnsigned price, uint256 requestTime) view returns (struct FixedPointUnsigned)
transformPriceIdentifier(uint256 requestTime) view returns (bytes32)
State-modifying
Events cancelTransferPosition()
cancelWithdrawal()
create(struct FixedPointUnsigned collateralAmount, struct FixedPointUnsigned numTokens)
createLiquidation(address sponsor, struct FixedPointUnsigned minCollateralPerToken, struct FixedPointUnsigned maxCollateralPerToken, struct FixedPointUnsigned maxTokensToLiquidate, uint256 deadline) returns (uint256 liquidationId, struct FixedPointUnsigned tokensLiquidated, struct FixedPointUnsigned finalFeeBond)
deposit(struct FixedPointUnsigned collateralAmount)
depositTo(address sponsor, struct FixedPointUnsigned collateralAmount)
dispute(uint256 liquidationId, address sponsor) returns (struct FixedPointUnsigned totalPaid)
emergencyShutdown()
expire()
gulp()
payRegularFees() returns (struct FixedPointUnsigned)
redeem(struct FixedPointUnsigned numTokens) returns (struct FixedPointUnsigned amountWithdrawn)
remargin()
repay(struct FixedPointUnsigned numTokens)
requestTransferPosition()
requestWithdrawal(struct FixedPointUnsigned collateralAmount)
setCurrentTime(uint256 time)
settleExpired() returns (struct FixedPointUnsigned amountWithdrawn)
transferPositionPassedRequest(address newSponsorAddress)
withdraw(struct FixedPointUnsigned collateralAmount) returns (struct FixedPointUnsigned amountWithdrawn)
withdrawLiquidation(uint256 liquidationId, address sponsor) returns (struct LiquidatableRewardsData)
withdrawPassedRequest() returns (struct FixedPointUnsigned amountWithdrawn)
ContractExpired(address indexed caller)
Deposit(address indexed sponsor, uint256 indexed collateralAmount)
DisputeSettled(address indexed caller, address indexed sponsor, address indexed liquidator, address disputer, uint256 liquidationId, bool disputeSucceeded)
EmergencyShutdown(address indexed caller, uint256 originalExpirationTimestamp, uint256 shutdownTimestamp)
EndedSponsorPosition(address indexed sponsor)
FinalFeesPaid(uint256 indexed amount)
LiquidationCreated(address indexed sponsor, address indexed liquidator, uint256 indexed liquidationId, uint256 tokensOutstanding, uint256 lockedCollateral, uint256 liquidatedCollateral, uint256 liquidationTime)
LiquidationDisputed(address indexed sponsor, address indexed liquidator, address indexed disputer, uint256 liquidationId, uint256 disputeBondAmount)
LiquidationWithdrawn(address indexed caller, uint256 paidToLiquidator, uint256 paidToDisputer, uint256 paidToSponsor, uint8 indexed liquidationStatus, uint256 settlementPrice)
NewSponsor(address indexed sponsor)
PositionCreated(address indexed sponsor, uint256 indexed collateralAmount, uint256 indexed tokenAmount)
Redeem(address indexed sponsor, uint256 indexed collateralAmount, uint256 indexed tokenAmount)
RegularFeesPaid(uint256 indexed regularFee, uint256 indexed lateFee)
Repay(address indexed sponsor, uint256 indexed numTokensRepaid, uint256 indexed newTokenCount)
RequestTransferPosition(address indexed oldSponsor)
RequestTransferPositionCanceled(address indexed oldSponsor)
RequestTransferPositionExecuted(address indexed oldSponsor, address indexed newSponsor)
RequestWithdrawal(address indexed sponsor, uint256 indexed collateralAmount)
RequestWithdrawalCanceled(address indexed sponsor, uint256 indexed collateralAmount)
RequestWithdrawalExecuted(address indexed sponsor, uint256 indexed collateralAmount)
SettleExpiredPosition(address indexed caller, uint256 indexed collateralReturned, uint256 indexed tokensBurned)
Withdrawal(address indexed sponsor, uint256 indexed collateralAmount)
constructor(LiquidatableConstructorParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.