RirisuStaking
Verified contract
Active on
Ethereum with 1,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8d62…1fd6
0xf490…3953
0x2cc3…d40b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- | |
RIRI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19866079 | 7 months ago | | | 0 | 0.0013482682 | |
| 19866041 | 7 months ago | | | 0 | 0.0015359162 | |
| 18324913 | a year ago | | | 0 | 0.0031108763 | |
| 18324905 | a year ago | | | 0 | 0.0039319360 | |
| 18324903 | a year ago | | | 0 | 0.0016505296 | |
| 18324205 | a year ago | | | 0 | 0.0028420814 | |
| 18324201 | a year ago | | | 0 | 0.0017034816 | |
| 18324189 | a year ago | | | 0 | 0.0032649210 | |
| 18324185 | a year ago | | | 0 | 0.0016869062 | |
| 17824705 | a year ago | | | 0 | 0.0025770812 |
ABI
ABI objects
Getter at block 21389021
MAX_RIRI_LEVEL() view returns (uint128)
80
owner() view returns (address)
0xed2f423acd2fbe5dd7681861467b01ecddb0d032
Read-only
ENCHANT_COST(uint256) view returns (uint256)
MODIFIERS(uint256) view returns (uint128)
RARITIES(uint256, uint256) view returns (uint128)
claimable(uint256 id) view returns (uint256 amount_)
getSanctumRooms(uint256 _id) view returns (uint128[])
isDelegate(address addr) view returns (bool)
ownerOfRiri(uint256 id) view returns (address)
ownerOfSanctum(uint256 id) view returns (address)
ririMeta(uint256 _id) view returns (struct RirisuStakingRiri riri_)
roomInfo(uint256 _id, uint256 _roomNumber) view returns (uint128 roomType_, uint128 rarity_)
sanctumInfo(uint256 id) view returns (struct RirisuStakingSanctum sanctum_)
stakedRiris(address _owner) view returns (uint256[] riris_)
stakedSanctums(address _owner) view returns (uint256[] sanctums_)
State-modifying
Events claimAll(uint256[] ririIds)
claimAllSanctums(bool autoStake)
claimForRiri(uint256 id)
claimSanctum(bool autoStake)
doActionsWithRiris(uint256[] ids, uint8[] actions, uint256[] sanctumIds)
doActionsWithSanctums(uint256[] ids, uint8[] actions)
enchantRoom(uint256 _ririId, uint256 _sanctumId, uint256 _roomNumber)
nameRiri(uint256 _id, string _name)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
removeLegendaries(uint256[] _legendaries)
renounceOwnership()
setDelegate(address addr, bool isDelegate_)
setLegendaries(uint256[] _legendaries)
transferOwnership(address newOwner)
writeLore(uint256 id, string lore)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address ririAddress, address sanctumAddress, address aeonAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.