Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$10.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003084 | $3,257.75 |
$10.05 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5371616 | 7 years ago | | | 0 | 0.000087384000 | |
| 5371603 | 7 years ago | | | 0 | 0.000096408000 | |
| 5371591 | 7 years ago | | | 0 | 0.000045896000 | |
| 5371589 | 7 years ago | | | 0 | 0.000087384000 | |
| 5371579 | 7 years ago | | | 0 | 0.000096408000 | |
| 5371568 | 7 years ago | | | 0 | 0.000087384000 | |
| 5371562 | 7 years ago | | | 0 | 0.000096408000 | |
| 5371550 | 7 years ago | | | 0 | 0.000087384000 | |
| 5371546 | 7 years ago | | | 0 | 0.000096408000 | |
| 5371535 | 7 years ago | | | 0 | 0.000087384000 |
ABI
ABI objects
Getter at block 21173191
buyPrice() view returns (uint256)
84000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
POWL
onlyAmbassadors() view returns (bool)
true
sellPrice() view returns (uint256)
76000000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
POWL
totalEthereumBalance() view returns (uint256)
3083748886926945
totalSupply() view returns (uint256)
1630449605035403
Read-only
administrators(bytes32) view returns (bool)
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)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(bytes32 _identifier, bool _status)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
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)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.