FlippingBadges

Verified contract

Active on Ethereum with 21 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FlippingBadges"

0x6d2e3c96f1fb0e224cc96eb53be41ff79b88e315c99727e758a3100e5b1f0241
0x44c2ea3f0c607cbc26dbfc33b18b81288df64b00025a4783c43683b156c17b96
0x168c8195cc27249b2f5dac71e1c37b86120f7a0bc80b38d62e8d04132f70e328
0x97d4d9e7cf40e6c2447a3a7c1c85316ec09f0651e0eeb64750e158ea2bab79c8
0x8a70b1d04e5c88aede19c910b1f6ff691630bc1ce54e536d78409b506b41c0d9
0xbfd94ffd8d04245d9dab9a55675605a52e1ead6b961fa7307ea4c0d061ed706b
0x3b10ce42b32660c1dc87c004bfe9ff0c29fc5fb9db0ee8135804ba8b085c08d1
0x9083478c2e0505ff00ba00f5e6491b53662495b44336c8c4f0e67f8da0909e52
0x6d105e283ec0a7fcb23d935874d8de22a01c41b7a0ae90e5025bf9dc487529c0
0x2c415e4aba6d9a73d619b7d36eee74341be0eed3a2519f9bdb992b8bd6b57a39

Functions
Getter at block 21322811
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
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 amount
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator