CryptoPhoenixes
Verified contract
Active on
Ethereum with 1,057 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($329.47)
Native
Value
$329.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.089095 | $3,697.97 |
$329.47 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5392835 | 7 years ago | | | 0 | 0.000068105400 | |
| 5387884 | 7 years ago | | | 0 | 0.000068105400 | |
| 5386782 | 7 years ago | | | 0 | 0.000068105400 | |
| 5375902 | 7 years ago | | | 0 | 0.000039588000 | |
| 5372588 | 7 years ago | | | 0 | 0.000068105400 | |
| 5350068 | 7 years ago | | | 0 | 0.000040946000 | |
| 5330050 | 7 years ago | | | 0 | 0.000068105400 | |
| 5321392 | 7 years ago | | | 0 | 0.000068105400 | |
| 5319151 | 7 years ago | | | 0 | 0.000068105400 | |
| 5318809 | 7 years ago | | | 0 | 0.000068105400 |
ABI
ABI objects
Getter at block 21306810
ALLOW_BETA() view returns (bool)
true
BASE_PRICE() view returns (uint256)
2500000000000000
EXPLOSION_DENOMINATOR() view returns (uint256)
1000
HIGHER_PRICE_RESET_PERCENTAGE() view returns (uint256)
20
LOWER_PRICE_RESET_PERCENTAGE() view returns (uint256)
10
PHOENIX_POOL() view returns (uint256)
895120406154712
PRICE_CUTOFF() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x10534d4e612071e6b6480c498dd8bdb8f51b9ed7
paused() view returns (bool)
false
subDev() view returns (address)
0x96c3170d0981b7321c618ff35aade41dffedaac9
Read-only
devFunds(address) view returns (uint256)
getPhoenix(uint256 _phoenixId) view returns (uint256 price, uint256 nextPrice, uint256 dividendPayout, uint256 effectivePayout, uint256 explosivePower, uint256 cooldown, uint256 nextExplosionTime, address previousOwner, address currentOwner)
userFunds(address) view returns (uint256)
State-modifying
Events closeBeta()
createMultiplePhoenixes(uint256[] _payoutPercentages, uint256[] _explosivePowers, uint256[] _cooldowns)
createPhoenix(uint256 _payoutPercentage, uint256 _explosivePower, uint256 _cooldown)
devWithdraw()
explodePhoenix(uint256 _phoenixId)
pause()
purchasePhoenix(uint256 _phoenixId) payable
setBasePrice(uint256 _amount)
setCooldown(uint256 _phoenixId, uint256 _cooldown)
setDividendPayout(uint256 _phoenixId, uint256 _payoutPercentage)
setExplosivePower(uint256 _phoenixId, uint256 _explosivePower)
setHigherPricePercentage(uint256 _percentage)
setLowerPricePercentage(uint256 _percentage)
setPriceCutoff(uint256 _price)
unpause()
withdrawFunds()
Pause()
PhoenixExploded(uint256 phoenixId, address owner, uint256 payout, uint256 price, uint256 nextExplosionTime)
PhoenixPurchased(uint256 _phoenixId, address oldOwner, address newOwner, uint256 price, uint256 nextPrice)
Unpause()
WithdrewFunds(address owner)
constructor(address _subDev)
This contract contains no fallback and receive objects.
This contract contains no error objects.