P1LiquidatorProxy
Verified contract
Active on
Ethereum with 1,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "P1LiquidatorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12271137 | 4 years ago | | | 0 | 0.065591226 | |
| 12271137 | 4 years ago | | | 0 | 0.071741909 | |
| 12266907 | 4 years ago | | | 0 | 0.025467943 | |
| 12263138 | 4 years ago | | | 0 | 0.030265810 | |
| 12261840 | 4 years ago | | | 0 | 0.069840473 | |
| 12261777 | 4 years ago | | | 0 | 0.10465046 | |
| 12261765 | 4 years ago | | | 0 | 0.062658349 | |
| 12261765 | 4 years ago | | | 0 | 0.062665649 | |
| 12261765 | 4 years ago | | | 0 | 0.062658349 | |
| 12261765 | 4 years ago | | | 0 | 0.15262831 |
ABI
ABI objects
Getter at block 21287024
_INSURANCE_FEE_() view returns (uint256)
200000000000000000
_INSURANCE_FUND_() view returns (address)
0x75ef8432566a79c86bbf207a47df3963b8cf0753
_LIQUIDATION_() view returns (address)
0x05f370ca0b6c156845f73a9115f35edcde052803
_PERPETUAL_V1_() view returns (address)
0x09403fd14510f8196f7879ef514827cd76960b5d
isOwner() view returns (bool)
false
owner() view returns (address)
0x03b24cf9fe32dd719631d52bd6705d014c49f86f
Read-only
This contract contains no read-only function objects.
State-modifying
Events approveMaximumOnPerpetual()
liquidate(address liquidatee, address liquidator, bool isBuy, struct SignedMathInt maxPosition) returns (uint256)
renounceOwnership()
setInsuranceFee(uint256 insuranceFee)
setInsuranceFund(address insuranceFund)
transferOwnership(address newOwner)
LogInsuranceFeeSet(uint256 insuranceFee)
LogInsuranceFundSet(address insuranceFund)
LogLiquidatorProxyUsed(address indexed liquidatee, address indexed liquidator, bool isBuy, uint256 liquidationAmount, uint256 feeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address perpetualV1, address liquidator, address insuranceFund, uint256 insuranceFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.