Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31,657.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAME | ERC-20 | 524.20692K | $0.060392 |
$31,657.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20188785 | 4 months ago | | | 0 | 0.00037741773 | |
| 19851903 | 6 months ago | | | 0 | 0.00026468152 | |
| 19754039 | 6 months ago | | | 0 | 0.00077282968 | |
| 19548072 | 7 months ago | | | 0 | 0.0022785623 | |
| 19483154 | 8 months ago | | | 0 | 0.0019181719 | |
| 19479658 | 8 months ago | | | 0 | 0.0025205941 | |
| 19419395 | 8 months ago | | | 0 | 0.0040531428 | |
| 19408067 | 8 months ago | | | 0 | 0.0047051130 | |
| 19399023 | 8 months ago | | | 0 | 0.0054188730 | |
| 19385788 | 8 months ago | | | 0 | 0.0049599252 |
ABI
ABI objects
Getter at block 21162970
baseFeePercentage1() view returns (uint32)
0
baseFeePercentage2() view returns (uint32)
0
burnPercentage() view returns (uint32)
0
burnValley() view returns (address)
0xb956f28f02ace969a3e77667e3f5ee3089b2b06f
collectedFeesUnlocksCount() view returns (uint16)
0
extraFees1Allocation() view returns (uint120)
0
extraFees1AllocationUncollectable() view returns (uint120)
0
feeCollector() view returns (address)
0x9bb4b952d576dcc7f58797c909b0f4e8c14ae51d
freeClaimablePercentage() view returns (uint32)
300000
getPassedUnlocksCount() view returns (uint16 _passedUnlocksCount)
3
getTotalUnlocksCount() view returns (uint16 totalUnlocksCount)
3
globalTotalAllocation1() view returns (uint120)
204000000000
globalTotalAllocation2() view returns (uint120)
0
owner() view returns (address)
0xd985eb1a1309117fef871cc40ebd16fa62c81781
shoToken() view returns (address)
0xd567b5f02b9073ad3a982a099a23bf019ff11d1c
startTime() view returns (uint64)
1652184000
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.