DIAMOND DIVIDENDS
Verified contract
Active on
Ethereum with 2,760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$30,870.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.595775 | $3,591.39 |
$30,870.78 | |
BEB | ERC-20 | 66.688K | -- | -- | |
betbeb.com | ERC-20 | 16.888K | -- | -- | |
BEB | ERC-20 | 8.848K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20784684 | 2 months ago | | | 0 | 0.00071614898 | |
| 18660894 | a year ago | | | 0 | 0.0013823522 | |
| 18094603 | a year ago | | | 0 | 0.00068598229 | |
| 17850069 | a year ago | | | 0 | 0.00060924898 | |
| 17850061 | a year ago | | | 0 | 0.00065914554 | |
| 17736402 | a year ago | | | 0 | 0.0017948660 | |
| 17736398 | a year ago | | | 0 | 0.0017692712 | |
| 17736394 | a year ago | | | 0 | 0.0018314686 | |
| 17736389 | a year ago | | | 0 | 0.0015265480 | |
| 17736384 | a year ago | | | 0 | 0.0017117516 |
ABI
ABI objects
Getter at block 21289472
buyPrice() view returns (uint256)
248316000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
DIAMOND DIVIDENDS
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
165544000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
DIAMOND
totalEthereumBalance() view returns (uint256)
8595775393817649128
totalSupply() view returns (uint256)
20685546462994424845521
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 DiamondDividends()
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.