POStrongBody
Verified contract
Active on
Ethereum with 3,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$7,833.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.360544 | $3,318.61 |
$7,833.73 | |
BAGS | ERC-20 | 777 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
EBK | ERC-20 | 3.192402 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9470365 | 5 years ago | | | 0 | 0.00017469600 | |
| 9470360 | 5 years ago | | | 0 | 0.00013348800 | |
| 9385201 | 5 years ago | | | 0 | 0.000087348000 | |
| 8548564 | 5 years ago | | | 0 | 0.0019194000 | |
| 8530921 | 5 years ago | | | 0 | 0.00090486000 | |
| 8530890 | 5 years ago | | | 0 | 0.00090486000 | |
| 8530869 | 5 years ago | | | 0 | 0.00090486000 | |
| 7509540 | 6 years ago | | | 0 | 0.000086122000 | |
| 7509531 | 6 years ago | | | 0 | 0.00042172000 | |
| 6584045 | 6 years ago | | | 0 | 0.00013051200 |
ABI
ABI objects
Getter at block 21166334
buyPrice() view returns (uint256)
174492000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
POStrongBody
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
109057500000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
PSB
totalEthereumBalance() view returns (uint256)
2360544421177936029
totalSupply() view returns (uint256)
14533523672622714907026
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.