KiraAuction
Verified contract
Active on
Ethereum with 1,845 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xde35…85c8
0x1698…a4f8
Balances ($0.00)
No balances found for "KiraAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11407065 | 4 years ago | | | 1.5 | 0.00054600000 | |
| 11407051 | 4 years ago | | | 1.6008949 | 0.00054600000 | |
| 11344272 | 4 years ago | | | 0 | 0.00036259560 | |
| 11343016 | 4 years ago | | | 0 | 0.00054752000 | |
| 11342965 | 4 years ago | | | 0 | 0.00096368160 | |
| 11342954 | 4 years ago | | | 0 | 0.094723184 | |
| 11342254 | 4 years ago | | | 0 | 0.0014496961 | |
| 11342063 | 4 years ago | | | 0 | 0.0019027260 | |
| 11341839 | 4 years ago | | | 0 | 0.0018121200 | |
| 11341835 | 4 years ago | | | 0 | 0.0043490880 |
ABI
ABI objects
Getter at block 21162829
getAuctionConfigInfo() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(1606316400, 5000000000000000, 1666666666666670, 125000000000000, 3600, 82800, 3600, 10000000000000000, 5000000000000000000)
getTokenContractAddress() view returns (address)
0x16980b3b4a3f9d89e33311b5aa8f80303e5ca4f8
isFinished() view returns (bool)
true
latestPrice() view returns (uint256)
649295153693094
owner() view returns (address)
0x1c77d6a40f9a193857df146a849fb49d184460cb
startTime() view returns (uint256)
1606316400
totalDeposited() view returns (uint256)
2597180614772378860819
wallet() view returns (address)
0xde3559a577bcbb265ed1e8c7967563cc383e85c8
Read-only
getCustomerInfo(address addr) view returns (bool, uint256, uint256, bool, bool)
whitelisted(address addr) view returns (bool)
State-modifying
Events claimTokens()
configAuction(uint256 _startTime, uint256 _p1, uint256 _p2, uint256 _p3, uint256 _t1, uint256 _t2, uint256 _txIntervalLimit, uint256 _txMinWeiAmount, uint256 _txMaxWeiAmount)
distribute()
getAvailableClaimAmount() returns (uint256)
renounceOwnership()
setTokenContract(address _kiraTokenAddr)
setWallet(address _wallet)
transferOwnership(address newOwner)
whitelist(address[] addrs, bool allow)
withdrawFunds()
AuctionConfigured(uint256 _startTime)
ClaimedTokens(address addr, uint256 amount)
DistributeTokens(uint256 distributedAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedBuy(address addr, uint256 amount)
WhitelistConfigured(address[] addrs, bool allow)
WithdrawedFunds(address _wallet, uint256 ethAmount, uint256 kexAmount)
constructor(address _kiraTokenAddr)
receive()
This contract contains no error objects.