Guessing Game
Verified contract
Active on
Ethereum with 92 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 |
---|---|---|---|---|---|
GG | ERC-20 | 17.558798M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17965826 | a year ago | | | 0 | 0.00078408433 | |
| 17965826 | a year ago | | | 0 | 0.00078408433 | |
| 17965826 | a year ago | | | 0 | 0.00078408433 | |
| 17965826 | a year ago | | | 0 | 0.00078408433 | |
| 17965826 | a year ago | | | 0 | 0.00078408433 | |
| 17965826 | a year ago | | | 0 | 0.0013690464 | |
| 17965824 | a year ago | | | 0 | 0.0032815959 | |
| 17965814 | a year ago | | | 0 | 0.0015015086 | |
| 17965814 | a year ago | | | 0 | 0.0015015086 | |
| 17965814 | a year ago | | | 0 | 0.0015015086 |
ABI
ABI objects
Getter at block 21399162
buyFees() view returns (uint256)
25
champion() view returns (address)
0x0000000000000000000000000000000000000000
currentLevel() view returns (uint8)
1
decimals() pure returns (uint8)
9
finalBuyFees() view returns (uint256)
3
finalSellFees() view returns (uint256)
3
isGameStarted() view returns (bool)
true
marketingWalletAddress() view returns (address)
0xd383bdf1c0ac43e66dd1796c1287781b95081719
maxWallet() view returns (uint256)
2000000000000000
minHoldingToParticipate() view returns (uint256)
100000000000000
name() pure returns (string)
Guessing Game
owner() view returns (address)
0xd383bdf1c0ac43e66dd1796c1287781b95081719
sellFees() view returns (uint256)
25
swapTokensAtAmount() view returns (uint256)
250
symbol() pure returns (string)
GG
totalSupply() pure returns (uint256)
100000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x246a682c4ac2edd6e131d60adf27981ad535c43d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockHasWinner(uint256) view returns (bool)
isExcludedFromFees(address) view returns (bool)
levelRewards(uint8) view returns (uint256)
levelUpperBounds(uint8) view returns (uint16)
State-modifying
Events addLiquidity(uint256 tokenAmount) payable
approve(address spender, uint256 amount) returns (bool)
excludeFromFees(address account)
guess(uint256 _guess)
includeInFees(address account)
manualSwap()
openTrading()
removeLimits()
renounceOwnership()
rescueETH()
setBuyTaxes(uint256 newBuyTax)
setGuesserContract(address _guesserContract)
setSellTaxes(uint256 newSellTax)
setSwapTokensAtAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Congratulations(address winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.