StreamityEscrow
Verified contract
Proxy
Active on
Ethereum with 3,312 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e22…46cb
Balances ($70.85)
Native
Value
$70.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02124 | $3,335.88 |
$70.85 | |
STM | ERC-20 | 5.493062K | -- | -- | |
STM | ERC-20 | 5.77 | -- | -- | |
STM | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10995919 | 4 years ago | | | 0 | 0.0029491841 | |
| 10978260 | 4 years ago | | | 0 | 0.0070734840 | |
| 10691325 | 4 years ago | | | 0 | 0.0044336040 | |
| 10568538 | 4 years ago | | | 0 | 0.0027426547 | |
| 10568510 | 4 years ago | | | 0.00101 | 0.014060970 | |
| 10568491 | 4 years ago | | | 0 | 0.0045922000 | |
| 10568474 | 4 years ago | | | 0 | 0.017248800 | |
| 10455923 | 4 years ago | | | 0 | 0.0013824300 | |
| 10455328 | 4 years ago | | | 0 | 0.0036225000 | |
| 10445862 | 4 years ago | | | 0 | 0.0010598630 |
ABI
ABI objects
Getter at block 21168211
STATUS_DEAL_APPROVE() view returns (uint8)
2
STATUS_DEAL_RELEASE() view returns (uint8)
3
STATUS_DEAL_WAIT_CONFIRMATION() view returns (uint8)
1
STATUS_NO_DEAL() view returns (uint8)
0
availableForWithdrawal() view returns (uint256)
25000000000000
owner() view returns (address)
0x2eb5c5a9937bcbc44aeef3c40e089eba27cbb52e
requestCancelationTime() view returns (uint32)
7200
streamityContractAddress() view returns (address)
0x0e22734e078d6e399bcee40a549db591c4ea46cb
Read-only
getStatusDeal(bytes32 _hashDeal) view returns (uint8)
streamityTransfers(bytes32) view returns (uint256 value, uint256 cancelTime, address seller, address buyer, uint8 status, uint256 commission, bool isAltCoin)
State-modifying
Events approveDeal(bytes32 _hashDeal) returns (bool)
approveToken(address _tokenContract, address _spender, uint256 _value)
cancelSeller(bytes32 _hashDeal, uint256 _additionalGas) returns (bool)
pay(bytes32 _tradeID, address _seller, address _buyer, uint256 _value, uint256 _commission, bytes _sign) payable
payAltCoin(bytes32 _tradeID, address _seller, address _buyer, uint256 _value, uint256 _commission, bytes _sign)
releaseTokens(bytes32 _hashDeal, uint256 _additionalGas) returns (bool)
releaseTokensForce(bytes32 _hashDeal) returns (bool)
setStreamityContractAddress(address newAddress)
transferOwnership(address newOwner)
transferToken(address _tokenContract, address _transferTo, uint256 _value)
transferTokenFrom(address _tokenContract, address _transferTo, address _transferFrom, uint256 _value)
withdrawCommisionToAddress(address _to, uint256 _amount)
withdrawCommisionToAddressAltCoin(address _to, uint256 _amount)
ApproveDealEvent(bytes32 _hashDeal, address _seller, address _buyer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReleasedEvent(bytes32 _hashDeal, address _seller, address _buyer)
SellerCancelEvent(bytes32 _hashDeal, address _seller, address _buyer)
StartDealEvent(bytes32 _hashDeal, address _seller, address _buyer)
constructor(address streamityContract)
fallback()
This contract contains no error objects.