Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($169,315.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DZOO | ERC-20 | 37.160994M | $0.004556 |
$169,315.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198122 | 7 hours ago | | | 0 | 0.00084304851 | |
| 21196792 | 11 hours ago | | | 0 | 0.00088112551 | |
| 21196541 | 12 hours ago | | | 0 | 0.00096471916 | |
| 21189379 | 2 days ago | | | 0 | 0.0013762961 | |
| 21182319 | 2 days ago | | | 0 | 0.0018577494 | |
| 21181205 | 3 days ago | | | 0 | 0.0051410594 | |
| 21179886 | 3 days ago | | | 0 | 0.0057346250 | |
| 21175469 | 3 days ago | | | 0 | 0.0022221961 | |
| 21175301 | 3 days ago | | | 0 | 0.0016445187 | |
| 21175300 | 3 days ago | | | 0 | 0.0020031353 |
ABI
ABI objects
Getter at block 21200179
baseFeePercentage1() view returns (uint32)
0
baseFeePercentage2() view returns (uint32)
0
burnPercentage() view returns (uint32)
0
burnValley() view returns (address)
0x000000000000000000000000000000000000dead
collectedFeesUnlocksCount() view returns (uint16)
581
extraFees1Allocation() view returns (uint120)
38612852220000000000000000
extraFees1AllocationUncollectable() view returns (uint120)
34297479855892800000000000
feeCollector() view returns (address)
0x9bb4b952d576dcc7f58797c909b0f4e8c14ae51d
freeClaimablePercentage() view returns (uint32)
1000000
getPassedUnlocksCount() view returns (uint16 _passedUnlocksCount)
582
getTotalUnlocksCount() view returns (uint16 totalUnlocksCount)
702
globalTotalAllocation1() view returns (uint120)
117521055060000000000000000
globalTotalAllocation2() view returns (uint120)
0
owner() view returns (address)
0xd985eb1a1309117fef871cc40ebd16fa62c81781
shoToken() view returns (address)
0xc97d6c52f3add91fa1c5287a453d7444aecbca83
startTime() view returns (uint64)
1678961400
whitelistingAllowed() view returns (bool)
false
Read-only
extraFees2(uint256) view returns (uint120)
unlockPercentages(uint256) view returns (uint32)
unlockPeriods(uint256) view returns (uint32)
users1(address) view returns (uint16 claimedUnlocksCount, uint16 eliminatedAfterUnlock, uint120 allocation)
users2(address) view returns (uint120 allocation, uint120 debt, uint16 claimedUnlocksCount, uint120 currentUnlocked, uint120 currentClaimed, uint120 totalUnlocked, uint120 totalClaimed)
State-modifying
Events claimUser1() returns (uint120 amountToClaim)
claimUser1(address userAddress) returns (uint120 amountToClaim)
claimUser2(uint120 extraAmountToClaim) returns (uint120 amountToClaim, uint120 baseClaimAmount, uint120 currentUnlocked)
collectFees() returns (uint120 baseFee, uint120 extraFee, uint120 burned)
eliminateUsers1(address[] userAddresses)
renounceOwnership()
transferOwnership(address newOwner)
update()
whitelistUsers(address[] userAddresses, uint120[] allocations, uint8[] options, bool last)
Claim1(address indexed user, uint16 currentUnlock, uint120 claimedTokens)
Claim2(address indexed user, uint16 currentUnlock, uint120 claimedTokens, uint120 baseClaimed, uint120 chargedfee)
FeeCollection(uint16 currentUnlock, uint120 totalFee, uint120 extraFee, uint120 burned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Update(uint16 passedUnlocksCount)
UserElimination(address user, uint16 currentUnlock)
Whitelist(address user, uint120 allocation, uint8 option)
constructor(address _shoToken, uint32[] _unlockPercentagesDiff, uint32[] _unlockPeriodsDiff, uint32 _baseFeePercentage1, uint32 _baseFeePercentage2, address _feeCollector, uint64 _startTime, address _burnValley, uint32 _burnPercentage, uint32 _freeClaimablePercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.