BiddableEscrow
Verified contract
Active on
Ethereum with 69 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($88,714.76)
Native
Value
$88,714.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 23.220477 | $3,820.54 |
$88,714.76 | |
EBK | ERC-20 | 26.693597 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11557769 | 4 years ago | | | 0 | 0.0029696550 | |
| 11434106 | 4 years ago | | | 1.8319599 | 0.012003390 | |
| 11419540 | 4 years ago | | | 1.7601685 | 0.011558820 | |
| 10915657 | 4 years ago | | | 0 | 0.0039290820 | |
| 9218327 | 5 years ago | | | 7.3307439 | 0.00022228500 | |
| 8759278 | 5 years ago | | | 0 | 0.0019851810 | |
Transfer | 8665279 | 5 years ago | | | 5.6227158 | 0.000021000000 | |
Transfer | 8665272 | 5 years ago | | | 5.6247 | 0.000021000000 | |
Transfer | 8665200 | 5 years ago | | | 5.62981 | 0.00021000000 | |
| 8665081 | 5 years ago | | | 5.6294732 | 0.00091996000 |
ABI
ABI objects
Getter at block 21333116
RELEASE_GAS_FEES() view returns (uint256)
45989
accumulatedGasFees() view returns (uint256)
25155983000000000
arbitrator() view returns (address)
0x0879afcccdace4495b01bab6390979bba2f1c080
owner() view returns (address)
0x084a7b13c968b3326242c1a33c380f3e1c39de58
Read-only
getEscrowDeposit(string _id) view returns (address bidder, bytes data, uint256 amount)
State-modifying
Events deposit(string _id, uint256 _depositAmount, bytes _data, uint8 _v, bytes32 _r, bytes32 _s) payable
reclaimToken(address token)
release(string _id)
setArbitrator(address _newArbitrator)
transferOwnership(address newOwner)
withdrawAccumulatedFees(address _to)
Created(address indexed sender, string id, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed sender, address indexed bidder, uint256 value, string id)
constructor(address _arbitrator)
This contract contains no fallback and receive objects.
This contract contains no error objects.