Blue Chip Fund
Verified contract
Active on
Ethereum with 34,729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$165,484.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 52.336939 | $3,161.91 |
$165,484.69 | |
PHN | ERC-20 | 32.168K | -- | -- | |
BLUE | ERC-20 | 72 | -- | -- | |
DeFi 2.0 | ERC-20 | 8 | -- | -- | |
CUBE | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560909 | 3 months ago | | | 0 | 0.000068036954 | |
| 20493259 | 3 months ago | | | 0 | 0.00012382019 | |
| 20493257 | 3 months ago | | | 0 | 0.00012739280 | |
| 20452954 | 3 months ago | | | 0 | 0.000030657000 | |
| 20363905 | 4 months ago | | | 0 | 0.00021689352 | |
| 18100001 | a year ago | | | 0 | 0.00041611795 | |
| 18099996 | a year ago | | | 0 | 0.00043119421 | |
| 17403042 | a year ago | | | 0 | 0.00074169000 | |
| 16838047 | 2 years ago | | | 0 | 0.00053359108 | |
| 16373520 | 2 years ago | | | 0 | 0.0010071179 |
ABI
ABI objects
Getter at block 21159568
buyPrice() view returns (uint256)
409464000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Blue Chip Fund
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
272976000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
BLUE
totalEthereumBalance() view returns (uint256)
52336938547414063717
totalSupply() view returns (uint256)
34114061698561319119547
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.