LocalCryptosETHEscrows
Verified contract
Active on
Ethereum with 88,671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,961.66)
Native
Value
$10,961.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.418969 | $3,206.13 |
$10,961.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20718312 | 2 months ago | | | 0 | 0.000049479800 | |
| 20451879 | 3 months ago | | | 0.03021 | 0.000033229000 | |
| 20409110 | 3 months ago | | | 0.0145 | 0.000033229000 | |
| 20409083 | 3 months ago | | | 0.02539 | 0.000033229000 | |
| 20408316 | 3 months ago | | | 0.031345 | 0.000033229000 | |
| 20150302 | 5 months ago | | | 0.00832 | 0.000049825500 | |
| 17787769 | a year ago | | | 0 | 0.00072636979 | |
| 17787698 | a year ago | | | 0 | 0.00081154004 | |
| 16894852 | 2 years ago | | | 0 | 0.00045163702 | |
| 16797781 | 2 years ago | | | 0 | 0.00094587500 |
ABI
ABI objects
Getter at block 21157660
arbitrator() view returns (address)
0xa38f728c9431a4248753c63423518faf4de63e18
feesAvailableForWithdraw() view returns (uint256)
0
inviterAddress() view returns (address)
0xf008e2c7a7f16ac706c2e0ebd3f015d442016420
owner() view returns (address)
0x47d70d729c6efd464cc49ebb6f4ee240219ecb9e
requestCancellationMinimumTime() view returns (uint32)
7200
Read-only
escrows(bytes32) view returns (bool exists, uint32 sellerCanCancelAfter, uint128 totalGasFeesSpentByRelayer)
relayers(address) view returns (bool)
State-modifying
Events approveToken(address _tokenContract, address _spender, uint256 _value)
batchRelay(bytes16[] _tradeID, address[] _seller, address[] _buyer, uint256[] _value, uint16[] _fee, uint128[] _maximumGasPrice, uint8[] _v, bytes32[] _r, bytes32[] _s, uint8[] _instructionByte) returns (bool[])
buyerCancel(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
createEscrow(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee, uint32 _paymentWindowInSeconds, uint32 _expiry, uint8 _v, bytes32 _r, bytes32 _s) payable
disableSellerCancel(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
release(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
resolveDispute(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee, uint8 _v, bytes32 _r, bytes32 _s, uint8 _buyerPercent)
sellerCancel(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
sellerRequestCancel(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
setArbitrator(address _newArbitrator)
setInviterAddress(address _newInviterAddress)
setOwner(address _newOwner)
setRelayer(address _newRelayer, bool _enabled)
setRequestCancellationMinimumTime(uint32 _newRequestCancellationMinimumTime)
transferToken(address _tokenContract, address _transferTo, uint256 _value)
transferTokenFrom(address _tokenContract, address _transferTo, address _transferFrom, uint256 _value)
withdrawFees(address _to, uint256 _amount)
CancelledByBuyer(bytes32 indexed _tradeHash)
CancelledBySeller(bytes32 indexed _tradeHash)
Created(bytes32 indexed _tradeHash)
DisputeResolved(bytes32 indexed _tradeHash)
Released(bytes32 indexed _tradeHash)
SellerCancelDisabled(bytes32 indexed _tradeHash)
SellerRequestedCancel(bytes32 indexed _tradeHash)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.