BLUECHIPBONDS
Verified contract
Active on
Ethereum with 425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Native
Value
$2,780.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.760529 | $3,656.23 |
$2,780.67 | |
BCHIP | ERC-20 | 252.652845 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6576186 | 6 years ago | | | 0 | 0.00083729100 | |
| 6569271 | 6 years ago | | | 0 | 0.00025441800 | |
| 6556915 | 6 years ago | | | 0 | 0.00070847700 | |
| 6458021 | 6 years ago | | | 0 | 0.00032203500 | |
| 6438716 | 6 years ago | | | 0 | 0.00028252900 | |
| 6433541 | 6 years ago | | | 0 | 0.0049915600 | |
| 6428030 | 6 years ago | | | 0 | 0.0016101750 | |
| 6426037 | 6 years ago | | | 0 | 0.00026364000 | |
| 6421383 | 6 years ago | | | 0 | 0.0059898720 | |
| 6413444 | 6 years ago | | | 0 | 0.00057966300 |
ABI
ABI objects
Getter at block 21320031
BCHIPTOKEN() view returns (address)
0x6ef02644549af0e3761ae1a88fe02fe1d7016aea
allowHalfLife() view returns (bool)
true
allowLocalBuy() view returns (bool)
true
allowPriceLower() view returns (bool)
false
bankRoll() view returns (address)
0x6ef02644549af0e3761ae1a88fe02fe1d7016aea
bondFund() view returns (uint256)
0
boolAllowPlayer() view returns (bool)
false
boolContractActive() view returns (bool)
true
decimals() view returns (uint8)
18
devDivRate() view returns (uint8)
5
distDivRate() view returns (uint8)
45
exchangeContract() view returns (address)
0x6ef02644549af0e3761ae1a88fe02fe1d7016aea
getMyBalance() view returns (uint256)
0
getNextAvailableBond() view returns (uint256)
23
getTotalDivsProduced() view returns (uint256)
173015268592280335724327
halfLifeRate() view returns (uint256)
90
halfLifeTime() view returns (uint256)
5900
initialPrice() view returns (uint256)
170000000000000000000
maxBonds() view returns (uint256)
200
name() view returns (string)
BLUECHIPBONDS
nextAvailableBond() view returns (uint256)
23
ownerDivRate() view returns (uint8)
50
referralRate() view returns (uint8)
5
symbol() view returns (string)
BLU
totalBondValue() view returns (uint256)
158102177929777099052392
totalEthereumBalance() view returns (uint256)
760529360647112222
totalOwnerAccounts() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
basePrice(uint256) view returns (uint256)
bondPrice(uint256) view returns (uint256)
getBondOwner(uint256 _bond) view returns (address)
getBondPrice(uint256 _bond) view returns (uint256)
getOwnerBalance(address _bondOwner) view returns (uint256)
gettotalBondDivs(uint256 _bond) view returns (uint256)
State-modifying
Events addNewbond(uint256 _price)
checkHalfLife()
deposit()
extDistributeBondFund()
localBuy(uint256 _bond, address _from, address _referrer)
refund(address _to)
returnTokensToExchange()
setAllowHalfLife(bool _allow)
setAllowLocalBuy(bool _allow)
setAllowPlayer(bool _allow)
setAllowPriceLower(bool _allow)
setAllowReferral(bool _allowReferral)
setAutoNewbond(bool _autoNewBond)
setBondPrice(uint256 _bond, uint256 _price)
setExchangeAddress(address _newExchangeAddress)
setHalfLifeRate(uint256 _rate)
setHalfLifeTime(uint256 _time)
setInitialPrice(uint256 _price)
setLowerBondPrice(uint256 _bond, uint256 _newPrice)
setMaxbonds(uint256 _bond)
setName(string _name)
setRates(uint8 _newDistRate, uint8 _newDevRate, uint8 _newOwnerRate)
setSymbol(string _symbol)
tokenFallback(address _from, uint256 _value, bytes _data) returns (bool)
transferBond(address _to, uint256 _bond)
withdraw()
withdrawPart(uint256 _amount)
Halflife(uint256 bond, uint256 price, uint256 newBlockTime)
onBondBuy(address customerAddress, uint256 incomingEthereum, uint256 bond, uint256 newPrice, uint256 halfLifeTime)
onWithdrawETH(address customerAddress, uint256 ethereumWithdrawn)
onWithdrawTokens(address customerAddress, uint256 ethereumWithdrawn)
transferBondEvent(address from, address to, uint256 bond)
constructor(address _exchangeAddress, address _bankRollAddress)
fallback()
This contract contains no error objects.