Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($106,089.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWEAT | ERC-20 | 13.86945M | $0.007649 |
$106,089.36 | |
TKX | ERC-20 | 0.0001 | $11.78 |
$0 | |
SHIBAR | ERC-20 | 53.953081K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179595 | 2 days ago | | | 0 | 0.0070118748 | |
| 21174581 | 2 days ago | | | 0 | 0.0026842809 | |
| 21169832 | 3 days ago | | | 0 | 0.0020472331 | |
| 21169830 | 3 days ago | | | 0 | 0.0022239486 | |
| 21169828 | 3 days ago | | | 0 | 0.0021896680 | |
| 21169808 | 3 days ago | | | 0 | 0.0020718515 | |
| 21169798 | 3 days ago | | | 0 | 0.0020958628 | |
| 21169771 | 3 days ago | | | 0 | 0.0020046780 | |
| 21169710 | 3 days ago | | | 0 | 0.0021654094 | |
| 21169346 | 3 days ago | | | 0 | 0.0020267244 |
ABI
ABI objects
Getter at block 21190933
baseFeePercentage1() view returns (uint32)
300000
baseFeePercentage2() view returns (uint32)
300000
burnPercentage() view returns (uint32)
0
burnValley() view returns (address)
0xb956f28f02ace969a3e77667e3f5ee3089b2b06f
collectedFeesUnlocksCount() view returns (uint16)
3
extraFees1Allocation() view returns (uint120)
0
extraFees1AllocationUncollectable() view returns (uint120)
0
feeCollector() view returns (address)
0x9bb4b952d576dcc7f58797c909b0f4e8c14ae51d
freeClaimablePercentage() view returns (uint32)
1000000
getPassedUnlocksCount() view returns (uint16 _passedUnlocksCount)
3
getTotalUnlocksCount() view returns (uint16 totalUnlocksCount)
3
globalTotalAllocation1() view returns (uint120)
140000000220000000000000000
globalTotalAllocation2() view returns (uint120)
0
owner() view returns (address)
0xd985eb1a1309117fef871cc40ebd16fa62c81781
shoToken() view returns (address)
0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35
startTime() view returns (uint64)
1663059600
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.