GimmerTokenSale
Verified contract
Active on
Ethereum with 2,022 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6ea…9b35
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATOC | ERC-20 | 10K | -- | -- | |
SAY | ERC-20 | 100 | -- | -- | |
ICST | ERC-20 | 30 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5223338 | 7 years ago | | | 0.09 | 0.00042000000 | |
| 5221160 | 7 years ago | | | 0.95 | 0.000064179000 | |
| 5221125 | 7 years ago | | | 0.99907013 | 0.000064179000 | |
| 5221040 | 7 years ago | | | 0.99 | 0.000063000000 | |
| 5221026 | 7 years ago | | | 0.9998 | 0.000063000000 | |
| 5220879 | 7 years ago | | | 0.99994613 | 0.000063000000 | |
| 5204713 | 7 years ago | | | 0.11 | 0.0016170000 | |
| 5203198 | 7 years ago | | | 0.1 | 0.000042786000 | |
| 5173161 | 7 years ago | | | 0 | 0.00014975100 | |
| 5172419 | 7 years ago | | | 0.1 | 0.00086100000 |
ABI
ABI objects
Getter at block 21285174
GMR_TOKEN_SALE_CAP() view returns (uint256)
100000000000000000000000000
MIN_ETHER() view returns (uint256)
100000000000000000
ONE_MILLION() view returns (uint256)
1000000
PRE_SALE_1000_ETH() view returns (uint256)
1000000000000000000000
PRE_SALE_300_ETH() view returns (uint256)
300000000000000000000
PRE_SALE_30_ETH() view returns (uint256)
30000000000000000000
PRE_SALE_END_TIME() view returns (uint256)
1517400000
PRE_SALE_GMR_TOKEN_CAP() view returns (uint256)
15000000000000000000000000
PRE_SALE_START_TIME() view returns (uint256)
1516190400
SALE_END_TIME() view returns (uint256)
1519905600
START_WEEK_1() view returns (uint256)
1517486400
START_WEEK_2() view returns (uint256)
1518091200
START_WEEK_3() view returns (uint256)
1518696000
START_WEEK_4() view returns (uint256)
1519300800
TOKEN_RATE_05_PERCENT_BONUS() view returns (uint256)
2625
TOKEN_RATE_10_PERCENT_BONUS() view returns (uint256)
2750
TOKEN_RATE_15_PERCENT_BONUS() view returns (uint256)
2875
TOKEN_RATE_20_PERCENT_BONUS() view returns (uint256)
3000
TOKEN_RATE_25_PERCENT_BONUS() view returns (uint256)
3125
TOKEN_RATE_30_PERCENT_BONUS() view returns (uint256)
3250
TOKEN_RATE_40_PERCENT_BONUS() view returns (uint256)
3500
TOKEN_RATE_BASE_RATE() view returns (uint256)
2500
finished() view returns (bool)
false
fundWallet() view returns (address)
0x850468f69fa4fe32816cd7698fd5bd1ece3e1d5c
hasEnded() view returns (bool)
true
hasPreSaleEnded() view returns (bool)
true
isCrowdSaleRunning() view returns (bool)
false
isPreSaleRunning() view returns (bool)
false
isTokenSaleRunning() view returns (bool)
false
kycManagerWallet() view returns (address)
0xdcbd53ba97b1dbdaad0b55de3f115c01c7432026
maxTxGas() view returns (uint256)
80000000000
owner() view returns (address)
0xcc9ba63b3a28f299d84de8e373b11fdb356242ce
paused() view returns (bool)
true
saleWeiLimitWithoutKYC() view returns (uint256)
20000000000000000001
token() view returns (address)
0xc6ea98b258be9be21d88d6e501ae8728a8a09b35
tokensSold() view returns (uint256)
6194563669173944202224375
weiRaised() view returns (uint256)
2039162152745303773388
Read-only
supportersMap(address) view returns (uint256 weiSpent, bool hasKYC)
userHasKYC(address _user) view returns (bool)
userWeiSpent(address _user) view returns (uint256)
State-modifying
Events approveUserKYC(address _user)
buyTokens() payable
disapproveUserKYC(address _user)
finishContract()
pause()
setKYCManager(address _newKYCManagerWallet)
setSaleWeiLimitWithoutKYC(uint256 _newSaleWeiLimitWithoutKYC)
transferOwnership(address newOwner)
unpause()
updateMaxTxGas(uint256 _newMaxTxGas)
KYC(address indexed user, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, uint256 value, uint256 amount)
Unpause()
constructor(address _fundWallet, address _kycManagerWallet, uint256 _saleWeiLimitWithoutKYC, uint256 _maxTxGas)
fallback()
This contract contains no error objects.