"ScamCoin"
Verified contract
Active on
Ethereum with 1,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$17,377.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.48433 | $3,168.53 |
$17,377.27 | |
EBK | ERC-20 | 10.798765 | -- | -- | |
"SCAM" | ERC-20 | 0.147001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452850 | 3 months ago | | | 0 | 0.000053876000 | |
| 20363898 | 4 months ago | | | 0 | 0.00022126556 | |
| 19513245 | 8 months ago | | | 0 | 0.0026500915 | |
| 15670003 | 2 years ago | | | 0 | 0.0012062125 | |
| 11666767 | 4 years ago | | | 0 | 0.0044742070 | |
| 9546506 | 5 years ago | | | 0 | 0.00043557000 | |
| 9230189 | 5 years ago | | | 0 | 0.000044496000 | |
| 9033115 | 5 years ago | | | 0 | 0.000068532000 | |
| 9033109 | 5 years ago | | | 0 | 0.00016405200 | |
| 8340709 | 5 years ago | | | 0 | 0.0022420440 |
ABI
ABI objects
Getter at block 21160115
buyPrice() view returns (uint256)
190443000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
"ScamCoin"
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
155817000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
"SCAM"
totalEthereumBalance() view returns (uint256)
5484330305710847919
totalSupply() view returns (uint256)
17314248790779265574973
Read-only
administrators(bytes32) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(bytes32 _identifier, bool _status)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.