MysteriousObjects
Verified contract
Active on
Ethereum with 3,862 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0xc8d9…920c
0x2719…5ea0
Balances ($0.00)
No balances found for "MysteriousObjects"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20895442 | 2 months ago | | | 0 | 0.00014844899 | |
| 20223410 | 5 months ago | | | 0 | 0.00012167635 | |
| 20093889 | 5 months ago | | | 0 | 0.000080087139 | |
| 19727277 | 7 months ago | | | 0 | 0.00038613443 | |
| 19690355 | 7 months ago | | | 0 | 0.00079559660 | |
| 19298195 | 9 months ago | | | 0 | 0.0016242452 | |
| 19286391 | 9 months ago | | | 0 | 0.0016741424 | |
| 19286388 | 9 months ago | | | 0 | 0.0019901268 | |
| 19286385 | 9 months ago | | | 0 | 0.0036503843 | |
| 19248119 | 9 months ago | | | 0 | 0.00088276052 |
ABI
ABI objects
Getter at block 21294465
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(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
functionLocked(bytes4) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address from, uint256 amount)
flipPaused()
grantRole(bytes32 role, address account)
lockFunction(bytes4 id)
redeem(uint256 id, uint256 amount)
redeemBatch(uint256[] ids, uint256[] amounts)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setScales(address scales)
setURI(string uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string uri, address testSamples, address scales)
This contract contains no fallback and receive objects.
FunctionLocked()
InvalidAmount()