CryptoWars
Verified contract
Active on
Ethereum with 246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
28 additional
variables
Balances ($3,997.96)
Native
Value
$3,997.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.167023 | $3,425.78 |
$3,997.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7066940 | 6 years ago | | | 0 | 0.00010319100 | |
| 6607427 | 6 years ago | | | 0 | 0.00029458200 | |
| 6607422 | 6 years ago | | | 0 | 0.0022366980 | |
| 6583220 | 6 years ago | | | 0 | 0.00058916400 | |
| 6576537 | 6 years ago | | | 0 | 0.00055185600 | |
| 6575766 | 6 years ago | | | 0 | 0.00057934460 | |
| 6575757 | 6 years ago | | | 0 | 0.00088875000 | |
| 6575750 | 6 years ago | | | 0 | 0.0044288200 | |
| 6570926 | 6 years ago | | | 0 | 0.00029458200 | |
| 6570915 | 6 years ago | | | 0 | 0.00053645400 |
ABI
ABI objects
Getter at block 21267881
allowHalfLife() view returns (bool)
true
allowReferral() view returns (bool)
false
boolAllowPlayer() view returns (bool)
false
boolCardActive() view returns (bool)
true
boolContractActive() view returns (bool)
true
buyPrice() view returns (uint256)
1735200000000
cardInsuranceAccount() view returns (uint256)
0
cardInsuranceFeeRate_() view returns (uint8)
20
decimals() view returns (uint8)
18
devDivRate() view returns (uint256)
50
distDivRate() view returns (uint256)
400
dividendFee_() view returns (uint8)
200
getNextAvailableCard() view returns (uint256)
13
getTotalDivsProduced() view returns (uint256)
24254013575613498681
halfLifeRate() view returns (uint256)
900
halfLifeReductionRate() view returns (uint256)
667
halfLifeTime() view returns (uint256)
5900
insuranceDivRate() view returns (uint256)
50
insurancePayoutRate() view returns (uint256)
250
investorFeeRate_() view returns (uint8)
10
maxCards() view returns (uint256)
50
myCardDividends() view returns (uint256)
0
myTokens() view returns (uint256)
0
name() view returns (string)
CryptoWars
onlyAmbassadors() view returns (bool)
false
ownerDivRate() view returns (uint256)
500
referralRate() view returns (uint256)
50
sellPrice() view returns (uint256)
1156800000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
JEDI
totalCardInsurance() view returns (uint256)
670658967895090543
totalCardValue() view returns (uint256)
22472507160797016684
totalEthereumBalance() view returns (uint256)
1167022545504819060
totalSupply() view returns (uint256)
1438932401804125668648
Read-only
administrators(address) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
basePrice(uint256) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
canAcceptTokens_(address) view returns (bool)
cardPrice(uint256) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
getCardInsurance(uint256 _card) view returns (uint256)
getCardOwner(uint256 _card) view returns (address)
getCardPrice(uint256 _card) view returns (uint256)
gettotalCardDivs(uint256 _card) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events addAmbassador(address _newAmbassador)
addNewCard(uint256 _price)
buy(address _referredBy) payable returns (uint256)
buyCard(uint256 _card, address _referrer) payable
disableInitialStage()
exit()
extCheckHalfLife()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setAllowHalfLife(bool _allow)
setAllowReferral(bool _allow)
setCardActive(bool _status)
setContractActive(bool _status)
setFeeRates(uint8 _newDivRate, uint8 _newInvestorFee, uint8 _newCardFee)
setHalfLifeRate(uint256 _rate)
setHalfLifeTime(uint256 _time)
setInv1(address _newInvestorAddress)
setInv2(address _newInvestorAddress)
setInv3(address _newInvestorAddress)
setMaxCards(uint256 _card)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Halflife(address customerAddress, uint256 card, uint256 price, uint256 newBlockTime, uint256 insurancePay, uint256 cardInsurance)
Transfer(address indexed from, address indexed to, uint256 tokens)
onCardBuy(address customerAddress, uint256 incomingEthereum, uint256 card, uint256 newPrice, uint256 halfLifeTime)
onInsuranceChange(address customerAddress, uint256 card, uint256 insuranceAmount)
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.