Whale Chip Fund
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,334.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.339481 | $3,931.78 |
$1,334.76 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8961379 | 5 years ago | | | 0 | 0.00032860200 | |
| 8961374 | 5 years ago | | | 0.1 | 0.00053823600 | |
| 8961357 | 5 years ago | | | 0 | 0.00032860200 | |
| 8961130 | 5 years ago | | | 0 | 0.000087627200 | |
| 8960154 | 5 years ago | | | 0 | 0.00043813600 | |
| 8801991 | 5 years ago | | | 0 | 0.000047854400 | |
| 8801740 | 5 years ago | | | 0 | 0.00048724480 | |
| 8794878 | 5 years ago | | | 0 | 0.000043504000 | |
| 8785120 | 5 years ago | | | 0 | 0.00062645760 | |
| 8785112 | 5 years ago | | | 0 | 0.00046935000 |
ABI
ABI objects
Getter at block 21399129
antiDumpPeriod() view returns (uint256)
1574127000
buyPrice() view returns (uint256)
96000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Whale Chip Fund
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
64000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
WHALE
totalEthereumBalance() view returns (uint256)
339481037507763259
totalSupply() view returns (uint256)
14855034772434
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 BlueChip()
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)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.