DailyDivs
Verified contract
Active on
Ethereum with 23,882 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$54.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.014917 | $3,622.03 |
$54.03 | |
HEX | ERC-20 | 1.307 | $0.003494 |
$0 | |
DDT | ERC-20 | 449 | -- | -- | |
DDT | ERC-20 | 240 | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20401433 | 4 months ago | | | 0 | 0.00017172650 | |
| 20401429 | 4 months ago | | | 0 | 0.00019725870 | |
| 9131644 | 5 years ago | | | 0 | 0.00012034800 | |
| 9026044 | 5 years ago | | | 0 | 0.00069193993 | |
| 8972379 | 5 years ago | | | 0 | 0.000043547000 | |
| 8198340 | 5 years ago | | | 0 | 0.000043547000 | |
| 7076074 | 6 years ago | | | 0 | 0.00079834500 | |
| 6862322 | 6 years ago | | | 0 | 0.00065320500 | |
| 6860033 | 6 years ago | | | 0 | 0.00030482900 | |
| 6850494 | 6 years ago | | | 0 | 0.00062306000 |
ABI
ABI objects
Getter at block 21285335
buyPrice() view returns (uint256)
961851250000000
decimals() view returns (uint8)
18
etherToSendFund() view returns (uint256)
2674380996600127366
giveEthFundAddress() view returns (address)
0xf34340ba65f37320b25f9f6f3978d02ddc13283b
myTokens() view returns (uint256)
0
name() view returns (string)
DailyDivs
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
577110750000000
stakingRequirement() view returns (uint256)
25000000000000000000
symbol() view returns (string)
DDT
totalEthFundCollected() view returns (uint256)
636946594540665860056
totalEthFundRecieved() view returns (uint256)
634272213544065732690
totalEthereumBalance() view returns (uint256)
14917003576895644
totalSupply() view returns (uint256)
769473741977461472201525
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)
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.