EchoCardsPrice

Verified contract

Active on Base with 20 txns
Deployed by via 0xfaa45f03 at 3570139
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EchoCardsPrice"

0x900ef2ef641dd75b04fd68ce19caa70e78458c397f372ec6e6e2e48682062773
0x465c1058cd14d7856106f3b88d964c22ee65b5f0d9da7186efbd5fc1c099c305
0x64d72e1987a6deb2d62becee3ebb175ed958dc15db5f4be80932c0f601ced4fb
0xb0144b240c575bec1cce7a39f17e47c2ca5fc2615f6ddba03242f303d81c3f56
0x8ba31a63af3cbef2fe727b4e857435e321cc3d1f835161f46a7bbcb8dedb8101
0x2eec2f68edea7f1bba924ea6ea1e39738e7d6aa087da66990e963c172987c777
0x582cd8907c75389aacf73933aa1e2f48bf2ab5e13cdd1d23e8f4c84b1422ebbd
0xf7872e3d36b8ed7429dabeb7b8c64e78e50474761945ef1caedb1b709e1a3b05
0x4a7aeab17967347917237164f730d9990f8e80c89fd65d464ade8a464c606eed
0x4c140fe324470ed71cbc53e34052e169bb1f69356e0754e83645642e8039ef5d

Functions
Getter at block 21858867
PRECISION(view returns (uint256)
10000000000
echoCardsHandler(view returns (address)
0x1c2263cc343b7682deed3470a91830a96e84054a
owner(view returns (address)
0x02f086dbc384d69b3041bc738f0a8af5e49da181
Read-only
calculatePrice(uint256 _idview returns (uint256 timeIntervalsuint256 newPrice)
calculatePrices(uint256[] _tokenIdsview returns (uint256[] prices)
echoCardsPriceInfo(uint256view returns (bool isInitializedstruct EchoCardsPriceLibConfigurableInfo configurableInfouint256 lastGrowthPriceuint256 lastDecayPriceuint256 countSinceLastPriceDecreaseuint256 lastTimestamp)
State-modifying
getCardPrice(uint256 _iduint256 _cardCountreturns (uint256)
renounceOwnership(
setCeilingPrice(uint256 _tokenIduint256 _ceilingPrice
setConfigurablePriceVariables(uint256[] _tokenIdsstruct EchoCardsPriceLibConfigurableInfo[] _configurableInfos
setDecayFactor(uint256 _tokenIduint256 _decayFactor
setDecayHalfLife(uint256 _tokenIduint256 _decayHalfLife
setEchoCardsHandler(address _echoCardsHandler
setFloorPrice(uint256 _tokenIduint256 _floorPrice
setGrowthDoubleTime(uint256 _tokenIduint256 _growthDoubleTime
setGrowthFactor(uint256 _tokenIduint256 _growthFactor
setLinearDecreaseRate(uint256 _tokenIduint256 _linearDecreaseRate
setLinearIncreaseRate(uint256 _tokenIduint256 _linearIncreaseRate
setNumHitsPerIncrease(uint256 _tokenIduint256 _numHitsPerIncrease
setPrice(uint256 _tokenIduint256 _price
setSecondsPerDecrease(uint256 _tokenIduint256 _secondsPerDecrease
transferOwnership(address newOwner
Events
CeilingPriceSet(uint256 indexed tokenIduint256 indexed ceilingPrice
ConfigurablePriceVariablesSet(uint256[] tokenIdsstruct EchoCardsPriceLibConfigurableInfo[] configurableInfos
DecayFactorSet(uint256 indexed tokenIduint256 indexed decayFactor
DecayHalfLifeSet(uint256 indexed tokenIduint256 indexed decayHalfLife
EchoCardsHandlerSet(address indexed echoCardsHandler
FloorPriceSet(uint256 indexed tokenIduint256 indexed floorPrice
GrowthDoubleTimeSet(uint256 indexed tokenIduint256 indexed growthDoublingTime
GrowthFactorSet(uint256 indexed tokenIduint256 indexed growthFactor
LinearDecreaseRateSet(uint256 indexed tokenIduint256 indexed linearDecreaseRate
LinearIncreaseRateSet(uint256 indexed tokenIduint256 indexed linearDecreaseRate
NumHitsPerIncreaseSet(uint256 indexed tokenIduint256 indexed numHitsPerIncrease
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceSet(uint256 indexed tokenIduint256 indexed price
SecondsPerDecreaseSet(uint256 indexed tokenIduint256 indexed secondsPerDecrease
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidGetPriceInvoker(
InvalidLength(
NotInitialized(