ExpiringMultiParty
Verified contract
Active on
Ethereum with 701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb4c…b27d
0x40f9…77c3
0x208d…0f73
Balances ($2,038,430.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
renBTC | ERC-20 | 21.932283 | $92,942.00 |
$2,038,430.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619782 | 3 months ago | | | 0 | 0.00019922032 | |
| 20619780 | 3 months ago | | | 0 | 0.00027460328 | |
| 17675707 | a year ago | | | 0 | 0.0028183800 | |
| 14364580 | 3 years ago | | | 0 | 0.0024246750 | |
| 14074263 | 3 years ago | | | 0 | 0.011610776 | |
| 13070094 | 3 years ago | | | 0 | 0.0038801417 | |
| 12926043 | 3 years ago | | | 0 | 0.0051354660 | |
| 12063786 | 4 years ago | | | 0 | 0.022878037 | |
| 12031180 | 4 years ago | | | 0 | 0.023554902 | |
| 12030954 | 4 years ago | | | 0 | 0.017779200 |
ABI
ABI objects
Getter at block 21261928
collateralCurrency() view returns (address)
0xeb4c2781e4eba804ce9a9803c67d0893436bb27d
collateralRequirement() view returns (uint256 rawValue)
1250000000000000000
contractState() view returns (uint8)
2
cumulativeFeeMultiplier() view returns (uint256 rawValue)
999738855272773146
disputeBondPct() view returns (uint256 rawValue)
100000000000000000
disputerDisputeRewardPct() view returns (uint256 rawValue)
200000000000000000
expirationTimestamp() view returns (uint256)
1601503200
expiryPrice() view returns (uint256 rawValue)
9339
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
getCurrentTime() view returns (uint256)
1732503419
liquidationLiveness() view returns (uint256)
7200
minSponsorTokens() view returns (uint256 rawValue)
100000000000000000000
pfc() view returns (struct FixedPointUnsigned)
(2193228311)
priceIdentifier() view returns (bytes32)
0x5553444254430000000000000000000000000000000000000000000000000000
rawLiquidationCollateral() view returns (uint256 rawValue)
0
rawTotalPositionCollateral() view returns (uint256 rawValue)
2193801211
sponsorDisputeRewardPct() view returns (uint256 rawValue)
50000000000000000
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
tokenCurrency() view returns (address)
0x208d174775dc39fe18b1b374972f77ddec6c0f73
totalPositionCollateral() view returns (struct FixedPointUnsigned totalCollateral)
(2193228311)
totalTokensOutstanding() view returns (uint256 rawValue)
101086555934166602413178
withdrawalLiveness() view returns (uint256)
10800
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.