EscrowMyEtherEntityDB
Verified contract
Active on
Ethereum with 86 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EscrowMyEtherEntityDB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14594752 | 3 years ago | | | 0 | 0.0018084006 | |
| 14525312 | 3 years ago | | | 0 | 0.0030738658 | |
| 13384780 | 3 years ago | | | 0 | 0.0017357348 | |
| 13384776 | 3 years ago | | | 0 | 0.0033350084 | |
| 7986768 | 5 years ago | | | 0 | 0.00010758800 | |
| 7981492 | 5 years ago | | | 0 | 0.00032838000 | |
| 7978131 | 5 years ago | | | 0 | 0.00019512600 | |
| 7978061 | 5 years ago | | | 0 | 0.00019606800 | |
| 7976316 | 5 years ago | | | 0 | 0.0017646120 | |
| 7976284 | 5 years ago | | | 0 | 0.0013510530 |
ABI
ABI objects
Getter at block 21287575
owner() view returns (address)
0x453ea80156145c60299bf670a9ff0032ddbfb171
Read-only
buyerList(address) view returns (string name, string info)
escrowList(address) view returns (string name, string info)
getBuyerFullInfo(address buyerAddress) view returns (string, string)
getEscrowFullInfo(address escrowAddress) view returns (string, string)
getSellerFullInfo(address sellerAddress) view returns (string, string)
sellerList(address) view returns (string name, string info)
State-modifying
Events registerBuyer(string _name, string _info)
registerEscrow(string _name, string _info)
registerSeller(string _name, string _info)
This contract contains no event objects.
constructor()
fallback()
This contract contains no error objects.