TokenAuction
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0edd…6d44
Balances ($1,518.67)
Native
Value
$1,518.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.389 | $3,904.04 |
$1,518.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4888240 | 7 years ago | | | 0 | 0.00079490800 | |
| 4888173 | 7 years ago | | | 0 | 0.0059597600 | |
| 4888080 | 7 years ago | | | 0 | 0.0021552000 | |
| 4887993 | 7 years ago | | | 0 | 0.0010444800 | |
| 4887616 | 7 years ago | | | 0.015 | 0.0027726720 | |
| 4887480 | 7 years ago | | | 1.5 | 0.0012823200 | |
| 4887024 | 7 years ago | | | 0 | 0.0011359800 | |
| 4589894 | 7 years ago | | | 0 | 0.00020357400 | |
| 4589890 | 7 years ago | | | 0 | 0.00086991000 | |
| 4589880 | 7 years ago | | | 0 | 0.0013673920 |
ABI
ABI objects
Getter at block 21396783
auctionEnd() view returns (uint256)
1515621673
auctionStart() view returns (uint256)
1515614473
decimalMultiplier() view returns (uint256)
1000
developerPctX10K() view returns (uint256)
100000
developerReserve() view returns (uint256)
500000
developers() view returns (address)
0x9beec9834c1bb97597663c6415795bb4621aa8c4
executedCount() view returns (uint256)
1
expiredCount() view returns (uint256)
1
isLocked() view returns (bool)
false
owner() view returns (address)
0x8b8a571730b631f58e7965d78582eae1b0417ab6
proceeds() view returns (uint256)
14000000000000000
purchasedCount() view returns (uint256)
4166000
saleDuration() view returns (uint256)
7200
saleEnd() view returns (uint256)
1515639798
secretBidCount() view returns (uint256)
6
stateMask() view returns (uint256)
7
strikePrice() view returns (uint256)
14000000000000
strikePricePctX10() view returns (uint256)
10
token() view returns (address)
0x0edde4b6f91dbd2efd075ace85ec2e52d0696d44
underwriter() view returns (address)
0xe137da0a88e299d5086f1ebf3c224386d82a0b16
Read-only
secretBids(address) view returns (bool disqualified, uint256 deposit, uint256 refund, uint256 tokens, bytes32 hash)
State-modifying
Events depositSecretBid(bytes32 _hash, bytes _message) payable
disqualifyBid(address _from, bool _doRefund)
doDeveloperGrant()
executeBid(uint256 _secret, uint256 _price, uint256 _quantity)
executeBidFor(address _addr, uint256 _secret, uint256 _price, uint256 _quantity)
expireBid(address _addr)
haraKiri()
houseKeep()
lock()
payUnderwriter()
reserveDeveloperTokens(address _developers, uint256 _developerPctX10K)
setAuctionParms(uint256 _auctionStart, uint256 _auctionDuration, uint256 _saleDuration)
setStrikePrice(uint256 _strikePrice, uint256 _strikePricePctX10)
setToken(address _token, uint256 _decimalMultiplier, address _underwriter)
tune(uint256 _batchSize, uint256 _contractSendGas)
withdrawRefund()
BidDisqualifiedEvent(address indexed bidder, bytes32 hash)
BizarreEvent(address indexed addr, string message, uint256 val)
ExecuteEvent(uint256 indexed batch, address indexed bidder, uint256 cost, uint256 refund)
ExpireEvent(uint256 indexed batch, address indexed bidder, uint256 cost, uint256 refund)
SecretBidEvent(uint256 indexed batch, address indexed bidder, uint256 deposit, bytes32 hash, bytes message)
StateChangeEvent(uint256 mask)
constructor()
fallback()
This contract contains no error objects.