PyramidofKhufu
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($163.80)
Native
Value
$163.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.044512 | $3,679.88 |
$163.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6088714 | 6 years ago | | | 0 | 0.0010550400 | |
| 6088703 | 6 years ago | | | 0 | 0.00028481000 | |
| 6088700 | 6 years ago | | | 0.11 | 0.0012671640 | |
| 6088683 | 6 years ago | | | 0 | 0.00095658200 | |
| 6088677 | 6 years ago | | | 0 | 0.00094071200 | |
| 6088652 | 6 years ago | | | 0 | 0.00065221500 | |
| 6088646 | 6 years ago | | | 0.05 | 0.0026766330 | |
| 6088633 | 6 years ago | | | 0 | 0.00013684000 | |
| 6088624 | 6 years ago | | | 0 | 0.00063646000 | |
| 6088554 | 6 years ago | | | 1 | 0.00062118000 |
ABI
ABI objects
Getter at block 21378059
buyPrice() view returns (uint256)
76800000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
PyramidofKhufu
owner() view returns (address)
0xaabf19c0e9c69d893d9edd700ac6fa5d50a91e5d
sellPrice() view returns (uint256)
67200000000
stakingRequirement() view returns (uint256)
10
symbol() view returns (string)
PXK
totalEthereumBalance() view returns (uint256)
44512055462434996
totalSupply() view returns (uint256)
64808305796241243858
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 buy(address _referredBy) payable returns (uint256)
disableWhitelist()
exit()
redistribution() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _newAdmin)
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.