Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHOST | ERC-20 | 609.637377B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19800858 | 6 months ago | | | 0 | 0.00031964837 | |
| 18937101 | 10 months ago | | | 0 | 0.00045863274 | |
| 18477510 | a year ago | | | 0 | 0.0014531856 | |
| 18373286 | a year ago | | | 0 | 0.00031509098 | |
| 18345789 | a year ago | | | 0 | 0.00027683800 | |
| 18331841 | a year ago | | | 0 | 0.00024947435 | |
| 18331794 | a year ago | | | 0 | 0.00014060791 | |
| 18331793 | a year ago | | | 0 | 0.00023469377 | |
| 18331656 | a year ago | | | 0 | 0.00025203445 | |
| 18331648 | a year ago | | | 0 | 0.00028810625 |
ABI
ABI objects
Getter at block 21217834
buybackFeeOnBuying() view returns (uint256)
2
buybackFeeOnSelling() view returns (uint256)
2
buybackWallet() view returns (address)
0xe4f0875c9ee6f0d16b929c25fdf660919da730ff
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x0c62b1683924c337df4f3fdcf25f6cbe09c23da2
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1696973231
maxHoldLimit() view returns (uint256)
2000000000000000000000000000000
maxTxnLimit() view returns (uint256)
2000000000000000000000000000000
minTokenToSwap() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
Ghost
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentDivider() view returns (uint256)
100
symbol() view returns (string)
GHOST
totalSupply() view returns (uint256)
100000000000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxHolding(address) view returns (bool)
isExcludedFromMaxTxn(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
enableTrading()
includeOrExcludeFromFee(address account, bool value)
includeOrExcludeFromMaxHolding(address account, bool value)
includeOrExcludeFromMaxTxn(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEth(address _receiver)
renounceOwnership()
setBuyFeePercent(uint256 _buybackFee)
setDistributionStatus(bool _value)
setMaxHoldLimit(uint256 _amount)
setMaxTxnLimit(uint256 _amount)
setMinTokenToSwap(uint256 _amount)
setSellFeePercent(uint256 _buybackFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAddresses(address _buybackWallet)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.