ExpiringMultiParty
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40f9…77c3
0x5cf0…bc8e
Balances ($1,471.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.475 | $3,097.96 |
$1,471.53 | |
ZENIQ | ERC-20 | 4.600516 | $0.00679 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10723731 | 4 years ago | | | 0 | 0.010077950 | |
| 10723425 | 4 years ago | | | 0 | 0.064994724 | |
| 10723420 | 4 years ago | | | 0 | 0.0074105081 | |
| 10723182 | 4 years ago | | | 0 | 0.017326820 | |
| 10705614 | 4 years ago | | | 0 | 0.023955400 |
ABI
ABI objects
Getter at block 21226817
collateralCurrency() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
collateralRequirement() view returns (uint256 rawValue)
1250000000000000000
contractState() view returns (uint8)
0
cumulativeFeeMultiplier() view returns (uint256 rawValue)
1000000000000000000
disputeBondPct() view returns (uint256 rawValue)
100000000000000000
disputerDisputeRewardPct() view returns (uint256 rawValue)
200000000000000000
expirationTimestamp() view returns (uint256)
1601510400
expiryPrice() view returns (uint256 rawValue)
0
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
getCurrentTime() view returns (uint256)
1732079963
liquidationLiveness() view returns (uint256)
7200
minSponsorTokens() view returns (uint256 rawValue)
100000000000000000000
pfc() view returns (struct FixedPointUnsigned)
(475000000000000000)
priceIdentifier() view returns (bytes32)
0x5553444554480000000000000000000000000000000000000000000000000000
rawLiquidationCollateral() view returns (uint256 rawValue)
475000000000000000
rawTotalPositionCollateral() view returns (uint256 rawValue)
0
sponsorDisputeRewardPct() view returns (uint256 rawValue)
50000000000000000
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
tokenCurrency() view returns (address)
0x5cf0d75b62f230b31848d968e52fda36b32dbc8e
totalPositionCollateral() view returns (struct FixedPointUnsigned totalCollateral)
(0)
totalTokensOutstanding() view returns (uint256 rawValue)
0
withdrawalLiveness() view returns (uint256)
7200
Read-only
getCollateral(address sponsor) view returns (struct FixedPointUnsigned collateralAmount)
getLiquidations(address sponsor) view returns (struct LiquidatableLiquidationData[] liquidationData)
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)
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()
payRegularFees() returns (struct FixedPointUnsigned totalPaid)
redeem(struct FixedPointUnsigned numTokens) returns (struct FixedPointUnsigned amountWithdrawn)
remargin()
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 FixedPointUnsigned amountWithdrawn)
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 withdrawalAmount, 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)
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.