apexTWO Token
Verified contract
Active on
Ethereum with 367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,184.31)
Native
Value
$3,184.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.886847 | $3,590.60 |
$3,184.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7023566 | 6 years ago | | | 0 | 0.00012776656 | |
| 6820296 | 6 years ago | | | 0 | 0.00021747500 | |
| 6667573 | 6 years ago | | | 0 | 0.00052194000 | |
| 6667570 | 6 years ago | | | 0 | 0.00055619300 | |
| 6649742 | 6 years ago | | | 0 | 0.00018291200 | |
| 6649331 | 6 years ago | | | 0 | 0.00016004800 | |
| 6631107 | 6 years ago | | | 0 | 0.00026097000 | |
| 6608995 | 6 years ago | | | 0 | 0.00034372200 | |
| 6604560 | 6 years ago | | | 0 | 0.00017398000 | |
| 6602705 | 6 years ago | | | 0 | 0.00040100900 |
ABI
ABI objects
Getter at block 21289380
apex() view returns (address)
0xaf9c025ce6322a23ac00301c714f4f42895c9818
buyPrice() view returns (uint256)
42112000000000
decimals() view returns (uint8)
18
depositCount_() view returns (uint256)
62
exitFee() view returns (uint8)
12
isPremine() view returns (bool)
false
isStarted() view returns (bool)
true
maxEarlyStake() view returns (uint256)
5000000000000000000
myTokens() view returns (uint256)
0
name() view returns (string)
apexTWO Token
sellPrice() view returns (uint256)
33088000000000
stakingRequirement() view returns (uint256)
100000000000000000000
startTime() view returns (uint256)
1539136800
symbol() view returns (string)
APX2
totalEthereumBalance() view returns (uint256)
886847132180633961
totalSupply() view returns (uint256)
3752960814140537352605
whaleBalanceLimit() view returns (uint256)
20000000000000000000
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
calculateUntaxedEthereumReceived(uint256 _tokensToSell) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
buyFor(address _referredBy, address _customerAddress) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setStartTime(uint256 _startTime)
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)
constructor()
fallback()
This contract contains no error objects.