TurboAuction

Verified contract

Active on Ethereum with 484 txns
Deployed by via 0x05aab1d7 at 21306877
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $781,811.34
ERC-20
Value $0
)
ERC-721
--
0xe91d5bdea57bed9421d4d141f279a2fec4be010f1c668fa84d9c9be38e527761
0xcd459aab11511aae6034562a3c1ea49a93d650ec08834247bb0ca3248124b03c
0x2a5aa87f21d5670fd8cb26d5bc83e504ff469d33831443ca0260d31a797f5303
0x90cc5a55c1f9d6acc936b330517daf48b8583691506e50bf70703d9667aef94e
0x84a7547e71a170a89c2029bf0c6959aa1aee94b2c3815753c04a04e87758f30c
0xd303b2c7e0d89b63521507b7e1cff2018c0711637af1569864b57c4e99c885e9
0x900d3652c820b1c85369c9ba97096c69b0959fb95a0c3845a7e22c3ca841b957
0x153151454baf2745da9bf254579ab58e520f5cdac0b4b03d30cf8f4ae6ea5f31
0x797463f03e61f483774f2c4eaec2aeb378216a070bbce5c800da635abfd90821
0x830610ccedaf66a23ecb648b2fe3d183ab2d657471a19990c8c350a649d2b6fb

Functions
Getter at block 21327514
hyper(view returns (address)
0xe2cfd7a01ec63875cd9da6c7c1b7025166c2fa2f
lp(view returns (bool hasLPbool isTurboToken0uint240 tokenId)
(hasLP=true, isTurboToken0=true, tokenId=867994)
lpSlippage(view returns (uint128)
800000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
startTimestamp(view returns (uint32)
1733061600
treasury(view returns (address)
0xa903153b30090fb4b28089c374a492f660d4187e
Read-only
amountToClaim(address _useruint32 _dayview returns (uint256 toClaim)
batchClaimableAmount(address _useruint32[] _daysview returns (uint256 toClaim)
dailyStats(uint32 dayview returns (uint128 turboEmitteduint128 hyperDeposited)
depositOf(addressuint32 dayview returns (uint256 amount)
State-modifying
addInitialLiquidity(uint32 _deadline
batchClaim(uint32[] _days
changeLPSlippage(uint128 _newSlippage
claim(uint32 _day
collectFees(returns (uint256 _turboAmountuint256 _hyperAmount)
deposit(uint192 _amount
renounceOwnership(
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UserClaimed(address indexed useruint256 indexed turboAmountuint32 indexed day
UserDeposit(address indexed useruint256 indexed amountuint32 indexed day
Constructor
constructor(uint32 _startTimestampaddress _turboaddress _hyperaddress _v3PositionManageraddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Address0(
Amount0(
Expired(
GreaterThan(uint256 auint256 b
InvalidSlippage(
LiquidityAlreadyAdded(
MustStartAt2PMUTC(
NotEnoughHyperForLiquidity(
NotStartedYet(
NothingToClaim(
OnlyClaimableTheNextDay(
OnlyEOA(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
TreasuryVoltIsEmpty(