TurboAuction
Verified contract
Active on
Ethereum with 484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($781,811.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TURBO | ERC-20 | 134.750917M | $0.005802 |
$781,811.34 | |
HYPER | ERC-20 | 0 | $0.000001 |
$0 | |
(#867994) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327189 | an hour ago | | | 0 | 0.00091830923 | |
| 21327095 | an hour ago | | | 0 | 0.0028815608 | |
| 21327090 | an hour ago | | | 0 | 0.0032768116 | |
| 21327043 | 2 hours ago | | | 0 | 0.0034399386 | |
| 21326937 | 2 hours ago | | | 0 | 0.0011733623 | |
| 21326776 | 2 hours ago | | | 0 | 0.0010558144 | |
| 21326728 | 3 hours ago | | | 0 | 0.00097156291 | |
| 21326698 | 3 hours ago | | | 0 | 0.0035447204 | |
| 21326631 | 3 hours ago | | | 0 | 0.0037107833 | |
| 21326496 | 3 hours ago | | | 0 | 0.0012448376 |
ABI
ABI objects
Getter at block 21327514
hyper() view returns (address)
0xe2cfd7a01ec63875cd9da6c7c1b7025166c2fa2f
lp() view returns (bool hasLP, bool isTurboToken0, uint240 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 _user, uint32 _day) view returns (uint256 toClaim)
batchClaimableAmount(address _user, uint32[] _days) view returns (uint256 toClaim)
dailyStats(uint32 day) view returns (uint128 turboEmitted, uint128 hyperDeposited)
depositOf(address, uint32 day) view returns (uint256 amount)
State-modifying
Events addInitialLiquidity(uint32 _deadline)
batchClaim(uint32[] _days)
changeLPSlippage(uint128 _newSlippage)
claim(uint32 _day)
collectFees() returns (uint256 _turboAmount, uint256 _hyperAmount)
deposit(uint192 _amount)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserClaimed(address indexed user, uint256 indexed turboAmount, uint32 indexed day)
UserDeposit(address indexed user, uint256 indexed amount, uint32 indexed day)
constructor(uint32 _startTimestamp, address _turbo, address _hyper, address _v3PositionManager, address _owner)
This contract contains no fallback and receive objects.
Address0()
Amount0()
Expired()
GreaterThan(uint256 a, uint256 b)
InvalidSlippage()
LiquidityAlreadyAdded()
MustStartAt2PMUTC()
NotEnoughHyperForLiquidity()
NotStartedYet()
NothingToClaim()
OnlyClaimableTheNextDay()
OnlyEOA()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TreasuryVoltIsEmpty()