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.001593 |
$0 | |
OHNO | ERC-20 | 1.226807K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21850980 | 24 minutes ago | | | 0 | 7.1490567e-7 | |
| 21850019 | an hour ago | | | 0 | 7.9048428e-7 | |
| 21848663 | 2 hours ago | | | 0 | 7.9033511e-7 | |
| 21847478 | 2 hours ago | | | 0 | 7.8957269e-7 | |
| 21846457 | 3 hours ago | | | 0 | 7.9028539e-7 | |
| 21845576 | 3 hours ago | | | 0 | 0.0000012875296 | |
| 21844796 | 4 hours ago | | | 0 | 7.1495539e-7 | |
| 21844196 | 4 hours ago | | | 0 | 7.8957269e-7 | |
| 21843530 | 5 hours ago | | | 0 | 7.9058372e-7 | |
| 21842644 | 5 hours ago | | | 0 | 7.8987103e-7 |
ABI
ABI objects
Getter at block 21851695
getFundingRate() view returns (int256)
-49188
owner() view returns (address)
0x2f7c3cf9d9280b165981311b822becc4e05fe635
Read-only
balanceOf(address trader) view returns (int256 paper, int256 credit)
State-modifying
Events liquidate(address liquidator, address liquidatedTrader, int256 requestPaper, int256 expectCredit) returns (int256 liqtorPaperChange, int256 liqtorCreditChange)
renounceOwnership()
trade(bytes tradeData)
transferOwnership(address newOwner)
updateFundingRate(int256 newFundingRate)
BalanceChange(address indexed trader, int256 paperChange, int256 creditChange)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateFundingRate(int256 oldFundingRate, int256 newFundingRate)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.