ProofOfRipple
Verified contract
Active on
Ethereum with 1,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$4,491.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.234043 | $3,640.00 |
$4,491.92 | |
YOO | ERC-20 | 20K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20116498 | 5 months ago | | | 0 | 0.00050610400 | |
| 20116498 | 5 months ago | | | 0 | 0.00060658400 | |
| 8199196 | 5 years ago | | | 0 | 0.000086398800 | |
| 7985042 | 5 years ago | | | 0 | 0.00020066760 | |
| 7984992 | 5 years ago | | | 0 | 0.00018885510 | |
| 7874439 | 5 years ago | | | 0 | 0.00099823410 | |
| 7741196 | 6 years ago | | | 0 | 0.00095684000 | |
| 7377684 | 6 years ago | | | 0 | 0.000048902700 | |
| 7323482 | 6 years ago | | | 0 | 0.00019784820 | |
| 7233737 | 6 years ago | | | 0 | 0.00011876370 |
ABI
ABI objects
Getter at block 21283308
buyPrice() view returns (uint256)
99312000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
ProofOfRipple
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
66208000000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
PoRipple
totalEthereumBalance() view returns (uint256)
1234042778179257679
totalSupply() view returns (uint256)
8268515158806947062393
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)
initialBuyinOf_(address) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
wageringOf_(address) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
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, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.