DeltaTimeStakingBeta
Verified contract
Active on
Ethereum with 776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($140.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REVV | ERC-20 | 24.14269K | $0.005828 |
$140.71 | |
0x2af7…5576 (#57897811519642769493188234773787271720539902251728875818015292302099820333399) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493188138992815967602809257967948648240167178605565117993494) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493188138992815967602451699957249368788593993990138119591772) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493188138992815967602348020660428085845435960615183157569666) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493188043211844663484799475480540605400759322854452568793961) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493187947430873359366842862396934096352911536609655164796268) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493187947430873359366725893253912895045060665728628246477343) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769493187851649902055248381147319469277895408937766595017602890) | ERC-1555 | 1 | -- | -- | |
0x2af7…5576 (#57897811519642769486911133038400590957064340004380346200091576388771209289206) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14834424 | 3 years ago | | | 0 | 0.013564246 | |
| 14721052 | 3 years ago | | | 0 | 0.0058540804 | |
| 14720800 | 3 years ago | | | 0 | 0.0031351609 | |
| 14720795 | 3 years ago | | | 0 | 0.0033030140 | |
| 14720790 | 3 years ago | | | 0 | 0.0050164390 | |
| 13831780 | 3 years ago | | | 0 | 0.0043695896 | |
| 13831735 | 3 years ago | | | 0 | 0.0043619473 | |
| 13831728 | 3 years ago | | | 0 | 0.0085214671 | |
| 13806199 | 3 years ago | | | 0 | 0.012673869 | |
| 13220680 | 3 years ago | | | 0 | 0.0075132997 |
ABI
ABI objects
Getter at block 21402342
cycleLengthInSeconds() view returns (uint32)
86400
enabled() view returns (bool)
true
getCurrentCycle() view returns (uint16)
1552
getCurrentPeriod() view returns (uint16)
518
lastGlobalSnapshotIndex() view returns (uint256)
112
owner() view returns (address)
0x80b12bd0f1793bf6cea767fa83eb2068eaa17dc8
periodLengthInCycles() view returns (uint16)
3
rewardsTokenContract() view returns (address)
0x557b933a7c2c45672b610f8954a3deb39a51a8ca
startTimestamp() view returns (uint256)
1600160201
totalRewardsPool() view returns (uint256)
2040000000000000000000000
whitelistedNftContract() view returns (address)
0x2af75676692817d85121353f0d6e8e9ae6ad5576
Read-only
estimateRewards(uint16 maxPeriods) view returns (uint16 startPeriod, uint16 periods, uint256 amount)
globalHistory(uint256) view returns (uint128 stake, uint128 startCycle)
lastStakerSnapshotIndex(address staker) view returns (uint256)
nextClaims(address) view returns (uint16 period, uint64 globalSnapshotIndex, uint64 stakerSnapshotIndex)
rewardsSchedule(uint256) view returns (uint256)
stakerHistories(address, uint256) view returns (uint128 stake, uint128 startCycle)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfos(uint256) view returns (address owner, uint64 weight, uint16 depositCycle, uint16 withdrawCycle)
weightsByRarity(uint256) view returns (uint64)
State-modifying
Events addRewardsForPeriods(uint16 startPeriod, uint16 endPeriod, uint256 rewardsPerCycle)
claimRewards(uint16 maxPeriods)
disable()
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[], bytes) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256, bytes) returns (bytes4)
renounceOwnership()
start()
transferOwnership(address newOwner)
unstakeNft(uint256 tokenId)
withdrawRewardsPool(uint256 amount)
Disabled()
HistoriesUpdated(address staker, uint256 startCycle, uint256 stakerStake, uint256 globalStake)
NftStaked(address staker, uint256 cycle, uint256 tokenId, uint256 weight)
NftUnstaked(address staker, uint256 cycle, uint256 tokenId, uint256 weight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsAdded(uint256 startPeriod, uint256 endPeriod, uint256 rewardsPerCycle)
RewardsClaimed(address staker, uint256 cycle, uint256 startPeriod, uint256 periods, uint256 amount)
Started()
constructor(uint32 cycleLengthInSeconds_, uint16 periodLengthInCycles_, address inventoryContract, address revvContract, uint256[] rarities, uint64[] weights)
This contract contains no fallback and receive objects.
This contract contains no error objects.