GalaxyFox
Verified contract
Active on
Ethereum with 6,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GFOX | ERC-20 | 196.88845K | $0.00018 |
$35.51 | |
FKGARY | ERC-20 | 11.842486B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156117 | 11 hours ago | | | 0 | 0.00052428430 | |
| 21154867 | 15 hours ago | | | 0 | 0.00039700212 | |
| 21154747 | 15 hours ago | | | 0 | 0.00076473165 | |
| 21154694 | 16 hours ago | | | 0 | 0.00019449390 | |
| 21151572 | a day ago | | | 0 | 0.00060745405 | |
| 21149572 | a day ago | | | 0 | 0.00043770593 | |
| 21148954 | a day ago | | | 0 | 0.00056094557 | |
| 21147401 | 2 days ago | | | 0 | 0.00042341818 | |
| 21141357 | 3 days ago | | | 0 | 0.00058473092 | |
| 21140814 | 3 days ago | | | 0 | 0.00089070322 |
ABI
ABI objects
Getter at block 21159347
buyTax() view returns (uint16 liquidity, uint16 marketing, uint16 ecosystem)
(liquidity=200, marketing=200, ecosystem=200)
decimals() view returns (uint8)
18
ecosystemHolder() view returns (address)
0x4e6647a2bda8dfe75316a72e73586ecd24d0e700
liquidityHolder() view returns (address)
0x4e6647a2bda8dfe75316a72e73586ecd24d0e700
liquidityReserves() view returns (uint256)
0
marketingHolder() view returns (address)
0x4e6647a2bda8dfe75316a72e73586ecd24d0e700
maxDailyVolume() view returns (uint256)
15000000000000000000000000
miniBeforeLiquify() view returns (uint256)
100000000000000000000000
name() view returns (string)
Galaxy Fox
owner() view returns (address)
0x4e6647a2bda8dfe75316a72e73586ecd24d0e700
sellTax() view returns (uint16 liquidity, uint16 marketing, uint16 ecosystem)
(liquidity=200, marketing=200, ecosystem=200)
symbol() view returns (string)
GFOX
taxEnabled() view returns (bool)
true
totalSupply() view returns (uint256)
5000000000000000000000000000
uniFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniPair() view returns (address)
0x92ee0df7f6b0674cabc9bfc64873786fa7be82d0
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromDailyVolume(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isPair(address) view returns (bool)
volume(address, uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
liquify()
recoverLostTokens(address tokenAddress)
renounceOwnership()
setBuyTax(uint16 _liquidity, uint16 _marketing, uint16 _ecosystem)
setEcosystemHolder(address _ecosystemHolder)
setExcludedFromFee(address account, bool excluded)
setExludedFromDailyVolume(address account, bool excluded)
setLiquidityHolder(address _liquidityHolder)
setMarketingHolder(address _marketingHolder)
setMaxDailyVolume(uint256 maxDailyVolumeArg)
setMiniBeforeLiquify(uint256 miniBeforeLiquifyArg)
setPair(address pair, bool isPairArg)
setSellTax(uint16 _liquidity, uint16 _marketing, uint16 _ecosystem)
setTaxEnabled(bool taxEnabledArg)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxChanged(uint16 liquidity, uint16 marketing, uint16 ecosystem)
EcosystemHolder(address oldHolder, address holder)
ExcludedFromDailyVolume(address account, bool excluded)
ExeededFromFee(address account, bool excluded)
LiquidityHolder(address oldHolder, address holder)
MarketingHolder(address oldHolder, address holder)
MaxDailyVolumeChanged(uint256 maxDailyVolume)
MiniBeforeLiquifyChanged(uint256 miniBeforeLiquifyArg)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pair(address pair, bool isPair)
SellTaxChanged(uint16 liquidity, uint16 marketing, uint16 ecosystem)
TaxEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ownerArg, address _ecosystemHolder, address _marketingHolder, address _liquidityHolder, address _uniswapV2Router, address _uniswapV2Factory)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)