Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,122.62)
Native
Value
$1,122.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.34648 | $3,240.08 |
$1,122.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9188515 | 5 years ago | | | 0 | 0.000092780000 | |
| 6862565 | 6 years ago | | | 0 | 0.00021478800 | |
| 6862560 | 6 years ago | | | 0 | 0.00046909200 | |
| 6702199 | 6 years ago | | | 0 | 0.00065159600 | |
| 6696889 | 6 years ago | | | 0 | 0.00061337400 | |
| 6691503 | 6 years ago | | | 0 | 0.0015639400 | |
| 6691446 | 6 years ago | | | 0 | 0.00028472700 | |
| 6691425 | 6 years ago | | | 0 | 0.00037963600 | |
| 6688597 | 6 years ago | | | 0 | 0.00078318000 | |
| 6623667 | 6 years ago | | | 0 | 0.00050453450 |
ABI
ABI objects
Getter at block 21171720
buyPrice() view returns (uint256)
21697500000000
decimals() view returns (uint8)
18
etherToSendFund() view returns (uint256)
61025873223464
exitFee() view returns (uint8)
20
finalizedEthFundAddress() view returns (bool)
false
giveEthFundAddress() view returns (address)
0x3db1e274bf36824cf655beddb92a90c04906e04b
myTokens() view returns (uint256)
0
name() view returns (string)
EXCHANGE
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
13018500000000
stakingRequirement() view returns (uint256)
25000000000000000000
symbol() view returns (string)
SHARES
totalEthFundCollected() view returns (uint256)
1775917319311418483
totalEthFundRecieved() view returns (uint256)
1775856293438195019
totalEthereumBalance() view returns (uint256)
346480197938574406
totalSupply() view returns (uint256)
17350505137856067279940
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()
finalizeFundAddress(address _finalAddress)
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)
updateFundAddress(address _newAddress)
withdraw(bool _isTransfer)
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, bool isReinvest, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn, uint256 estimateTokens, bool isTransfer)
constructor()
fallback()
This contract contains no error objects.