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 | 12.768539M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17360611 | a year ago | | | 0 | 0.0012190500 | |
| 17296483 | a year ago | | | 0 | 0.0019296975 | |
| 17296431 | a year ago | | | 0 | 0.0018977835 | |
| 17296428 | a year ago | | | 0 | 0.0017937861 | |
| 17296419 | a year ago | | | 0 | 0.0024184019 | |
| 17296335 | a year ago | | | 0 | 0.0017054230 | |
| 17296321 | a year ago | | | 0 | 0.0019272731 | |
| 17296287 | a year ago | | | 0 | 0.0017406464 | |
| 17296285 | a year ago | | | 0 | 0.0016152359 | |
| 17296279 | a year ago | | | 0 | 0.0016675990 |
ABI
ABI objects
Getter at block 21220254
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0x5902a7531fea8f8c5310a828018d2e684aca2ee6
decimals() view returns (uint8)
18
name() view returns (string)
GHOST
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
GHOST
totalSupply() view returns (uint256)
10000419999999999999999999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
buy() payable
mint(address _to, uint256 _amount)
renounceOwnership()
sell(uint256 _amount)
setFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.