Gecko
Verified contract
Proxy
Active on
Ethereum with 100 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 27 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$Gecko | ERC-20 | 459.456218 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15202869 | 2 years ago | | | 0 | 0.0037907575 | |
| 14874788 | 2 years ago | | | 0 | 0.0017144667 | |
| 14874773 | 2 years ago | | | 0 | 0.0047339591 | |
| 14874712 | 2 years ago | | | 0 | 0.0039665145 | |
| 14874659 | 2 years ago | | | 0 | 0.0038581633 | |
| 14873489 | 2 years ago | | | 0 | 0.0060239414 | |
| 14870574 | 2 years ago | | | 0 | 0.00077806985 | |
| 14870453 | 2 years ago | | | 0 | 0.00079425503 | |
| 14870418 | 2 years ago | | | 0 | 0.0052841495 | |
| 14870342 | 2 years ago | | | 0 | 0.0013259184 |
ABI
ABI objects
Getter at block 21189175
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x0000000000000000000000000000000000000000
liquidityBurnTime() view returns (uint256)
1653944260
liquidityTokensAvailableToBurn() view returns (uint256)
136068216912157258616039
maxWallet() view returns (uint256)
6481507083333333333333333333
name() view returns (string)
Gecko
owner() view returns (address)
0xc4436d58cec8362f4b515aef0ca430824255bc3d
symbol() view returns (string)
$Gecko
totalSupply() view returns (uint256)
1136068216912157258616039
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getData(address account) view returns (uint256[] dividendInfo, uint256 referralCode, int256 buyFee, uint256 sellFee, address biggestBuyerCurrentHour, uint256 biggestBuyerAmountCurrentHour, uint256 biggestBuyerRewardCurrentHour, address biggestBuyerPreviousHour, uint256 biggestBuyerAmountPreviousHour, uint256 biggestBuyerRewardPreviousHour, uint256 blockTimestamp)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveWithoutBurn(address spender, uint256 amount) returns (bool)
burnLiquidityTokens()
claimDividends()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
hatch()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwapAccumulatedFees()
payBiggestBuyer(uint256 hour)
renounceOwnership()
setSwapTokensAtAmount(uint256 amount)
setSwapTokensMaxAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBaseFee(uint256 baseFee)
updateBiggestBuyerRewardFactor(uint256 value)
updateDividendTracker(address newAddress)
updateFeeDestinationPercents(uint256 dividendsPercent, uint256 marketingPercent, uint256 mysteryPercent)
updateFeeImpacts(uint256 sellImpact, uint256 timeImpact)
updateMysteryContract(address mysteryContract)
updateReferrals(uint256 referralBonus, uint256 referredBonus, uint256 tokensNeeded)
updateUnvestedDividendsMarketingFee(uint256 unvestedDividendsMarketingFee)
updateVestingDuration(uint256 vestingDuration)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimTokens(address indexed account, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
LiqudityBurn(uint256 value)
LiquidityBurn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateDividendTracker(address indexed newAddress)
UpdateMysteryContract(address mysteryContract)
constructor()
receive()
This contract contains no error objects.