Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1c22…054a
Balances ($0.00)
No balances found for "EchoCardsPrice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18214571 | 3 months ago | | | 0 | 0.000043018592 | |
| 18214536 | 3 months ago | | | 0 | 0.000054544862 | |
| 11299880 | 8 months ago | | | 0 | 0.000000000108926670 | |
| 11263983 | 8 months ago | | | 0 | 0.000000004493009180 | |
| 11263271 | 8 months ago | | | 0 | 0.000000002662506480 | |
| 5997586 | a year ago | | | 0 | 3.3733793e-7 | |
| 5997566 | a year ago | | | 0 | 5.7238604e-7 | |
| 5997546 | a year ago | | | 0 | 0.0000013115800 | |
| 5997384 | a year ago | | | 0 | 0.0000010337554 | |
| 4182581 | a year ago | | | 0 | 0.0000021160410 |
ABI
ABI objects
Getter at block 21858867
PRECISION() view returns (uint256)
10000000000
echoCardsHandler() view returns (address)
0x1c2263cc343b7682deed3470a91830a96e84054a
owner() view returns (address)
0x02f086dbc384d69b3041bc738f0a8af5e49da181
Read-only
calculatePrice(uint256 _id) view returns (uint256 timeIntervals, uint256 newPrice)
calculatePrices(uint256[] _tokenIds) view returns (uint256[] prices)
echoCardsPriceInfo(uint256) view returns (bool isInitialized, struct EchoCardsPriceLibConfigurableInfo configurableInfo, uint256 lastGrowthPrice, uint256 lastDecayPrice, uint256 countSinceLastPriceDecrease, uint256 lastTimestamp)
State-modifying
Events getCardPrice(uint256 _id, uint256 _cardCount) returns (uint256)
renounceOwnership()
setCeilingPrice(uint256 _tokenId, uint256 _ceilingPrice)
setConfigurablePriceVariables(uint256[] _tokenIds, struct EchoCardsPriceLibConfigurableInfo[] _configurableInfos)
setDecayFactor(uint256 _tokenId, uint256 _decayFactor)
setDecayHalfLife(uint256 _tokenId, uint256 _decayHalfLife)
setEchoCardsHandler(address _echoCardsHandler)
setFloorPrice(uint256 _tokenId, uint256 _floorPrice)
setGrowthDoubleTime(uint256 _tokenId, uint256 _growthDoubleTime)
setGrowthFactor(uint256 _tokenId, uint256 _growthFactor)
setLinearDecreaseRate(uint256 _tokenId, uint256 _linearDecreaseRate)
setLinearIncreaseRate(uint256 _tokenId, uint256 _linearIncreaseRate)
setNumHitsPerIncrease(uint256 _tokenId, uint256 _numHitsPerIncrease)
setPrice(uint256 _tokenId, uint256 _price)
setSecondsPerDecrease(uint256 _tokenId, uint256 _secondsPerDecrease)
transferOwnership(address newOwner)
CeilingPriceSet(uint256 indexed tokenId, uint256 indexed ceilingPrice)
ConfigurablePriceVariablesSet(uint256[] tokenIds, struct EchoCardsPriceLibConfigurableInfo[] configurableInfos)
DecayFactorSet(uint256 indexed tokenId, uint256 indexed decayFactor)
DecayHalfLifeSet(uint256 indexed tokenId, uint256 indexed decayHalfLife)
EchoCardsHandlerSet(address indexed echoCardsHandler)
FloorPriceSet(uint256 indexed tokenId, uint256 indexed floorPrice)
GrowthDoubleTimeSet(uint256 indexed tokenId, uint256 indexed growthDoublingTime)
GrowthFactorSet(uint256 indexed tokenId, uint256 indexed growthFactor)
LinearDecreaseRateSet(uint256 indexed tokenId, uint256 indexed linearDecreaseRate)
LinearIncreaseRateSet(uint256 indexed tokenId, uint256 indexed linearDecreaseRate)
NumHitsPerIncreaseSet(uint256 indexed tokenId, uint256 indexed numHitsPerIncrease)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceSet(uint256 indexed tokenId, uint256 indexed price)
SecondsPerDecreaseSet(uint256 indexed tokenId, uint256 indexed secondsPerDecrease)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidGetPriceInvoker()
InvalidLength()
NotInitialized()