GalaxyFox

Verified contract

Active on Ethereum with 6,134 txns
Deployed by via 0x0cc9b586 at 19086667
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $36.02
ERC-20
--
0xff42b59d8bb7d1bd1e8f99c6f8b1b89ddfbc13573bc3f07bcc65fe231216bfd5
0x5a82e1fc57f149ce86bfe839d1a62fd2c2b740233a8e757498d87fe67456e38b
0xaded95631504cc18c2dc12ad762d9e4a94a309f1e46c2661f3d50b7df9b9efb1
0xca5f7c651c0e3cbe3438e6b12250010b2cb5ef777338f806adeba72af57c8163
0x41534d474b60744c44f623665b05078495435dd7d8c02f15be17ec5e953815d9
0xa8e0de592f0cb2809f0084a74883b643f631cb638a442b33f1541cd6b64f212c
0x63d47bb25523fd17c8d10924cc4ba4ef565eea2675259233cc31cde341a7b453
0x15ab60293e4101b5460b215810a8a74482ea0bfac7a59ed8742cac57fb9e3596
0xdf6cab96981390262fc7f7ec50bca9aa1a71f835b32f9564ab7ce866be8ab0c4
0x311c8128f10443a0e7813435c2d8e0f2f12340e2beaf80d81dac3d88e30e6379

Functions
Getter at block 21270140
buyTax(view returns (uint16 liquidityuint16 marketinguint16 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)
51349995969025498311150
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 liquidityuint16 marketinguint16 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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromDailyVolume(addressview returns (bool)
isExcludedFromFee(addressview returns (bool)
isPair(addressview returns (bool)
volume(addressuint256view returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
liquify(
recoverLostTokens(address tokenAddress
renounceOwnership(
setBuyTax(uint16 _liquidityuint16 _marketinguint16 _ecosystem
setEcosystemHolder(address _ecosystemHolder
setExcludedFromFee(address accountbool excluded
setExludedFromDailyVolume(address accountbool excluded
setLiquidityHolder(address _liquidityHolder
setMarketingHolder(address _marketingHolder
setMaxDailyVolume(uint256 maxDailyVolumeArg
setMiniBeforeLiquify(uint256 miniBeforeLiquifyArg
setPair(address pairbool isPairArg
setSellTax(uint16 _liquidityuint16 _marketinguint16 _ecosystem
setTaxEnabled(bool taxEnabledArg
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyTaxChanged(uint16 liquidityuint16 marketinguint16 ecosystem
EcosystemHolder(address oldHolderaddress holder
ExcludedFromDailyVolume(address accountbool excluded
ExeededFromFee(address accountbool excluded
LiquidityHolder(address oldHolderaddress holder
MarketingHolder(address oldHolderaddress holder
MaxDailyVolumeChanged(uint256 maxDailyVolume
MiniBeforeLiquifyChanged(uint256 miniBeforeLiquifyArg
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pair(address pairbool isPair
SellTaxChanged(uint16 liquidityuint16 marketinguint16 ecosystem
TaxEnabled(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _ownerArgaddress _ecosystemHolderaddress _marketingHolderaddress _liquidityHolderaddress _uniswapV2Routeraddress _uniswapV2Factory
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token