GarageHelper
Verified contract
Active on
Ethereum with 91 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x68ba…e27a
0x2276…3fec
0xe107…1310
Balances ($0.00)
No balances found for "GarageHelper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17800729 | a year ago | | | 0 | 0.0018699153 | |
| 17800495 | a year ago | | | 0 | 0.0024734599 | |
| 16965950 | 2 years ago | | | 0 | 0.0013698104 | |
| 16888427 | 2 years ago | | | 0 | 0.00082309799 | |
| 16861545 | 2 years ago | | | 0 | 0.0012753177 | |
| 16860781 | 2 years ago | | | 0 | 0.0025518476 | |
| 16789926 | 2 years ago | | | 0 | 0.019750421 | |
| 16760865 | 2 years ago | | | 0 | 0.0024641971 | |
| 16755965 | 2 years ago | | | 0 | 0.0048529899 | |
| 16688586 | 2 years ago | | | 0 | 0.0023627967 |
ABI
ABI objects
Getter at block 21418430
dailyDust() view returns (uint256)
10000000000000000000
owner() view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
Read-only
getUnclaimedDust(uint16[] _ids) view returns (uint256 owed, uint256[] dustPerNFTList)
isNFTStaked(uint16 _id) view returns (bool)
isNFTStakedBatch(uint16[] _ids) view returns (bool[] isStaked)
multiplier(uint8) view returns (uint16)
State-modifying
Events renounceOwnership()
setDailyDust(uint256 _dailyDust)
setDustContract(address _dust)
setRewardEnd(uint80 _endTime)
setSingleMultiplier(uint8 _index, uint16 _mult)
setSweepersContract(address _sweepers)
transferOwnership(address newOwner)
unstake(uint16[] _ids)
DustClaimed(address indexed claimer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardEndSet(uint80 rewardEnd, uint256 timestamp)
SweepersStaked(address indexed staker, uint16[] stakedIDs)
SweepersUnstaked(address indexed unstaker, uint16[] stakedIDs)
constructor(address _dust, address _sweepers, address _oldGarage)
This contract contains no fallback and receive objects.
This contract contains no error objects.