BlueChipExchange
Verified contract
Active on
Ethereum with 1,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Native
Value
$12.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003741 | $3,228.53 |
$12.08 | |
STOCK | ERC-20 | 254 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8484650 | 5 years ago | | | 0 | 0.000063000000 | |
| 6920763 | 6 years ago | | | 0 | 0.00013077300 | |
| 6920755 | 6 years ago | | | 0 | 0.00016898100 | |
| 6687417 | 6 years ago | | | 0 | 0.00024823200 | |
| 6687409 | 6 years ago | | | 0 | 0.00024823200 | |
| 6646539 | 6 years ago | | | 0 | 0.0010035540 | |
| 6629993 | 6 years ago | | | 0 | 0.00039231900 | |
| 6629987 | 6 years ago | | | 0 | 0.00050751900 | |
| 6617508 | 6 years ago | | | 0 | 0.00015692760 | |
| 6617475 | 6 years ago | | | 0 | 0.00033413400 |
ABI
ABI objects
Getter at block 21165455
altFundAddress() view returns (address)
0x1822435de9b923a7a8c4fbd2f6d0aa8f743d3010
altFundFee_() view returns (uint8)
5
bondFundAddress() view returns (address)
0x1822435de9b923a7a8c4fbd2f6d0aa8f743d3010
buyPrice() view returns (uint256)
18173750000000
decimals() view returns (uint8)
18
dividendFee_() view returns (uint8)
20
etherToSendFund() view returns (uint256)
2176000061417210991
fundFee_() view returns (uint8)
0
myTokens() view returns (uint256)
0
name() view returns (string)
BlueChipExchange
onlyAmbassadors() view returns (bool)
true
sellPrice() view returns (uint256)
10904250000000
stakingRequirement() view returns (uint256)
25000000000000000000
symbol() view returns (string)
BCHIP
totalEthFundCollected() view returns (uint256)
33359918530663265750
totalEthFundRecieved() view returns (uint256)
31183918469246054759
totalEthereumBalance() view returns (uint256)
3740586354028551
totalSupply() view returns (uint256)
14531294995468497310221
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)
canAcceptTokens_(address) view returns (bool)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
stickyRef(address) view returns (address)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
buyTokensfor82()
exit()
payFund() payable
reinvest()
sell(uint256 _amountOfTokens)
set82Mode(bool _bool)
setAdministrator(address _identifier, bool _status)
setAltFundAddress(address _newAltFundAddress)
setBondFundAddress(address _newBondFundAddress)
setBool82(bool _bool)
setCanAcceptTokens(address _address, bool _value)
setContractActive(bool _bool)
setFeeRates(uint8 _newDivRate, uint8 _newFundFee, uint8 _newAltRate)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferAndCallExpanded(address _to, uint256 _value, bytes _data, address _sender, address _referrer) 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.