ETH Exchange
Verified contract
Active on
Ethereum with 11,147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($321,409.61)
Native
Value
$321,409.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 95.864473 | $3,352.75 |
$321,409.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20274541 | 4 months ago | | | 0 | 0.00048448791 | |
| 18175070 | a year ago | | | 0 | 0.00078007604 | |
| 18105273 | a year ago | | | 0 | 0.00089362213 | |
| 12616038 | 3 years ago | | | 0 | 0.00042787000 | |
| 11800387 | 4 years ago | | | 0 | 0.0080521470 | |
| 11800378 | 4 years ago | | | 0 | 0.013580368 | |
| 11800346 | 4 years ago | | | 0 | 0.0092088090 | |
| 11492397 | 4 years ago | | | 0 | 0.0014235840 | |
| 11492386 | 4 years ago | | | 0 | 0.0028894400 | |
| 11415886 | 4 years ago | | | 0 | 0.0012901230 |
ABI
ABI objects
Getter at block 21261270
InterestPool_() view returns (uint256)
909099818716931433
buyPrice() view returns (uint256)
524543000000000
decimals() view returns (uint8)
18
exitFee() view returns (uint8)
24
myTokens() view returns (uint256)
0
name() view returns (string)
ETH Exchange
owner() view returns (address)
0xa4d05a1c22c8abe6ccb2333c092ec80bd0955031
sellPrice() view returns (uint256)
277929500000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
ATH
totalEthereumBalance() view returns (uint256)
95864472930562909084
totalSupply() view returns (uint256)
39137804546140631335832
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 DivsAddon() payable returns (uint256)
IDD()
buy(address _referredBy) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
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, 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.