DutchSwapAuction
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7e9f…fbe7
0xcc5c…92ec
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KTY | ERC-20 | 7.998549M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11429545 | 4 years ago | | | 0 | 0.0015117901 | |
| 11429543 | 4 years ago | | | 0 | 0.00047537002 | |
| 11366327 | 4 years ago | | | 0 | 0.0034113780 | |
| 11366320 | 4 years ago | | | 0 | 0.0010729780 | |
| 11254642 | 4 years ago | | | 0 | 0.00086819940 | |
| 11254638 | 4 years ago | | | 0 | 0.00044820600 | |
| 11204907 | 4 years ago | | | 0 | 0.0022676850 | |
| 11204905 | 4 years ago | | | 0 | 0.0010865600 | |
| 11204353 | 4 years ago | | | 0 | 0.0054695529 | |
| 11204109 | 4 years ago | | | 0 | 0.0040226130 |
ABI
ABI objects
Getter at block 21178753
amountRaised() view returns (uint256)
69027953000000000000
auctionEnded() view returns (bool)
true
auctionToken() view returns (address)
0x7e9f9f3b323582584526d9f83276338c89f8fbe7
checkWithdraw() view returns (bool, uint256)
(false, 1479192055)
endDate() view returns (uint256)
1602183955
finalised() view returns (bool)
true
getTokenNotYetWithdrawn() view returns (uint256)
25478411604538019032408
getTokenWithdrawn() view returns (uint256)
1650666476219905939897
minimumPrice() view returns (uint256)
816430000000000
owner() view returns (address)
0x41d21417cedf3f06e6db6643b2df8f799bcaf7ce
priceFunction() view returns (uint256)
816430000000000
priceGradient() view returns (uint256)
1904716435
startDate() view returns (uint256)
1599764755
startPrice() view returns (uint256)
5424320000000000
tokenPrice() view returns (uint256)
2544426787910646
tokenSold() view returns (uint256)
27129078080757923742622
tokenSupply() view returns (uint256)
4000000000000000000000000
tokenWithdrawn() view returns (uint256)
1650666476219905939897
wallet() view returns (address)
0xcc5cbbe3f396942e817a198a6f813ae8ea4c92ec
withdrawDelay() view returns (uint256)
1608508799
Read-only
calculatePurchasable(uint256 _tokensToPurchase) view returns (uint256)
commitments(address) view returns (uint256)
tokensClaimable(address _user) view returns (uint256)
State-modifying
Events addWithdrawDelay(uint256 _delay)
commitEth(address _from) payable
finaliseAuction()
initDutchAuction(address _token, uint256 _tokenSupply, uint256 _auctionDuration, uint256 _startPrice, uint256 _minimumPrice, uint256 _withdrawDelay, address _wallet)
removeWithdrawDelay()
transferLeftOver(uint256 _amount, address _addr) returns (bool)
transferOwnership(address newOwner)
withdrawTokens()
AddedCommitment(address addr, uint256 commitment, uint256 price)
This contract contains no constructor objects.
receive()
This contract contains no error objects.