Gun Game Token
Verified contract
Active on
Base with 4,372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,419.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GG | ERC-20 | 4.102039M | $0.00254 |
$10,419.18 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 490 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751948 | 15 hours ago | | | 0 | 1.7265393e-7 | |
| 22749821 | 16 hours ago | | | 0 | 0.000000099194687163 | |
| 22740676 | 21 hours ago | | | 0 | 1.7809639e-7 | |
| 22736155 | a day ago | | | 0 | 2.3448820e-7 | |
| 22736151 | a day ago | | | 0 | 0.000000508461586440 | |
| 22714684 | a day ago | | | 0 | 0.0000047610235 | |
| 22714440 | a day ago | | | 0 | 2.5556269e-7 | |
| 22706205 | 2 days ago | | | 0 | 1.2712813e-7 | |
| 22704850 | 2 days ago | | | 0 | 1.2712813e-7 | |
| 22688241 | 2 days ago | | | 0 | 1.8192585e-7 |
ABI
ABI objects
Getter at block 22778519
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x922603e28f7f57f8d39f3a5fb02474eeea79b2d8641cfdc5ec5df946869b970a
airdropTokens() view returns (uint88)
4086123000000000000000000
decimals() view returns (uint8)
18
deployedTimestamp() view returns (uint32)
1720017121
getMinSwapAmount() view returns (uint256 minSwap)
17549326126000000000000
halfOfTaxLiquidityBps() view returns (uint16)
1250
launchBlock() view returns (uint40)
16618177
launchTimestamp() view returns (uint40)
1720025701
locker() view returns (address)
0xa2aa8a816b5ce805feb4a056b6593bcc7b9aeb6c
marketingWallet() view returns (address)
0x5fb23ac3001fcdff4563b84ea6dd31e32253e7c9
maxWalletBalanceReached() view returns (bool)
true
name() pure returns (string)
Gun Game Token
owner() view returns (address result)
0x055d2a14a9c702d7d8909391d3a6b976251b7a48
pair() view returns (address)
0xa91baab2b37fc01695de05a15101061a213549ec
rouletteContract() view returns (address)
0x0000000000bbdbdd5f48ceb2f6c2ee57bec996f2
scarletTaxEnabled() view returns (bool)
true
swapAndLiquifyEnabled() view returns (bool)
true
swapThresholdBps() view returns (uint16)
2
symbol() pure returns (string)
GG
taxBps() view returns (uint16)
200
totalSupply() view returns (uint256 result)
87746630630000000000000000
transferCooldown() view returns (uint8)
0
Read-only
addressDetails(address addr) view returns (bool isTaxed, bool maxWalletBalanceExempt, bool transferCooldownExempt, uint16 permatax, uint88 penance, uint40 blockLastSeen)
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
maxWalletBalance(address addr) view returns (uint88 maxBalance)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
connectAndApprove(uint256 secret)
increaseAirdrop(uint88 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
processAirdrop(address addr, uint88 amount)
renounceOwnership() payable
requestOwnershipHandover() payable
setAMM(address addr, bool status)
setExemptions(address[] addresses, bool maxWallet, bool cooldown)
setMarketingWallet(address addr)
setMaxWalletBalanceReached()
setRouletteContract(address addr)
setSwapThresholdBps(uint16 newSwapThresholdBps)
setTaxBps(uint16 newTaxBps)
setTaxLiquidityBps(uint16 newHalfOfTaxLiquidityBps)
setTransferCooldown(uint8 blockCount)
stealthLaunch() payable
toggleScarletTax(bool enabled)
toggleSwapAndLiquify(bool enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw(address to, uint256 amount)
AirdropClaimed(address indexed addr, uint256 indexed amount)
AirdropIncreased(address indexed depositor, uint88 indexed amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
MaxWalletBalanceExemption(address indexed addr, bool indexed enabled)
MaxWalletBalanceReached()
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PenanceAdded(address indexed addr, uint256 indexed penanceAdded)
PenancePaid(address indexed addr, uint256 indexed penancePaid)
Secret(uint256 indexed secret, address indexed addr)
SetAMM(address indexed addr, bool indexed status)
SetRouletteContract(address indexed game)
SetScarletTax(address indexed addr, uint16 indexed tax)
SetScarletTax(bool indexed enabled)
SetSwapAndLiquify(bool indexed enabled)
SetSwapThresholdBps(uint16 indexed newSwapThresholdBps)
SetTaxBps(uint16 indexed newTaxBps)
SetTaxLiquidityBps(uint16 indexed halfTaxLiquidityBps)
SetTransferCooldown(uint8 indexed blockCount)
StealthLaunched()
TaxSwap()
TaxTaken(uint256 indexed amount, uint16 indexed rate)
Transfer(address indexed from, address indexed to, uint256 amount)
TransferCooldownExemption(address indexed addr, bool indexed enabled)
constructor(address newOwner, address marketing)
fallback()
receive()
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
AlreadyLaunched()
BadInput()
FromTransferCooldown()
InsufficientAllowance()
InsufficientBalance()
InsufficientPayment()
InvalidPermit()
MaxWalletBalance()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NoLiquidity()
PermitExpired()
ProtectedAddress()
ScarletTaxLock()
ToTransferCooldown()
TotalSupplyOverflow()
TransferFailed()
TransfersLocked()
Unauthorized()
ZeroAddress()