Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb23d…28cf
0x375a…9893
0x76be…8e77
0xeca9…56bd
0x1316…f8c7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x76be…8e77 | ERC-1555 | 384 | -- | -- | |
0x76be…8e77 | ERC-1555 | 360 | -- | -- | |
0x76be…8e77 | ERC-1555 | 211 | -- | -- | |
0x76be…8e77 | ERC-1555 | 208 | -- | -- | |
0x76be…8e77 | ERC-1555 | 204 | -- | -- | |
0x76be…8e77 | ERC-1555 | 175 | -- | -- | |
0x76be…8e77 | ERC-1555 | 151 | -- | -- | |
0x76be…8e77 | ERC-1555 | 140 | -- | -- | |
0x76be…8e77 | ERC-1555 | 140 | -- | -- | |
0x76be…8e77 | ERC-1555 | 135 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108698 | 23 days ago | | | 0 | 0.00040954560 | |
| 21081122 | a month ago | | | 0 | 0.0033162717 | |
| 21081115 | a month ago | | | 0 | 0.0011295756 | |
| 21081113 | a month ago | | | 0 | 0.0016606229 | |
| 21081108 | a month ago | | | 0 | 0.0025177498 | |
| 21081084 | a month ago | | | 0 | 0.0051340284 | |
| 21057297 | a month ago | | | 0 | 0.0079772992 | |
| 21001650 | a month ago | | | 0 | 0.0032768702 | |
| 20883413 | 2 months ago | | | 0 | 0.00035711595 | |
| 20883411 | 2 months ago | | | 0 | 0.0034554715 |
ABI
ABI objects
Getter at block 21272887
PRECISION() view returns (uint256)
1000000000000000000
ParallelAlpha() view returns (address)
0x76be3b62873462d2142405439777e971754e8e77
Pdt() view returns (address)
0x375abb85c329753b1ba849a601438ae77eec9893
Prime() view returns (address)
0xb23d80f5fefcddaa212212f028021b41ded428cf
PrimeRewards() view returns (address)
0xeca9d81a4dc7119a40481cff4e7e24dd0aaf56bd
Rewarder() view returns (address)
0x13169d98eae41c1f73fff14e4ce8a9651b5ef8c7
firstPoolId() view returns (uint256)
0
lastPoolId() view returns (uint256)
31
maxUnsleeveBaseFee() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x12267aefd8bb461817df348ce16c933e76c1aa0d
unsleeveBaseFee() view returns (uint256)
0
Read-only
getRarityScores(uint256[] tokenIds) view returns (uint256[])
getRemainingDepositsPerCards(uint256[] tokenIds) view returns (uint256[])
getSleeveThenCacheData(uint256[] cachePoolId, uint256[] cacheAmounts, uint256[] cannotCacheBecauseOfTokenIds) pure returns (bytes)
getTokensIdToPoolIds(uint256[] tokenIds) view returns (uint256[])
getUserBalances(address user, uint256[] tokenIds) view returns (uint256[])
maxDepositsPerCard(uint256) view returns (uint256)
rarityScores(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsToPoolNumbers(uint256) view returns (uint256)
userBalances(address, uint256) view returns (uint256)
State-modifying
Events adminCacheBatch(uint256[] poolIds, uint256[] amounts)
adminClaimPrime(uint256[] pids, address destination)
adminEmergencyWithdraw(uint256 poolId)
adminSetMaxDepositsPerCard(uint256[] tokenIds, uint256[] nextMaxDepositsPerCards)
adminSetRarityScores(uint256[] tokenIds, uint256[] nextRarityScores)
adminSetRewarder(address nextRewarder)
adminSetUnsleeveBaseFee(uint256 nextUnsleeveBaseFee)
adminSleeveBatch(address user, uint256[] tokenIds, uint256[] amounts)
adminSyncPools()
adminTransferERC20(address token, address destination)
adminUnsleeveBatch(address user, uint256[] tokenIds, uint256[] amounts)
adminWithdrawWithProofBatch(address user, uint256[] poolIds, uint256[] tokenIds, uint256[] amounts)
claim(bytes claimData)
onERC1155BatchReceived(address operator, address from, uint256[] sleeveTokenIds, uint256[] sleeveAmounts, bytes data) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
transferOwnership(address newOwner)
withdrawThenUnsleeve(uint256[] withdrawPoolIds, uint256[] withdrawTokenIds, uint256[] withdrawAmounts, uint256[] unsleeveTokenIds, uint256[] unsleeveAmounts)
CacheBatch(uint256[] poolIds, uint256[] amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetRewarder(address nextRewarder)
SetUnsleeveBaseFee(uint256 nextUnsleeveBaseFee)
SleeveBatch(address indexed user, uint256[] tokenIds, uint256[] amounts)
SyncPools(uint256 start, uint256 end)
UnsleeveBatch(address indexed user, uint256[] tokenIds, uint256[] amounts, uint256 fee)
WithdrawWithProofBatch(address indexed user, uint256[] poolIds, uint256[] tokenIds, uint256[] amounts)
constructor(uint256 nextFirstPoolId, address nextPrime, address nextPdt, address nextParallelAlpha, address nextPrimeRewards, address nextRewarder)
This contract contains no fallback and receive objects.
ArgumentLengthMismatch()
CannotRenounceOwnership()
DifferentPoolId(uint256 tokenId0, uint256 tokenId1)
DuplicateTokenId(uint256 tokenId, uint256 poolId)
InsufficientBalance(address user, uint256 tokenId)
InvalidCannotCacheProof(uint256 poolId, uint256 tokenId)
InvalidPoolMembership(uint256 poolId, uint256 tokenId)
MaxDepositPerCardBelowBalance(uint256 tokenId, uint256 currentBalance, uint256 nextMaxDepositsPerCard)
NoNeedToWithdraw(uint256 poolId)
NotAcceptingAnyMore(uint256 tokenId)
UnsetTokenId(uint256 tokenId)
UnsleeveBaseFeeTooHigh(uint256 nextUnsleeveBaseFee)
ZeroAddress()