LootcrateReward

Verified contract

Active on Base with 2,981 txns
Deployed by via 0xf03426b9 at 4888173
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LootcrateReward"

0x9b36e4903cb6ba75caeb6063adb1b2337bb0187746f6e8c7f1a913ace1a0d81d
0x3e060b33d856040612d4175625f5b64fbfa812a54a1e1955a6485c7365ec43a4
0x61868bc9667d31cbff3b8397bd3b0cf1cd9016fe614c5670b540c38e7348f881
0x06a68344ae61bddc5b1497b3adbccb2b7134bc5bfeaa4055491f61325ea7b1f7
0x09aa2f17540fccc67228cb98e6f8bc3062c557107cef9bc118cae3e1439bbcec
0xb9dffcf6ef05c4b8640c3cd7ca0d83b912ee48c53ef6ca4bf014c0b57257aa65
0xf338fdca25f3ec5f5c1786c30e6b1769aa934c1f168d04fffc3d21129c646270
0xb35b12d140d953faf3b900920bfd0d15e29cc5c9c5c64e2702dcbea45862f256
0x9884c25f07c393c01d7dfc51d60c70b7a47931fb42a115d9223534c524001975
0x60ad548bc6a0d7fb1dd166b2dbc65539efa5f1f947f12892781e488f40e1589f

Functions
Getter at block 21815729
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
curDropTableId(view returns (uint256)
74
curLootcrateId(view returns (uint256)
26
lnftc(view returns (address)
0x059132359882cb81b98a027509fc977dece9f053
paused(view returns (bool)
false
Read-only
dropTableDict(uint256view returns (uint256 idaddress contractAddressuint256 weightSum)
getDropTableItems(uint256 dropTableIdview returns (uint256[])
getLootBoxDropTables(uint256 lootcrateIdview returns (struct dbsLootDT[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getUsersLootcrateBalances(address _userview returns (struct dbsBalance[])
hasRole(bytes32 roleaddress accountview returns (bool)
lootBoxDict(uint256view returns (uint256 id)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
claim(uint256 lootcrateId
createDropTable(address _contractuint256[] _itemsuint256 weightSum
createLootBox(struct dbsLootDT[] dropTables
grantRole(bytes32 roleaddress account
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
unpause(
Events
LootcrateClaimed(address indexed owneruint256 indexed id
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(address _lootcrateNftaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractNotSupported(
DropTableRequired(
InsufficientBalance(
InvalidContract(
InvalidLootBoxId(