Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DAR Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10251120 | 4 years ago | | | 0 | 0.0025975620 | |
| 10251115 | 4 years ago | | | 0 | 0.0011233800 | |
| 10251091 | 4 years ago | | | 0 | 0.0048615600 | |
| 10251083 | 4 years ago | | | 0 | 0.0049179240 | |
| 10251069 | 4 years ago | | | 0 | 0.0049179240 | |
| 10251066 | 4 years ago | | | 0 | 0.0048623520 | |
| 10250731 | 4 years ago | | | 0 | 0.0046979856 | |
| 10250401 | 4 years ago | | | 0.2 | 0.0037223560 | |
| 10249423 | 4 years ago | | | 3.39 | 0.0076251783 | |
| 10249405 | 4 years ago | | | 0.01 | 0.0056451782 |
ABI
ABI objects
Getter at block 21272629
buyPrice() view returns (uint256)
920348000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
DAR Token
newOwnerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1a08070ffe5695ab0eb4612640eec11bf2cf58ee
sellPrice() view returns (uint256)
803212800000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
DAR
totalEthereumBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
83660087224603217685154
Read-only
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 acceptOwner()
buy(address _referredBy) payable returns (uint256)
changeAddressSupport(address _newAddres)
changeOwnerCandidate(address newOwner)
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
withdraw_a_little_bit_eth(uint256 amount)
withdraw_last_Token_from_Contract(uint256 _tokens)
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, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.