WALLSTREETBONDS
Verified contract
Active on
Ethereum with 1,393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($141.67)
Native
Value
$141.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.042367 | $3,343.83 |
$141.67 | |
EBK | ERC-20 | 6.242367 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13471327 | 3 years ago | | | 0 | 0.0016842478 | |
| 13471317 | 3 years ago | | | 4 | 0.0042953946 | |
| 13471314 | 3 years ago | | | 0 | 0.0019546243 | |
| 6765140 | 6 years ago | | | 0 | 0.00013105800 | |
| 6765140 | 6 years ago | | | 0 | 0.00014040600 | |
| 6765102 | 6 years ago | | | 0 | 0.00013105800 | |
| 6765102 | 6 years ago | | | 0 | 0.00014040600 | |
| 6765102 | 6 years ago | | | 0 | 0.00013105800 | |
| 6765102 | 6 years ago | | | 0 | 0.00014040600 | |
| 6577367 | 6 years ago | | | 0 | 0.00016900000 |
ABI
ABI objects
Getter at block 21169847
bondFund() view returns (uint256)
115792089237316195423570985008687907853269984665640564039451384007913129639936
decimals() view returns (uint8)
18
devDivRate() view returns (uint8)
255
distDivRate() view returns (uint8)
101
getMyBalance() view returns (uint256)
0
getNextAvailableBond() view returns (uint256)
15
getTotalBondValue() view returns (uint256)
395542173854085628481
getTotalDivsProduced() view returns (uint256)
350492885321896025896
initialPrice() view returns (uint256)
100000000000000000
maxBonds() view returns (uint256)
200
name() view returns (string)
WALLSTREETBONDS
nextAvailableBond() view returns (uint256)
15
ownerDivRate() view returns (uint8)
0
referralRate() view returns (uint8)
5
symbol() view returns (string)
BOND
totalBondValue() view returns (uint256)
395542173854085628481
totalEthereumBalance() view returns (uint256)
42366729486333687
Read-only
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)
buy(uint256 _bond, address _referrer) payable
extDistributeBondFund()
setAllowReferral(bool _allowReferral)
setAutoNewbond(bool _autoNewBond)
setBondPrice(uint256 _bond, uint256 _price)
setInitialPrice(uint256 _price)
setLowerBondPrice(uint256 _bond, uint256 _newPrice)
setMaxbonds(uint256 _bond)
setName(string _name)
setRates(uint8 _newDistRate, uint8 _newDevRate, uint8 _newOwnerRate)
setSymbol(string _symbol)
transfer(address _to, uint256 _bond)
withdraw()
withdrawPart(uint256 _amount)
Transfer(address from, address to, uint256 bond)
onBondPurchase(address customerAddress, uint256 incomingEthereum, uint256 bond, uint256 newPrice)
onWithdraw(address customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.