GalaxyFox

Verified contract

Active on Ethereum with 6,059 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 $35.51
ERC-20
--
0x4dc903565aa33b598bfb88409d56e173b1870f94ab29d52f779c2281e1bb3d33
0xfdd4109407356adf5137506b052c8916c91db7e416d010505496b2f089dd3cf2
0x50f101479954046f998404261ca5495e1ac3e5617d8ca8066c405b4a07774952
0xe7f25158e573dae7eb838ee61bad54221d062666a0f8d5a059e96ca62d0d3953
0xf9d5cd65d4ad9bac2e656147c2860695e69229ade0691b53e2a2ed34623a8f48
0x86d4594f6d0dc7acd9ecc0350e6f3de3bb7b052983e780843a62ed8eb9f6e0fd
0x06a35a0bc23240bd103ed726d6125e00314f7b02799b26070b02fbe9a3ed7d9a
0x079c57dd51053e8c92548744a26936889d8734350d7f0a8a6a11f976112ae487
0x0089fd20b19ebca2905a3064ded9d903153c1fd3eb8ad01ba5462780911c9ba5
0xeacc4ee5557466e3918e4e03c61da3743965849070f27d092bae1dc20056eac6

Functions
Getter at block 21159347
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)
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 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