P2PEscrow
Verified contract
Active on
Ethereum with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($52.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 52 | $1.001 |
$52.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18069013 | a year ago | | | 0 | 0.0016298638 | |
| 18069012 | a year ago | | | 0 | 0.0018763356 | |
| 18068998 | a year ago | | | 0 | 0.0021672919 | |
| 18068991 | a year ago | | | 0 | 0.0014571037 | |
| 18068908 | a year ago | | | 0 | 0.0019237019 | |
| 18068907 | a year ago | | | 0 | 0.0021472048 | |
| 18068898 | a year ago | | | 0 | 0.0018276014 | |
| 18068891 | a year ago | | | 0 | 0.0013937229 | |
| 18068759 | a year ago | | | 0 | 0.0015344032 | |
| 18068758 | a year ago | | | 0 | 0.0017527062 |
ABI
ABI objects
Getter at block 21158625
orderTimeoutDuration() view returns (uint32)
600
owner() view returns (address)
0xb0ee73c960a418e0445ccd25a2997225f103c279
tokensLength() view returns (uint256)
15
Read-only
getOrder(bytes16 orderId) view returns (struct P2PEscrowOrder)
getTokenAddressByIndex(uint256 index) view returns (address)
getTokenIndex(address token) view returns (int256)
State-modifying
Events addTokens(address[] inputTokens)
cancelOrder(bytes16 orderId)
limitOrder(uint16 tokenId, uint96 tokenAmount, uint16 swapTokenId, uint96 swapTokenAmount, uint32 timeoutTime, bytes16 orderId) returns (bytes16)
marketOrder(uint16 tokenId, uint96 tokenAmount, uint16 swapTokenId, uint96 swapTokenAmount, bytes16 orderId) returns (bytes16)
renounceOwnership()
setOrderTimeout(uint32 timeoutDuration)
transferOwnership(address newOwner)
CancelledOrder(bytes16 indexed orderId)
OrderDeposit(bytes16 indexed orderId)
OrderSuccessful(bytes16 indexed orderId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundedOrder(bytes16 indexed orderId)
constructor(address[] _tokens)
This contract contains no fallback and receive objects.
CancelOrderFailure(uint8 reason)
OrderFailure(uint8 reason)
RefundFailure(uint8 reason)