Balances ($0.00)
No balances found for "Escrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5871410 | 6 years ago | | | 0 | 0.000050426000 | |
| 5869622 | 6 years ago | | | 0 | 0.00016589200 | |
| 5869609 | 6 years ago | | | 0 | 0.0023104200 | |
| 5857702 | 6 years ago | | | 0 | 0.000082946000 | |
| 5857676 | 6 years ago | | | 0 | 0.00057760500 | |
| 5857646 | 6 years ago | | | 0 | 0.00013686090 | |
| 5857621 | 6 years ago | | | 0 | 0.0024259410 | |
| 5857281 | 6 years ago | | | 0 | 0.000053526000 | |
| 5856998 | 6 years ago | | | 0 | 0.000082946000 | |
| 5853292 | 6 years ago | | | 0 | 0.000082946000 |
ABI
ABI objects
Getter at block 21214872
escrow_fee_denominator() view returns (uint256)
25
escrow_fee_numerator() view returns (uint256)
1
owner() view returns (address)
0x00465abce34978a5cd4e7ab5e55c4ba254b47c5b
tok() view returns (address)
0x80238d9451f86dcf12bff21af9e8deadcf915bff
token() view returns (address)
0x80238d9451f86dcf12bff21af9e8deadcf915bff
Read-only
escrows(bytes20) view returns (bool exists, address src, address dst, uint256 value)
State-modifying
Events cancelEscrow(bytes20 escrow_id) returns (bool)
releaseEscrow(bytes20 escrow_id, address fee_destination) returns (bool)
renounceOwnership()
setToken(address _token) returns (bool)
startEscrow(bytes20 escrow_id, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
withdrawToken(address dst, uint256 value) returns (bool)
EscrowCancelled(bytes20 indexed escrow_id, struct (bool, address, address, uint256) escrow_element)
EscrowReleased(bytes20 indexed escrow_id, struct (bool, address, address, uint256) escrow_element)
EscrowStarted(bytes20 indexed escrow_id, struct (bool, address, address, uint256) escrow_element)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSet(address indexed token)
Withdrawed(address indexed dst, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.