MysteriousObjects

Verified contract

Active on Ethereum with 3,861 txns
Deployed by via 0x88946f21 at 14801415
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots

No balances found for "MysteriousObjects"

0x08addc9cf006c970756f3f9f3002623f43bfe733b870074926808802e7fa1168
0xec4bd7e0cb719516a607a24fc7f3935e3d50459a0ae02c1ab1076a47e8a11d91
0x95caa6b3c77a9eecf800055a5876e97594d53dd6d878d30d175d7912a46f1e06
0x9ad58e94c0413af56359e5c28a31331c228b6d72f5d8dff5cec630082283e408
0xbb42e36786c73fa25919ef77aa2f8c2b712d155d38d5772eba473e755aa44951
0x1c625c8e87bbe4f67b842ad77c974bec2b6abf2bf645a145edfc5525fea6af53
0xb4f6ee06307f57fd4b9345ed72367daf79536905d9e50b7d2e39148b6eb315b4
0xb98d96e537706b5cee8d078cbd7d107e7c12cc1f8e5dc2a57f6857397e5bda2d
0xa8d864f4aca3aeb6b061294a194ddc93e8fe9564b0a559ec2f0a5d621e584a1c
0x976bb75da966f0d6d0162ec7b15436ab6cd3a82f9445d77f96fb7b57489e0206

Functions
Getter at block 20886784
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner(view returns (address)
0xcd8364ddca79d9601a9059c5e677c8f633c107b9
paused(view returns (bool)
false
Read-only
REWARDS(uint256view returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
functionLocked(bytes4view returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burn(address fromuint256 amount
flipPaused(
grantRole(bytes32 roleaddress account
lockFunction(bytes4 id
redeem(uint256 iduint256 amount
redeemBatch(uint256[] idsuint256[] amounts
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
setScales(address scales
setURI(string uri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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(string uriaddress testSamplesaddress scales
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FunctionLocked(
InvalidAmount(