LootcrateReward
Verified contract
Active on
Base with 2,981 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LootcrateReward"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20679750 | a month ago | | | 0 | 0.0000010871634 | |
| 20679647 | a month ago | | | 0 | 0.0000012305662 | |
| 20621320 | a month ago | | | 0 | 0.0000010088697 | |
| 20621282 | a month ago | | | 0 | 0.0000010439179 | |
| 20615891 | a month ago | | | 0 | 0.0000010824053 | |
| 20615875 | a month ago | | | 0 | 0.0000011981177 | |
| 20615851 | a month ago | | | 0 | 9.5724498e-7 | |
| 20615828 | a month ago | | | 0 | 0.0000011182432 | |
| 20566039 | a month ago | | | 0 | 8.6005802e-7 | |
| 20566017 | a month ago | | | 0 | 8.7500594e-7 |
ABI
ABI objects
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(uint256) view returns (uint256 id, address contractAddress, uint256 weightSum)
getDropTableItems(uint256 dropTableId) view returns (uint256[])
getLootBoxDropTables(uint256 lootcrateId) view returns (struct dbsLootDT[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getUsersLootcrateBalances(address _user) view returns (struct dbsBalance[])
hasRole(bytes32 role, address account) view returns (bool)
lootBoxDict(uint256) view returns (uint256 id)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 lootcrateId)
createDropTable(address _contract, uint256[] _items, uint256 weightSum)
createLootBox(struct dbsLootDT[] dropTables)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
LootcrateClaimed(address indexed owner, uint256 indexed id)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address _lootcrateNft, address _owner)
This contract contains no fallback and receive objects.
ContractNotSupported()
DropTableRequired()
InsufficientBalance()
InvalidContract()
InvalidLootBoxId()