Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,008.49)
Native
Value
$5,008.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.394078 | $3,592.69 |
$5,008.49 | |
GSE | ERC-20 | 65 | $0.000025 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20458714 | 4 months ago | | | 0 | 0.00040851550 | |
| 20458675 | 4 months ago | | | 0 | 0.00016618078 | |
| 20458660 | 4 months ago | | | 0 | 0.0022973363 | |
| 20458620 | 4 months ago | | | 0.0001 | 0.00018295518 | |
| 20363867 | 4 months ago | | | 0 | 0.00025626718 | |
| 18022806 | a year ago | | | 0 | 0.0023268139 | |
| 6467144 | 6 years ago | | | 0 | 0.0021747500 | |
| 6394347 | 6 years ago | | | 0 | 0.00052194000 | |
| 6358098 | 6 years ago | | | 0 | 0.00050096000 | |
| 6315244 | 6 years ago | | | 0 | 0.000062620000 |
ABI
ABI objects
Getter at block 21284972
buyPrice() view returns (uint256)
95755000000000
decimals() view returns (uint8)
18
investor() view returns (address)
0x222c288bb95470eb10025860153bff12858bbe8a
myTokens() view returns (uint256)
0
name() view returns (string)
EVO
sellPrice() view returns (uint256)
78345000000000
stakingRequirement() view returns (uint256)
5000000000000000000
symbol() view returns (string)
EVO
totalEthereumBalance() view returns (uint256)
1394078103557142765
totalSupply() view returns (uint256)
8697312753068661523750
Read-only
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 activateWhitelist()
buy(address _referredBy) payable returns (uint256)
disableWhitelist()
exit()
redistribution() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _newInvestor)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
OnRedistribution(uint256 amount, uint256 timestamp)
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.