DutchAuction
Verified contract
Active on
Ethereum with 7,976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POE | ERC-20 | 18.874K | -- | -- | |
XBP | ERC-20 | 460.868317 | -- | -- | |
CRV | ERC-20 | 100 | -- | -- | |
XNN | ERC-20 | 30.329763 | -- | -- | |
TEU | ERC-20 | 3.5 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8044636 | 5 years ago | | | 0 | 0.00012654500 | |
| 4706420 | 7 years ago | | | 100 | 0.00044860200 | |
| 4587650 | 7 years ago | | | 0 | 0.00044860200 | |
| 4561713 | 7 years ago | | | 0.05 | 0.00010681000 | |
| 4561113 | 7 years ago | | | 0.01 | 0.00044100000 | |
| 4540883 | 7 years ago | | | 1 | 0.00044860200 | |
| 4516290 | 7 years ago | | | 0 | 0.00046019400 | |
| 4513856 | 7 years ago | | | 0 | 0.000022968000 | |
| 4513854 | 7 years ago | | | 0 | 0.00011480400 | |
| 4513791 | 7 years ago | | | 0 | 0.0000058799000 |
ABI
ABI objects
Getter at block 21283273
bid_threshold() view returns (uint256)
2500000000000000000
end_time() view returns (uint256)
1509539986
final_price() view returns (uint256)
2190632199853296
funds_claimed() view returns (uint256)
109531609992664836911821
missingFundsToEndAuction() view returns (uint256)
0
num_tokens_auctioned() view returns (uint256)
50000000000000000000000000
owner_address() view returns (address)
0x000f4e7bcc75469aa5c86673eb915db30d267200
price() view returns (uint256)
0
price_constant() view returns (uint256)
1574640000
price_exponent() view returns (uint32)
3
price_start() view returns (uint256)
2000000000000000000
received_wei() view returns (uint256)
109531609992664836911821
stage() view returns (uint8)
4
start_block() view returns (uint256)
4383979
start_time() view returns (uint256)
1508341187
token() view returns (address)
0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6
token_claim_waiting_period() view returns (uint256)
604800
token_multiplier() view returns (uint256)
1000000000000000000
wallet_address() view returns (address)
0x00c7122633a4ef0bc72f7d02456ee2b11e97561e
whitelister_address() view returns (address)
0x7f07a4a25863ff8445f28cd89b7228d91f2f818b
Read-only
bids(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] _bidder_addresses)
bid() payable
claimTokens() returns (bool)
finalizeAuction()
proxyClaimTokens(address receiver_address) returns (bool)
removeFromWhitelist(address[] _bidder_addresses)
setup(address _token_address)
startAuction()
AuctionEnded(uint256 _final_price)
AuctionStarted(uint256 indexed _start_time, uint256 indexed _block_number)
BidSubmission(address indexed _sender, uint256 _amount, uint256 _missing_funds)
ClaimedTokens(address indexed _recipient, uint256 _sent_amount)
Deployed(uint256 indexed _price_start, uint256 indexed _price_constant, uint32 indexed _price_exponent)
Setup()
TokensDistributed()
constructor(address _wallet_address, address _whitelister_address, uint256 _price_start, uint256 _price_constant, uint32 _price_exponent)
fallback()
This contract contains no error objects.