SHOVesting
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "SHOVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SHOVesting"
ABI
ABI objects
Getter at block 22921174
VERSION() view returns (uint32)
2
baseFeePercentage1() view returns (uint32)
0
collectedFeesUnlocksCount() view returns (uint16)
0
extraFees1Allocation() view returns (uint120)
0
extraFees1AllocationUncollectable() view returns (uint120)
0
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
getPassedUnlocksCount() view returns (uint16 _passedUnlocksCount)
0
getTotalUnlocksCount() view returns (uint16 totalUnlocksCount)
0
globalTotalAllocation1() view returns (uint120)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
refundEndTime() view returns (uint64)
0
refundReceiver() view returns (address)
0x0000000000000000000000000000000000000000
refundStartTime() view returns (uint64)
0
refundToken() view returns (address)
0x0000000000000000000000000000000000000000
shoToken() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint64)
0
totalRefundableAmount() view returns (uint120)
0
totalRefundedAllocation() view returns (uint120)
0
totalRefundedAmount() view returns (uint120)
0
whitelistingAllowed() view returns (bool)
false
Read-only
blockedUsers(address) view returns (bool)
unlockPercentages(uint256) view returns (uint32)
unlockPeriods(uint256) view returns (uint32)
users1(address) view returns (uint120 allocation, uint120 refundableAmount, uint16 claimedUnlocksCount, uint16 eliminatedAfterUnlock, bool refunded)
State-modifying
Events blockUsers(address[] userAddresses, bool state)
claimUser1() returns (uint120 amountToClaim)
claimUser1(address userAddress) returns (uint120 amountToClaim)
collectFees() returns (uint120 baseFee, uint120 extraFee)
eliminateUsers1(address[] userAddresses)
init(struct SHOVestingInitParameters params)
recoverRefundToken()
refund()
renounceOwnership()
transferOwnership(address newOwner)
update()
whitelistUsers(address[] userAddresses, uint120[] allocations, uint120[] refundableAmounts, bool[] blocked, bool last)
BlockUsers(address[] userAddresses, bool state)
Claim(address indexed user, uint16 currentUnlock, uint120 claimedTokens)
FeeCollection(uint16 currentUnlock, uint120 totalFee, uint120 extraFee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address user, uint256 refundAmount)
Update(uint16 passedUnlocksCount)
UserElimination(address user, uint16 currentUnlock)
Whitelist(address user, uint120 allocation, uint120 refundableAmount, bool blocked)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.