LocalCoinSwapEthereumEscrow
Verified contract
Active on
Ethereum with 71,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($109,207.39)
Native
Value
$109,207.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 32.646874 | $3,345.11 |
$109,207.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243142 | 5 minutes ago | | | 0 | 0.00071726578 | |
| 21243141 | 5 minutes ago | | | 0 | 0.00071710935 | |
| 21243134 | 6 minutes ago | | | 0.055255607 | 0.00067040322 | |
| 21243038 | 26 minutes ago | | | 0.10698449 | 0.00055100637 | |
| 21242992 | 35 minutes ago | | | 0 | 0.00059173889 | |
| 21242959 | 41 minutes ago | | | 0.28347917 | 0.00056650077 | |
| 21242883 | an hour ago | | | 0 | 0.00061522327 | |
| 21242834 | an hour ago | | | 0 | 0.00067033534 | |
| 21242832 | an hour ago | | | 0 | 0.00067048158 | |
| 21242783 | an hour ago | | | 0 | 0.00072157925 |
ABI
ABI objects
Getter at block 21243163
arbitrator() view returns (address)
0x877cf5f02497607e0b4e4e6aaf6c275648cd5ce5
feesAvailableForWithdraw() view returns (uint256)
15304495732092098341
owner() view returns (address)
0x7ab685a614d0aac012e85f778fcc36913f3b2271
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
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)
setArbitrator(address _newArbitrator)
setOwner(address _newOwner)
setRelayer(address _newRelayer)
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.