GangstaVerse Lootcrate

Verified contract

Active on Base with 475 txns
Deployed by via 0xc721f159 at 2398135
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GangstaVerse Lootcrate"

0xabb81c9ad6c0880c07cca8c67508afc0dbacd6089537ba688d42bd9939e0b81f
0xde9a753af7e314ce81e1f0f8d81bfc9f937f2d367ef1cab430f5c1d06a01b5e1
0x306495665dfe2f73013c5ff14f0730e34d5a4a39dd059a435fefe518d9287e7a
0x433646db5f19b4f8d056df070f522c85dac03b1f8c5b2ecb12b43bcfe0db6362
0x76082d3575648570af333655346ccb8f5a779a7a5e25cfbfea86a927bb8f4e98
0xff4bd9d6f68a9628a7c30bdbbf0ae21046264db922b2ec4bb7a153f1fe6aaa23
0x2e78e1a73d7cc6d34b84bd3a2b4c2a14c7e30fda9534d8e7821fe349af0bd2e9
0xa94bf4667e7653e1e16857543a72bf1f6cce892476a66509406262f8de7c164a
0xc4ab2ee1771d58badb9bac4a424d47a126d8f381e639885f2429e9f8d1272a65
0x839d9c4f7a8754d2f2c2814d2bcca55a1034b7ff2c549959e14afe275f6a5e40

Functions
Getter at block 23069118
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name(view returns (string)
GangstaVerse Lootcrate
owner(view returns (address)
0x21043bd36baa408898458503206b709886e8954d
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
mintCount(uint256view returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
burn(uint256 _lootcrateIduint256 _count
burnFrom(address _useruint256 _lootcrateIduint256 _count
grantRole(bytes32 roleaddress account
mintTo(address _useruint256 _lootcrateIduint256 _count
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setURI(uint256 tokenIdstring tokenURI
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address _owneraddress _superAdmin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator