SuperVerseStaker
Verified contract
Active on
Ethereum with 9,745 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($86,651,929.56)
Native
Value
$2,356,359.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 697.686574 | $3,377.39 |
$2,356,359.66 | |
SUPER | ERC-20 | 62.441163M | $1.35 |
$84,295,569.91 | |
0xafb4…cac3 (#6805647338418769269267492148635364229209) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229207) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229203) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229202) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229201) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229200) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229199) | ERC-1555 | 1 | -- | -- | |
0xafb4…cac3 (#6805647338418769269267492148635364229196) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262390 | 13 minutes ago | | | 0 | 0.0010435009 | |
| 21262231 | 44 minutes ago | | | 0 | 0.00058153263 | |
| 21262220 | an hour ago | | | 0 | 0.0012503222 | |
| 21262066 | an hour ago | | | 0 | 0.0012723789 | |
| 21260632 | 6 hours ago | | | 0 | 0.0014168688 | |
| 21260588 | 6 hours ago | | | 0 | 0.00060867897 | |
| 21260496 | 7 hours ago | | | 0 | 0.0010564972 | |
| 21259793 | 9 hours ago | | | 0 | 0.00075969534 | |
| 21259663 | 9 hours ago | | | 0 | 0.0013742796 | |
| 21259228 | 11 hours ago | | | 0 | 0.0014835373 |
ABI
ABI objects
Getter at block 21262451
ET_COLLECTION() view returns (address)
0xafb44cef938b1be600a4331bf9904f6cec2fcac3
REWARD_PERIOD() view returns (uint256)
63072003
SF_COLLECTION() view returns (address)
0xe4597f9182ba947f7f3bf8cbc6562285751d5aee
TOKEN() view returns (address)
0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55
allProduced() view returns (uint256)
30182050285589618950
nextRebaseTimestamp() view returns (uint256)
1702413551
owner() view returns (address)
0xe384719e13842c91f6720d832b557ed92e9461b4
producedReward() view returns (uint256)
550746848576115556568
producedTimestamp() view returns (uint256)
1701808751
rebaseCooldown() view returns (uint256)
604800
reward() view returns (uint256)
1069472707619395720902
rpp() view returns (uint256)
6235196
totalPower() view returns (uint256)
88601477614390757527723439
Read-only
availableReward(address _staker) view returns (uint256)
hasRightUntil(address _address, bytes32 _circumstance, bytes32 _right) view returns (uint256)
itemValues(uint8, uint256) view returns (uint128)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakeTimestamps(address) view returns (uint256)
stakerInfo(address _staker) view returns (uint256 stakerPower, uint256 stakedTokens, uint256 claimedReward, uint256 missedReward, uint256 availableToClaim, uint256[] idsET, uint256[] idsSFs)
State-modifying
Events claim()
configureItemValues(uint8 _assetType, uint256[] _groupIds, uint128[] _values)
pause()
rebase()
renounceOwnership()
rescueAssets(struct EscapeHatchAsset[] _assets)
setManagerRight(bytes32 _managedRight, bytes32 _managerRight)
setPermit(address _address, bytes32 _circumstance, bytes32 _right, uint256 _expirationTime)
setRebaseCooldown(uint256 _rebaseCooldown)
stake(uint256 _amount, address _user, struct ISuperVerseStakerInputItem[] _items)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount, struct ISuperVerseStakerInputItem[] _items)
Claim(address indexed user, uint256 amount)
Fund(address indexed user, uint256 amount)
ManagementUpdated(address indexed manager, bytes32 indexed managedRight, bytes32 indexed managerRight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermitUpdated(address indexed updater, address indexed updatee, bytes32 circumstance, bytes32 indexed role, uint256 expirationTime)
Stake(address indexed user, uint256 amount, uint256 power, struct ISuperVerseStakerInputItem[] items)
Withdraw(address indexed user, uint256 amount, uint256 power, struct ISuperVerseStakerInputItem[] items)
constructor(address _etCollection, address _sfCollection, address _token, uint256 _rewardPeriod)
receive()
AmountExceedsStakedAmount()
BadArguments()
CallerHasNoAccess()
CantConfigureItemValues()
ItemAlreadyStaked()
ItemNotFound()
ManagedRightNotSpecified()
RebaseWindowClosed()
RescueFailed(uint256 index)
RewardPayoutFailed()
RightNotSpecified()
WithdrawBufferNotFinished()
rebaseWindowClosed()