DailyDivs
Verified contract
Active on
Ethereum with 4,949 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$367,945.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 110.036893 | $3,343.84 |
$367,945.76 | |
EBK | ERC-20 | 120.784221 | -- | -- | |
DDT | ERC-20 | 61.843894 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18070289 | a year ago | | | 0 | 0.00074444985 | |
| 13376153 | 3 years ago | | | 0 | 0.0062571290 | |
| 12579599 | 3 years ago | | | 0 | 0.00054349900 | |
| 11540739 | 4 years ago | | | 0 | 0.0011957850 | |
| 11540694 | 4 years ago | | | 0 | 0.0011294550 | |
| 11278427 | 4 years ago | | | 0 | 0.0012800490 | |
| 11278372 | 4 years ago | | | 0 | 0.0038765400 | |
| 11273294 | 4 years ago | | | 0 | 0.0014690610 | |
| 10896396 | 4 years ago | | | 0 | 0.0056855921 | |
| 9714587 | 5 years ago | | | 0 | 0.00032304500 |
ABI
ABI objects
Getter at block 21260413
buyPrice() view returns (uint256)
320755000000000
decimals() view returns (uint8)
18
etherToSendFund() view returns (uint256)
6682899999226
giveEthFundAddress() view returns (address)
0xd9092d94f74e6b5d408dbd3ecc88f3e5810d1e98
myTokens() view returns (uint256)
0
name() view returns (string)
DailyDivs
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
192453000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
DDT
totalEthFundCollected() view returns (uint256)
179566741851096829144
totalEthFundRecieved() view returns (uint256)
179566735168196829918
totalEthereumBalance() view returns (uint256)
110036893068229626211
totalSupply() view returns (uint256)
256596030992534315104933
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)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
exit()
payFund() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setCanAcceptTokens(address _address, bool _value)
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)
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.