YourPyramid
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$349.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.095694 | $3,651.85 |
$349.46 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10074371 | 5 years ago | | | 0 | 0.0010448100 | |
| 8548557 | 5 years ago | | | 0 | 0.0010930600 | |
| 6499014 | 6 years ago | | | 0 | 0.00013041900 | |
| 6498951 | 6 years ago | | | 0 | 0.00015825324 | |
| 5852625 | 6 years ago | | | 0 | 0.00021861200 | |
| 5773717 | 6 years ago | | | 0 | 0.00023500790 | |
| 5716269 | 7 years ago | | | 0.005 | 0.00069862100 | |
| 5716258 | 7 years ago | | | 0.06 | 0.00069862100 | |
| 5713919 | 7 years ago | | | 0.0875 | 0.0014026650 | |
| 5711111 | 7 years ago | | | 0.05 | 0.00077780400 |
ABI
ABI objects
Getter at block 21315541
buyPrice() view returns (uint256)
19296000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
YourPyramid
sellPrice() view returns (uint256)
12864000000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
YOUP
totalEthereumBalance() view returns (uint256)
95694276218496591
totalSupply() view returns (uint256)
1600270325151120651757
Read-only
administrators(address) 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)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _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.