Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "g8keepToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23602834 | 3 days ago | | | 0 | 0.000000080365133088 | |
| 23324149 | 10 days ago | | | 0 | 0.000000083375293248 | |
| 23324104 | 10 days ago | | | 0 | 0.000000080365133088 | |
| 23319694 | 10 days ago | | | 0 | 0.000000080365133088 | |
| 23050922 | 16 days ago | | | 0 | 1.4126866e-7 | |
| 22976277 | 18 days ago | | | 0 | 0.000000100610916784 | |
| 22803499 | 22 days ago | | | 0 | 0.000000080365133088 | |
| 22803484 | 22 days ago | | | 0 | 1.4148981e-7 | |
| 22797932 | 22 days ago | | | 0 | 1.6542186e-7 | |
| 22797655 | 22 days ago | | | 0 | 1.6542186e-7 |
ABI
ABI objects
Getter at block 23735899
G8KEEP_FEE() view returns (uint16)
100
PAIRED_TOKEN() view returns (address)
0x4200000000000000000000000000000000000006
SNIPE_PROTECTION_END() view returns (uint40)
1730858905
SNIPE_PROTECTION_HEAVY_EXPONENT_START() view returns (uint8)
58
SNIPE_PROTECTION_HEAVY_PENALTY_SECONDS() view returns (uint40)
7200
SNIPE_PROTECTION_SECONDS() view returns (uint40)
14400
UNISWAP_V2_PAIR() view returns (address)
0x8b055d6ad84d0905608ccf7b77031f4f222618c3
buyFee() view returns (uint16)
100
decimals() view returns (uint8)
18
maxSnipeProtectionBuyWithoutPenalty() view returns (uint256 _amount)
397706944503727104789279228
name() view returns (string)
Dreamcoin
owner() view returns (address result)
0x8567fc5b7fb932f4f27a956b6847ff2ae0aeed22
sellFee() view returns (uint16)
100
symbol() view returns (string)
DREAM
totalSupply() view returns (uint256)
1000000000000000000000000000
treasuryWallet() view returns (address)
0x8567fc5b7fb932f4f27a956b6847ff2ae0aeed22
Read-only
allowance(address owner, address spender) view returns (uint256 _allowance)
balanceOf(address account) view returns (uint256 _balance)
expectedAmount1Out(uint256 amount0In) view returns (uint256 amount1Out, uint256 penaltyAmount1Out, uint256 feesAmount1Out)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
renounceOwnership() payable
requestOwnershipHandover() payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
updateFees(uint16 _buyFee, uint16 _sellFee)
updateTreasuryWallet(address newAddress)
withdrawToken(address tokenAddress, address to)
withdrawToken(address tokenAddress, address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployerFeesUpdated(uint16 buyFee, uint16 sellFee)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryWalletUpdated(address treasuryWallet)
constructor(address _deployer, string _name, string _symbol, uint256 _totalSupply, address _treasuryWallet, address _penaltyTaxReceiver, uint16 _buyFee, uint16 _sellFee, uint16 _g8keepFee, address _uniswapV2Router, address _pairedToken, uint256 _deployReserve, uint256 _deployVestTime, uint256 _snipeProtectionSeconds, uint256 _heavySnipeSeconds, uint256 _heavySnipeExponent)
This contract contains no fallback and receive objects.
AlreadyInitialized()
CannotBurnLiquidityDuringSnipeProtection()
CannotIncreaseFees()
CannotTransferFromAndToUniswapV2Pair()
ExcessiveAmountOut()
InsufficientAllowance()
InsufficientBalance()
InsufficientPoolInput()
InvalidHeavySnipeParameters()
InvalidReserves()
InvalidTokenAddress()
InvalidTreasuryAddress()
NewOwnerIsZeroAddress()
NoHandoverRequest()
ReserveExceedsMax()
SnipeProtectionTimeOverflow()
SupplyExceedsMax()
Unauthorized()
ZeroAddress()