GalaxyToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "GalaxyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GalaxyToken"
ABI
ABI objects
Getter at block 21324831
_hasLiqBeenAdded() view returns (bool)
false
_totalSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
launchedAt() view returns (uint256)
0
maxWalletHoldings() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
snipersCaught() view returns (uint256)
0
swapVaultAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalBuyFee() view returns (uint256)
0
totalSellFee() view returns (uint256)
0
totalSupply() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool _isBlacklisted)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _swapVaultAddress, address _uniswapAddress, string _name, string _ticker)
launch()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setPaused(bool _isPaused)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingVariables(uint256 _totalBuyFee, uint256 _totalSellFee)
updateSwapVaultAddress(address _swapVaultAddress)
updateUniswapV2Router(address newAddress)
whitelist(address account, bool isWhitelisted)
AddToBlacklist(address indexed account, bool isBlacklisted)
AddToWhitelist(address indexed account, bool isWhitelisted)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapVaultAddressUpdated(address indexed newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
This contract contains no constructor objects.
receive()
This contract contains no error objects.