Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a0a…1e1a
Balances ($5,332.83)
Native
Value
$5,332.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.443071 | $3,695.47 |
$5,332.83 | |
GSE | ERC-20 | 78 | $0.000025 |
$0 | |
YOO | ERC-20 | 15K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14736354 | 3 years ago | | | 0 | 0.00094102431 | |
| 14736354 | 3 years ago | | | 0 | 0.00092066904 | |
| 14673424 | 3 years ago | | | 0 | 0.0031192882 | |
| 6630915 | 6 years ago | | | 0 | 0.00022886000 | |
| 6211463 | 6 years ago | | | 0 | 0.00043517000 | |
| 6211460 | 6 years ago | | | 0 | 0.00048555000 | |
| 6211458 | 6 years ago | | | 0 | 0.00043517000 | |
| 6183020 | 6 years ago | | | 0 | 0.00013055100 | |
| 6182968 | 6 years ago | | | 0 | 0.000066982000 | |
| 6182968 | 6 years ago | | | 0 | 0.000087034000 |
ABI
ABI objects
Getter at block 21305841
buyPrice() pure returns (uint256)
1150000000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
P4
owner() view returns (address)
0xcb71eb21f53a2f4de0f26dc90518df10be13d1ec
relay() view returns (address)
0x0a0a80cd0ff4f906ce7617a415787614a9651e1a
sellPrice() pure returns (uint256)
950000000000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
P4
totalEthereumBalance() view returns (uint256)
1443071037096545571
totalSupply() view returns (uint256)
915492204007682723990
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) pure returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
referrals(address) view returns (address)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferOwnership(address newOwner)
updateMaintenanceAddress(address maintenance)
updateRelay(address relayAddress)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address relayAddress)
fallback()
This contract contains no error objects.