Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d96…018c
0x45d7…c285
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- | |
WRSTK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18085996 | a year ago | | | 0 | 0.0014037109 | |
| 18085970 | a year ago | | | 0 | 0.0014930125 | |
| 17874570 | a year ago | | | 0 | 0.0059140080 | |
| 17817017 | a year ago | | | 0 | 0.0020231020 | |
| 17814145 | a year ago | | | 0 | 0.0082162179 | |
| 17766202 | a year ago | | | 0 | 0.0038007209 | |
| 17747084 | a year ago | | | 0 | 0.0020112180 | |
| 17747076 | a year ago | | | 0 | 0.0021990089 | |
| 17746950 | a year ago | | | 0 | 0.0025763033 | |
| 17746940 | a year ago | | | 0 | 0.0025172830 |
ABI
ABI objects
Getter at block 21211432
owner() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
stakingEndTimestamp() view returns (uint256)
1673376560
stakingStartTimestamp() view returns (uint256)
1665427719
steakContract() view returns (address)
0x2d965aa258dc7e1a3462073ada73f819d701018c
wrabTokenContract() view returns (address)
0x45d74446748fb432f05e7a85bd974abb7af5c285
Read-only
numStakedSteaks(address staker) view returns (uint256)
steakingRewardsBondingCurve(uint256 rarityMultiplier) view returns (uint256)
steakingRewardsForRarity(uint256 rarityMultiplier, uint256 timeSteaked) view returns (uint256)
steakingRewardsForTokenId(uint256 tokenId, uint256 rarityMultiplier) view returns (uint256)
tokenIdToLastStakedTimestamp(uint256) view returns (uint256)
tokenOfStakerByIndex(address staker, uint256 index) view returns (uint256)
State-modifying
Events _unstake(uint256[] tokenIds, uint256[] rarityMultipliers, bytes32[][] merkleProofs, bool revertIfNotEnoughWRAB)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setMerkleRoot(bytes32 merkleRoot_)
setSteakingRewardsParams(uint256 wrabTokenForRewardsAllocation_, uint256 stakingStartTime_, uint256 stakingEndTime_)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds, uint256[] rarityMultipliers, bytes32[][] merkleProofs)
unstakeEscapeHatch_DONOTCALLL(uint256[] tokenIds, uint256[] rarityMultipliers, bytes32[][] merkleProofs)
withdraw(address add, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address steakContract_, address wrabTokenContract_)
This contract contains no fallback and receive objects.
This contract contains no error objects.