LocalCoinSwapV2Escrow
Verified contract
Active on
Ethereum with 20,894 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($173,162.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 154.107925K | $1.00 |
$154,107.93 | |
USDC | ERC-20 | 15.445691K | $1.001 |
$15,461.14 | |
DAI | ERC-20 | 3.382401K | $1.001 |
$3,385.78 | |
LCS | ERC-20 | 1.245395K | $0.137263 |
$170.95 | |
NEXO | ERC-20 | 35.85803 | $1.021 |
$36.61 | |
CRE | ERC-20 | 0.01 | $0.002891 |
$0 | |
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) |
---|---|---|---|---|---|---|---|
| 20467832 | 3 months ago | | | 0 | 0.00070436520 | |
| 20467638 | 3 months ago | | | 0 | 0.00081442900 | |
| 20467419 | 3 months ago | | | 0 | 0.00080509440 | |
| 20467259 | 3 months ago | | | 0 | 0.00057278760 | |
| 20467194 | 3 months ago | | | 0 | 0.00046538800 | |
| 20467136 | 3 months ago | | | 0 | 0.00050311800 | |
| 20467112 | 3 months ago | | | 0 | 0.00069808200 | |
| 20466997 | 3 months ago | | | 0 | 0.00044416240 | |
| 20466770 | 3 months ago | | | 0 | 0.00059839560 | |
| 20466724 | 3 months ago | | | 0 | 0.00069709860 |
ABI
ABI objects
Getter at block 20468380
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.