Ghost Town
Verified contract
Active on
Ethereum with 546 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5675…d278
Balances ($0.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 100 | $0.00255 |
$0.25 | |
GHOST | ERC-20 | 677.12438 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10565189 | 4 years ago | | | 0 | 0.0034223490 | |
| 10565178 | 4 years ago | | | 0 | 0.0066773070 | |
| 10455078 | 4 years ago | | | 0 | 0.0026288885 | |
| 10455078 | 4 years ago | | | 0 | 0.0019410440 | |
| 10453307 | 4 years ago | | | 0 | 0.0017926590 | |
| 10426782 | 4 years ago | | | 0 | 0.0015489250 | |
| 10408853 | 4 years ago | | | 0 | 0.0014123980 | |
| 10408851 | 4 years ago | | | 0 | 0.0022545640 | |
| 10408840 | 4 years ago | | | 0 | 0.0014123980 | |
| 10402964 | 4 years ago | | | 0 | 0.0010864600 |
ABI
ABI objects
Getter at block 21205655
buyPrice() view returns (uint256)
1494345900000000
decimals() view returns (uint8)
18
lotteryContract() view returns (address)
0x5675ca04b1824bc4a070a049cd1facfbd052d278
myTokens() view returns (uint256)
0
name() view returns (string)
Ghost Town
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
1150514100000000
stakingRequirement() view returns (uint256)
0
symbol() view returns (string)
GTS
totalGhostBalance() view returns (uint256)
677124380179281234308
totalSupply() view returns (uint256)
132235649512394916612961
Read-only
administrators(address) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateGhostReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ghostToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
feesFromReferral(address) view returns (uint256)
lotteryLocked(address) view returns (bool)
myDividends(bool _includeReferralBonus) view returns (uint256)
referralCount(address) view returns (uint256)
referralLocks_(address) view returns (address)
State-modifying
Events buy(uint256 _amount, address _referredBy) returns (uint256)
disableInitialStage()
enterLottery()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setLotteryAddress(address l)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ghostReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingGhost, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ghostEarned)
onWithdraw(address indexed customerAddress, uint256 ghostWithdrawn)
constructor(address tokenaddr)
fallback()
This contract contains no error objects.