Static Power
Verified contract
Active on
Ethereum with 9,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf2f9…e509
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POWER | ERC-20 | 130.437966K | -- | -- | |
STAT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159064 | 18 days ago | | | 0 | 0.0017725898 | |
| 21159061 | 18 days ago | | | 0 | 0.0015858413 | |
| 20707938 | 3 months ago | | | 0 | 0.00010263397 | |
| 20562222 | 3 months ago | | | 0 | 0.00012999411 | |
| 20422556 | 4 months ago | | | 0 | 0.00019753084 | |
| 20422545 | 4 months ago | | | 0 | 0.00011966259 | |
| 20422506 | 4 months ago | | | 0 | 0.00013285098 | |
| 20160394 | 5 months ago | | | 0 | 0.00040419030 | |
| 20156249 | 5 months ago | | | 0 | 0.00016466593 | |
| 18960123 | a year ago | | | 0 | 0.0016274100 |
ABI
ABI objects
Getter at block 21286744
buyPrice() view returns (uint256)
1100000000000000000
decimals() view returns (uint8)
18
getInvested() view returns (uint256)
0
multiData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(130437966165878543266910, 95269732285670166258714, 0, 0, 0, 1100000000000000000, 900000000000000000)
myTokens() view returns (uint256)
0
name() view returns (string)
Static Power
onlyAmbassadors() view returns (bool)
false
owner() view returns (address)
0x807b9f48d81eca89f00b6cbee0568090ccd629d3
sellPrice() view returns (uint256)
900000000000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
STAT
totalDonation() view returns (uint256)
120883166579728308695707
totalHolder() view returns (uint256)
881
totalPowerBalance() view returns (uint256)
130437966165878543266910
totalSupply() view returns (uint256)
95269732285670166258714
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculatePowerReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _powerToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(uint256 _amount, address _referredBy) returns (uint256)
buyFor(uint256 _amount, address _customerAddress, address _referredBy) returns (uint256)
distribute(uint256 _amount) returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setName(string _name)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
onDistribute(address indexed customerAddress, uint256 price)
onReinvestment(address indexed customerAddress, uint256 statReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingSTAT, uint256 tokensMinted, address indexed referredBy, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 statEarned, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 statWithdrawn)
constructor()
fallback()
This contract contains no error objects.