Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.08)
Native
Value
$2.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000578 | $3,601.89 |
$2.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6226344 | 6 years ago | | | 0 | 0.00070200000 | |
| 6222638 | 6 years ago | | | 0 | 0.00032400600 | |
| 6218949 | 6 years ago | | | 0 | 0.00032439000 | |
| 6218949 | 6 years ago | | | 0 | 0.00012449500 | |
| 6215297 | 6 years ago | | | 0 | 0.000091562100 | |
| 6215292 | 6 years ago | | | 0 | 0.00011326770 | |
| 6215287 | 6 years ago | | | 0 | 0.00010160400 | |
| 6209094 | 6 years ago | | | 0 | 0.000047100000 | |
| 6205149 | 6 years ago | | | 0 | 0.000047100000 | |
| 6196619 | 6 years ago | | | 0 | 0.00026160600 |
ABI
ABI objects
Getter at block 21293611 getContractPayout() view returns (int256) getIsProjectBonus() view returns (bool) getProjectBonus() view returns (uint256)
buyPrice() view returns (uint256)
367224983400000000000
decimals() view returns (uint8)
18
getContractETH() view returns (uint256)
577773239050253
getProfitPerShare() view returns (uint256)
626376471749490053549343915788091288203970176752721360192
myTokens() view returns (uint256)
0
name() view returns (string)
God
sellPrice() view returns (uint256)
300456804600000000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
God
totalEthereumBalance() view returns (uint256)
577773239050253
totalSupply() view returns (uint256)
33384089392802775518708154592
Read-only
administrators(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
contractAddresses(address) view returns (bool)
dividendsOf(address _customerAddress) view returns (uint256)
getBalance(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
buy(address _referredBy) payable returns (uint256)
exit()
injectEther() payable
injectEtherFromIco() payable
injectEtherToDividend() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setBank(address _identifier, uint256 value)
setIsProjectBonus(bool value)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
takeProjectBonus(address to, uint256 value)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferFrom(address _from, address _toAddress, uint256 _amountOfTokens) returns (bool)
transferTo(address _from, address _to, uint256 _amountOfTokens, bytes _data)
withdraw()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 tokens)
onInjectEtherFromIco(uint256 _incomingEthereum, uint256 _dividends, uint256 profitPerShare_)
onInjectEtherToDividend(address sender, uint256 _incomingEthereum, uint256 profitPerShare_)
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.