KuroroBadges

Verified contract

Active on Ethereum with 520 txns
Deployed by via 0x04344ae5 at 15014726
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KuroroBadges"

0x7085525a01da55c9b50a1272c41291f13acf078c8aaa53821a9fab18a45c419a
0x811f4c378bc3a9044fd487f2b07d34968f3a8f9195c1ad089517a07958730750
0x41bcdc0cca17db11a8bd2301597cd67fe9d4f662c8c23be1125c468ccb5e89f7
0xb41bfecb54756c5b8f1daecd4f5d47a103fb8679be5edd108ad0f355ae77bf03
0x98b0ac5ee8430e5772924304c39b3e532810841ae69c6410e57900613519e6ac
0x476c5690714c2ba96cfce792c31a2cd29dd883e785193e835a2080780fae1b06
0x75c1948fe0bcbf9fb0cfe1f664fd3959fe6aea37ef42cd4479e6de77ce31ab0d
0x434a8cb8c5ee64d3ec874d1c8b036899345ba9cfc84f21036d3753af73781e5b
0x9871c1321addb83297e7074a6a64eea250ca5ccd491b218c9d946bdfc6b6424c
0x3278db4bb919c90ccc89d18f6708c3e9f17f49ba18014e4047fd8231f3a99b92

Functions
Getter at block 21050053
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
URI_SETTER_ROLE(view returns (bytes32)
0x7804d923f43a17d325d77e781528e0793b2edd9890ab45fc64efd7b4b427744c
paused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
mint(address accountuint256 iduint256 amountbytes data
mintAccountsBatch(address[] accountuint256[] iduint256[] amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
pause(
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
setURI(string newuri
unpause(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
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
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
Unpaused(address account
Constructor
constructor(address adminstring baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.