Dividends Network
Verified contract
Active on
Ethereum with 882 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$38,583.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 12.404366 | $3,110.47 |
$38,583.41 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084095 | 11 days ago | | | 0 | 0.00029987300 | |
| 20363886 | 4 months ago | | | 0 | 0.00025046264 | |
| 15459549 | 2 years ago | | | 0 | 0.00051406800 | |
| 15459543 | 2 years ago | | | 0 | 0.00057101048 | |
| 15440437 | 2 years ago | | | 0 | 0.00050897000 | |
| 15428993 | 2 years ago | | | 0 | 0.00049112205 | |
| 15426618 | 2 years ago | | | 0 | 0.00022413103 | |
| 15426606 | 2 years ago | | | 0 | 0.00029415112 | |
| 14655048 | 3 years ago | | | 0 | 0.0030088605 | |
| 14641446 | 3 years ago | | | 0 | 0.0011325433 |
ABI
ABI objects
Getter at block 21159900
buyPrice() view returns (uint256)
10140000000000
decimals() view returns (uint8)
18
etherToSendFund() view returns (uint256)
10352607146021124
giveEthFundAddress() view returns (address)
0x05161a2131d90be85d4d026a2776e51cd5898da9
myTokens() view returns (uint256)
0
name() view returns (string)
Dividends Network
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
6084000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
DVN
totalEthFundCollected() view returns (uint256)
40811462724087948172
totalEthFundRecieved() view returns (uint256)
40801110116941927048
totalEthereumBalance() view returns (uint256)
12404366478684192539
totalSupply() view returns (uint256)
8104682074592396932498
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)
disableInitialStage()
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.