LocalCoinSwapEthereumEscrow
Verified contract
Active on
Ethereum with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,406.86)
Native
Value
$4,406.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.227367 | $3,590.50 |
$4,406.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15276130 | 2 years ago | | | 0 | 0.00030607138 | |
| 11058587 | 4 years ago | | | 0 | 0.0043145333 | |
| 11058545 | 4 years ago | | | 0.2778064 | 0.0046269450 | |
| 11057308 | 4 years ago | | | 0 | 0.0018490857 | |
| 11057264 | 4 years ago | | | 0.22795389 | 0.0023255574 | |
| 11055492 | 4 years ago | | | 0 | 0.0033051623 | |
| 11055442 | 4 years ago | | | 0.0101 | 0.0043987790 | |
| 11053310 | 4 years ago | | | 0.34627341 | 0.0045238221 | |
| 11051489 | 4 years ago | | | 0 | 0.0033635580 | |
| 11051475 | 4 years ago | | | 0.34385713 | 0.0035841201 |
ABI
ABI objects
Getter at block 21295063
arbitrator() view returns (address)
0x877cf5f02497607e0b4e4e6aaf6c275648cd5ce5
feesAvailableForWithdraw() view returns (uint256)
0
owner() view returns (address)
0x665f3e7a712c470c7c5036ed0f762f936dfe36a7
relayer() view returns (address)
0x877cf5f02497607e0b4e4e6aaf6c275648cd5ce5
requestCancellationMinimumTime() view returns (uint32)
7200
Read-only
escrows(bytes32) view returns (bool exists, uint32 sellerCanCancelAfter, uint128 totalGasFeesSpentByRelayer)
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)
sellerRequestCancel(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee) returns (bool)
setArbitrator(address _newArbitrator)
setOwner(address _newOwner)
setRelayer(address _newRelayer)
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(address initialAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.