Escrow_v1_0
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$611.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.196251 | $3,117.01 |
$611.72 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11648862 | 4 years ago | | | 0 | 0.0038563920 | |
| 11647928 | 4 years ago | | | 0.1582448 | 0.020609634 | |
| 11594271 | 4 years ago | | | 0 | 0.010078107 | |
| 11594271 | 4 years ago | | | 0 | 0.010079888 | |
| 11588734 | 4 years ago | | | 0 | 0.012830707 | |
| 11588622 | 4 years ago | | | 0 | 0.014995400 | |
| 11582296 | 4 years ago | | | 0 | 0.037163006 | |
| 11578627 | 4 years ago | | | 0.051060465 | 0.015272253 | |
| 11577057 | 4 years ago | | | 0.51404677 | 0.019852308 | |
| 11571666 | 4 years ago | | | 0 | 0.011551330 |
ABI
ABI objects
Getter at block 21199204
transactionCount() view returns (uint256)
122
Read-only
calculateRedeemScriptHash(bytes20 uniqueId, uint8 threshold, uint32 timeoutHours, address buyer, address seller, address moderator, address tokenAddress) view returns (bytes32)
checkBeneficiary(bytes32 scriptHash, address beneficiary) view returns (bool)
checkVote(bytes32 scriptHash, address party) view returns (bool)
getAllTransactionsForParty(address partyAddress) view returns (bytes32[])
transactions(bytes32) view returns (uint256 value, uint256 lastModified, uint8 status, uint8 transactionType, uint8 threshold, uint32 timeoutHours, address buyer, address seller, address tokenAddress, address moderator)
State-modifying
Events addFundsToTransaction(bytes32 scriptHash) payable
addTokenTransaction(address buyer, address seller, address moderator, uint8 threshold, uint32 timeoutHours, bytes32 scriptHash, uint256 value, bytes20 uniqueId, address tokenAddress)
addTokensToTransaction(bytes32 scriptHash, uint256 value)
addTransaction(address buyer, address seller, address moderator, uint8 threshold, uint32 timeoutHours, bytes32 scriptHash, bytes20 uniqueId) payable
execute(uint8[] sigV, bytes32[] sigR, bytes32[] sigS, bytes32 scriptHash, address[] destinations, uint256[] amounts)
Executed(bytes32 indexed scriptHash, address[] destinations, uint256[] amounts)
FundAdded(bytes32 indexed scriptHash, address indexed from, uint256 valueAdded)
Funded(bytes32 indexed scriptHash, address indexed from, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.