GoTokenDutchAuction
Verified contract
Active on
Ethereum with 9,221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOT | ERC-20 | 494.8768 | -- | -- | |
CGW | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12328206 | 4 years ago | | | 0.45167 | 0.0028064400 | |
| 6065638 | 6 years ago | | | 0 | 0.00021759500 | |
| 6057011 | 6 years ago | | | 0 | 0.00025514000 | |
| 6057009 | 6 years ago | | | 0 | 0.00025514000 | |
| 6057003 | 6 years ago | | | 0 | 0.00012385000 | |
| 6057001 | 6 years ago | | | 0 | 0.00025514000 | |
| 6056999 | 6 years ago | | | 0 | 0.00025514000 | |
| 6056993 | 6 years ago | | | 0 | 0.00025514000 | |
| 6056991 | 6 years ago | | | 0 | 0.00025514000 | |
| 6056989 | 6 years ago | | | 0 | 0.00025514000 |
ABI
ABI objects
Getter at block 21275464
BONUS_DAY1_DURATION() view returns (uint256)
86400
BONUS_DAY2_DURATION() view returns (uint256)
172800
BONUS_DAY3_DURATION() view returns (uint256)
259200
CURVE_CUTOFF_DURATION() view returns (uint256)
691200
TOKEN_CLAIM_WAIT_PERIOD() view returns (uint256)
0
auction_start_time() view returns (uint256)
1528693279
bid_threshold() view returns (uint256)
10000000000000000
currentBonus() view returns (uint256)
25
distributor_address() view returns (address)
0xbaecf676f80943ca982487e71fd52cb1cd75531e
end_time() view returns (uint256)
1529961556
final_price() view returns (uint256)
2509715409647809
funds_claimed() view returns (uint256)
101496951068749653083510
num_tokens_auctioned() view returns (uint256)
50000000000000000000000000
owner_address() view returns (address)
0xd79c67625c7ec111128ed141089aeee446c14099
price() view returns (uint256)
0
price_constant1() view returns (uint256)
1728
price_constant2() view returns (uint256)
1257
price_exponent1() view returns (uint256)
2
price_exponent2() view returns (uint256)
2
price_start() view returns (uint256)
2000000000000000000
privatesale_start_time() view returns (uint256)
0
received_wei() view returns (uint256)
101496951068749653083510
received_wei_with_bonus() view returns (uint256)
125485770482390467277795
remainingFundsToEndAuction() view returns (uint256)
0
stage() view returns (uint8)
4
start_block() view returns (uint256)
5768465
token() view returns (address)
0x423b5f62b328d0d6d44870f4eee316befa0b2df5
token_multiplier() view returns (uint256)
1000000000000000000
wallet_address() view returns (address)
0x175af261088b31e58ba384b3758f14bcf6c1f4e1
whitelister_address() view returns (address)
0xb1c5d197bba11cec87930dca7187e7daa7f20f8f
Read-only
bids(address) view returns (uint256 accounted, uint256 received)
privatesalewhitelist(address) view returns (bool)
publicsalewhitelist(address) view returns (bool)
State-modifying
Events addToPrivateSaleWhitelist(address[] _bidder_addresses)
addToPublicSaleWhitelist(address[] _bidder_addresses)
bid() payable
distributeGoTokens(address receiver_address) returns (bool)
finalizeAuction()
removeFromPrivateSaleWhitelist(address[] _bidder_addresses)
removeFromPublicSaleWhitelist(address[] _bidder_addresses)
setup(address _token_address)
startAuction()
AuctionEnded(uint256 _final_price)
AuctionStarted(uint256 indexed _auction_start_time, uint256 indexed _block_number)
BidSubmission(address indexed _sender, uint256 _amount, uint256 _amount_with_bonus, uint256 _remaining_funds_to_end_auction)
ClaimedTokens(address indexed _recipient, uint256 _sent_amount)
Deployed(uint256 indexed _price_start, uint256 _price_constant1, uint256 _price_exponent1, uint256 _price_constant2, uint256 _price_exponent2)
PrivateSaleWhitelisted(address indexed who)
PublicSaleWhitelisted(address indexed who)
RemovedFromPrivateSaleWhitelist(address indexed who)
RemovedFromPublicSaleWhitelist(address indexed who)
Setup()
TokensDistributed()
constructor(address _wallet_address, address _whitelister_address, address _distributor_address, uint256 _price_start, uint256 _price_constant1, uint256 _price_exponent1, uint256 _price_constant2, uint256 _price_exponent2)
fallback()
This contract contains no error objects.