BlackChipFund
Verified contract
Active on
Ethereum with 2,220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$38,986.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.971345 | $3,553.45 |
$38,986.13 | |
% | ERC-20 | 100 | -- | -- | |
DeFi 2.0 | ERC-20 | 13 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20363921 | 4 months ago | | | 0 | 0.00026223039 | |
| 9471748 | 5 years ago | | | 0 | 0.00022237000 | |
| 9471738 | 5 years ago | | | 0 | 0.00019203500 | |
| 9195534 | 5 years ago | | | 0.19898974 | 0.000021000000 | |
| 9023937 | 5 years ago | | | 0 | 0.000054684000 | |
| 8972200 | 5 years ago | | | 0 | 0.00021741000 | |
| 8972194 | 5 years ago | | | 0 | 0.00023977500 | |
| 8878023 | 5 years ago | | | 0 | 0.000070644000 | |
| 8775176 | 5 years ago | | | 0 | 0.000054684000 | |
| 8739072 | 5 years ago | | | 0 | 0.00017392800 |
ABI
ABI objects
Getter at block 21287320
buyPrice() view returns (uint256)
240337500000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
BlackChipFund
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
144202500000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
BLACK
totalEthereumBalance() view returns (uint256)
10971344946212586782
totalSupply() view returns (uint256)
19219065859333848894754
Read-only
administrators(address) 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(address _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.