Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,719.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.817101 | $3,328.65 |
$2,719.84 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7327767 | 6 years ago | | | 0.001 | 0.00020328300 | |
| 7327755 | 6 years ago | | | 0.001 | 0.00033828300 | |
| 7327678 | 6 years ago | | | 0 | 0.00017120100 | |
| 7321338 | 6 years ago | | | 0.01 | 0.00061522200 | |
| 7310419 | 6 years ago | | | 0.004 | 0.00085630226 | |
| 7230846 | 6 years ago | | | 0 | 0.00024329100 | |
| 7054699 | 6 years ago | | | 0 | 0.000061512000 | |
| 7054698 | 6 years ago | | | 0 | 0.000044912000 | |
| 7054695 | 6 years ago | | | 0 | 0.000048902000 | |
| 7054692 | 6 years ago | | | 0 | 0.00034745400 |
ABI
ABI objects
Getter at block 21169695
activated_() view returns (bool)
true
buyPrice() view returns (uint256)
73650000000000
comm1Balance_() view returns (uint256)
113719483075126335
comm2Balance_() view returns (uint256)
265345460508628164
currentRoundID_() view returns (uint256)
21
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Run Away
onlyAmbassadors() view returns (bool)
false
roundDuration_() view returns (uint256)
86400
sellPrice() view returns (uint256)
66285000000000
symbol() view returns (string)
RUN
totalEthereumBalance() view returns (uint256)
817100857072412470
totalSupply() view returns (uint256)
7357555415701927144782
Read-only
administrators(bytes32) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress, uint256 _roundID) view returns (uint256)
estimateDividends(address _customerAddress) view returns (uint256)
income_(address) view returns (uint256)
myDividends(uint256 _roundID) view returns (uint256)
roundDividends(uint256 _roundID) view returns (uint256)
roundEndTime(uint256 _roundID) view returns (uint256)
roundEnded(uint256 _roundID) view returns (bool)
roundNetBuySum(uint256 _roundID) view returns (uint256)
roundPayoutsTo(uint256 _roundID, address addr) view returns (uint256)
roundProfitPerShare(uint256 _roundID) view returns (uint256)
roundStartTime(uint256 _roundID) view returns (uint256)
roundTotalPayouts(uint256 _roundID) view returns (uint256)
roundUserNetBuy(uint256 _roundID, address addr) view returns (int256)
rounds_(uint256) view returns (uint256 roundID, uint256 netBuySum, uint256 endTime, bool ended, uint256 startTime, uint256 profitPerShare, uint256 dividends, uint256 totalPayouts)
State-modifying
Events acquireDividends()
activate()
buy() payable returns (uint256)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(bytes32 _identifier, bool _status)
setName(string _name)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferExpiredDividends(uint256 _roundID)
withdraw()
withdrawComm1()
withdrawComm2()
Transfer(address indexed from, address indexed to, uint256 tokens)
onAcquireDividends(address indexed customerAddress, uint256 dividendsAcquired)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onTransferExpiredDividends(address indexed customerAddress, uint256 roundID, uint256 amount)
onWithDrawComm(uint8 indexed comm, uint256 ethereumWithdrawn)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.