Proof Of No Dump
Verified contract
Active on
Ethereum with 557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,544.12)
Native
Value
$21,544.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.826279 | $3,697.75 |
$21,544.12 | |
EBK | ERC-20 | 5.826279 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7292617 | 6 years ago | | | 0 | 0.00013041900 | |
| 7101726 | 6 years ago | | | 0 | 0.00023850900 | |
| 7008442 | 6 years ago | | | 0 | 0.000073654000 | |
| 7007470 | 6 years ago | | | 0 | 0.000052167600 | |
| 7007336 | 6 years ago | | | 0 | 0.00010320520 | |
| 6650187 | 6 years ago | | | 0 | 0.00023887200 | |
| 6604381 | 6 years ago | | | 0 | 0.00065209500 | |
| 6604371 | 6 years ago | | | 0 | 0.0011067300 | |
| 6600562 | 6 years ago | | | 0 | 0.00034778400 | |
| 6594339 | 6 years ago | | | 0 | 0.00047774400 |
ABI
ABI objects
Getter at block 21304665
buyPrice() view returns (uint256)
113850000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Proof Of No Dump
sellPrice() view returns (uint256)
64350000000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
POND
totalEthereumBalance() view returns (uint256)
5826278689347987931
totalSupply() view returns (uint256)
991543307913239678030
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 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.