Goaltic Token
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOAL | ERC-20 | 915.229119K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16012122 | 2 years ago | | | 0 | 0.00068574030 | |
| 16012118 | 2 years ago | | | 0 | 0.00087568088 | |
| 16012112 | 2 years ago | | | 0 | 0.00035872132 | |
| 16012111 | 2 years ago | | | 0 | 0.00063764010 | |
| 16012110 | 2 years ago | | | 0 | 0.00043573003 | |
| 16012108 | 2 years ago | | | 0 | 0.00083397612 | |
| 16012101 | 2 years ago | | | 0 | 0.0010317302 | |
| 16012100 | 2 years ago | | | 0 | 0.00042062461 | |
| 16012098 | 2 years ago | | | 0 | 0.00053845539 | |
| 16012097 | 2 years ago | | | 0 | 0.00060461091 |
ABI
ABI objects
Getter at block 21100329
_burnFee() view returns (uint256)
1
_marketingConverttoETH() view returns (bool)
true
_marketingETHFee() view returns (uint256)
1
_marketingTokenFee() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
10000000000000000000000000000000
_maxWallet() view returns (uint256)
20000000000000000
_reflectionFee() view returns (uint256)
1
_tradingEnabled() view returns (bool)
true
decimals() view returns (uint8)
9
marketingETHFeeWallet() view returns (address)
0x5929d97a60f76b6009992c9f23575216d85299ca
marketingTokenFeeWallet() view returns (address)
0xb60c1d216cc8b0944f3301607c3017f51f77b85a
name() view returns (string)
Goaltic Token
numTokensSwapToETHForMarketing() view returns (uint256)
100000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GOAL
totalBurnFees() view returns (uint256)
1675727748514919
totalReflectionFees() view returns (uint256)
1675727748514919
totalSupply() view returns (uint256)
998324272251485081
uniswapV2Pair() view returns (address)
0x5929d97a60f76b6009992c9f23575216d85299ca
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableAllFees()
enableAllFees()
enableTrading()
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockTokens(address newWallet)
recoverAnyERC20TokensFromContract(address _tokenAddr, address _to, uint256 _amount)
recoverETHFromContract(uint256 weiAmount)
renounceOwnership()
setMarketingTokenWallet(address newWallet)
setMaxTxAmount(uint256 maxAmountInTokensWithDecimals)
setmarketingConverttoETH(bool _enabled)
setnumTokensSwapToETHForMarketing(uint256 tokenAmount)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.