LocalCoinSwapV2Escrow
Verified contract
Active on
Ethereum with 25,986 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($239,390.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 226.266223K | $1.001 |
$226,492.49 | |
DAI | ERC-20 | 6.544732K | $1.00 |
$6,544.73 | |
USDC | ERC-20 | 6.06298K | $0.999888 |
$6,062.3 | |
LCS | ERC-20 | 1.245395K | $0.195657 |
$243.67 | |
NEXO | ERC-20 | 35.85803 | $1.32 |
$47.33 | |
CRE | ERC-20 | 0.01 | $0.006201 |
$0 | |
BLX | ERC-20 | 1.25 | -- | -- | |
0x49cd…29f4 | ERC-1555 | 1 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- | |
0xdbe2…84b5 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245699 | 2 hours ago | | | 0 | 0.0011822463 | |
| 21245469 | 3 hours ago | | | 0 | 0.0014774229 | |
| 21245464 | 3 hours ago | | | 0 | 0.0014756767 | |
| 21245324 | 3 hours ago | | | 0 | 0.0012273676 | |
| 21245273 | 3 hours ago | | | 0 | 0.0016711001 | |
| 21245061 | 4 hours ago | | | 0 | 0.0011226254 | |
| 21244908 | 5 hours ago | | | 0 | 0.0011068006 | |
| 21244834 | 5 hours ago | | | 0 | 0.0019324484 | |
| 21244804 | 5 hours ago | | | 0 | 0.0012210974 | |
| 21244772 | 5 hours ago | | | 0 | 0.0012941170 |
ABI
ABI objects
Getter at block 21246271
arbitrator() view returns (address)
0x877cf5f02497607e0b4e4e6aaf6c275648cd5ce5
minimumTradeValue() view returns (uint16)
1
owner() view returns (address)
0x7ab685a614d0aac012e85f778fcc36913f3b2271
relayer() view returns (address)
0x877cf5f02497607e0b4e4e6aaf6c275648cd5ce5
Read-only
escrows(bytes32) view returns (bool exists, uint128 totalGasFeesSpentByRelayer, address tokenContract)
feesAvailableForWithdraw(address) view returns (uint256)
State-modifying
Events 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 _currency, address _seller, address _buyer, uint256 _value, uint16 _fee, uint8 _v, bytes32 _r, bytes32 _s) payable
relay(bytes16 _tradeID, address _seller, address _buyer, uint256 _value, uint16 _fee, uint128 _maximumGasPrice, uint8 _v, bytes32 _r, bytes32 _s, uint8 _instructionByte, uint128 _additionalGas) returns (bool)
relayEscrow(bytes16 _tradeID, address _currency, address _seller, address _buyer, uint256 _value, uint16 _fee, uint8 _v, bytes32 _r, bytes32 _s, bytes32 _nonce, uint8 _v_gasless, bytes32 _r_gasless, bytes32 _s_gasless) 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)
setMinimumValue(uint16 _newMinimumValue)
setOwner(address _newOwner)
setRelayer(address _newRelayer)
withdrawFees(address _to, address _currency, uint256 _amount)
CancelledByBuyer(bytes32 _tradeHash, uint128 totalGasFeesSpentByRelayer)
Created(bytes32 _tradeHash)
DisputeResolved(bytes32 _tradeHash, uint128 totalGasFeesSpentByRelayer)
Released(bytes32 _tradeHash, uint128 totalGasFeesSpentByRelayer)
constructor(address initialAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.