Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a15…a0b1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBK | ERC-20 | 243.3749 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8636014 | 5 years ago | | | 0 | 0.00041652000 | |
| 8517208 | 5 years ago | | | 0 | 0.00078726000 | |
| 8511429 | 5 years ago | | | 0 | 0.00075046500 | |
| 8495646 | 5 years ago | | | 0 | 0.00078726000 | |
| 8491905 | 5 years ago | | | 0 | 0.00082317600 | |
| 8491853 | 5 years ago | | | 0 | 0.0057244080 | |
| 8490686 | 5 years ago | | | 0 | 0.00078726000 | |
| 8486006 | 5 years ago | | | 0 | 0.00015745200 | |
| 8486003 | 5 years ago | | | 0 | 0.00078726000 | |
| 8483357 | 5 years ago | | | 0 | 0.00078726000 |
ABI
ABI objects
Getter at block 21328531
inBidding() view returns (bool)
false
inReveal() view returns (bool)
false
inWithdraw() view returns (bool)
false
minimumBid() view returns (uint256)
4700000000000000000
numberOfRevealedValues() view returns (uint256)
30
owner() view returns (address)
0x31efd75bc0b5fbafc6015bd50590f4fdab6a3f22
Read-only
calculateHash(uint256 _bid, bytes _randString) pure returns (bytes32)
information(address) view returns (bytes32 hashValue, uint256 value, bool haveBid, bool revealed, bool refunded, bool flagged, uint256 bid)
isWinner(address check) view returns (bool winner, bool inPeriod)
numberOfRevealsForValue(uint256 value) view returns (uint256)
revealedValue(uint256 position) view returns (uint256)
reveals(uint256, uint256) view returns (address)
withdrawalAmount(address check) view returns (uint256, bool)
State-modifying
Events biddingTime(bytes32 _hash) payable
earlyWithdrawal(address[] winners)
reveal(uint256 _bid, bytes randString)
setWinningAddresses(address[] theAddresses, bool flagged)
setWinningAmount(uint256 _winningAmount)
startWithdrawal(uint256 _startWithdraw, uint256 _endWithdraw)
transferAnyERC20Token(address tokenAddress, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFees()
withdrawRefund()
BalanceWithdrawn(address recipient, uint256 amount)
BidRevealed(address bidder, uint256 bid)
BidSubmitted(address bidder, uint256 funding, bytes32 hash)
BiddingPeriod(uint256 startBids, uint256 endBids)
MinimumBid(uint256 _minimumBid)
NothingToRefund(address bidder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address bidder, uint256 refund)
RefundChange(address bidder, uint256 change)
RevealPeriod(uint256 startReveal, uint256 endReveal)
Wallet(address _wallet)
WinnerWithTie(address tiedWinner)
WinningAmount(uint256 winningAmount)
WithdrawPeriod(uint256 startWithdraw, uint256 endWithdraw)
constructor(uint256 _startBids, uint256 _endBids, uint256 _startReveal, uint256 _endReveal, uint256 _minimumBid, address _wallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.