Dividends3D
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$194.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049876 | $3,905.82 |
$194.81 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7343952 | 6 years ago | | | 0 | 0.00014247500 | |
| 7343949 | 6 years ago | | | 0 | 0.00024135500 | |
| 7316091 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7316091 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7316091 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7316088 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7316082 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7316080 | 6 years ago | | | 0.00001 | 0.00038315000 | |
| 7296484 | 6 years ago | | | 0.055 | 0.00078950500 | |
| 7290307 | 6 years ago | | | 0.1 | 0.00047370300 |
ABI
ABI objects
Getter at block 21415388
buyPrice() view returns (uint256)
21254400000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Dividends3D
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
19286400000000
stakingRequirement() view returns (uint256)
0
symbol() view returns (string)
D3D
totalEthereumBalance() view returns (uint256)
49875795225174435
totalSupply() view returns (uint256)
1960393043747221659324
totalUsers() view returns (uint256)
33
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)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
referralsOf(address _customerAddress) view returns (uint256)
usersAddresses(uint256) view returns (address)
State-modifying
Events Dividends3dcom()
buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _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.