This contract is being backfilled. You may encounter incomplete storage history.

QUADHASH : Earthworm

Verified contract

Active on Ethereum with 1,294 txns
Deployed by via 0x3a27e621 at 17671615
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "QUADHASH : Earthworm"

0x3a17d7b635ea82a50ae2360001fcba92d55ea8fd865bbcb4c9c6516bfe7db6d2
0xf2ff90f8d825044a11a0b43a36407018cbd6cbfc64aba2a5f02468d06eb255eb
0x7e22a463b7dfcd6f2c5eefbf7d2562419b89880e392f4a3cca8957414c5191a1
0x5e504a11d66b8a74a4689bf7c3a6d0c16436bd5e51794aeae30eeb346da4b5f4
0x649fbffe181028cd113fafcaa7981eee2962ba77c7af3130e4ff5c76c17ab33c
0x2d71b64c3fa3291e2bc76a67aec2580dfdf9a86d05b77326685a71382edace13
0x53393a1b111c7eebae2189e8d9cc70b172ec29882d2ef61c018e041e12df77af
0x3335f017b8ec83ee6c32d9f93f140ac8f42d46bd0b66cf2e64a2be7d5fb70a26
0x610ee0ed6d705253aba6889416b48c70f39ebc69335a691f8c5faa5c225ce134
0x5c2ce3c84603654f2b908bf66d68f5802ddf2f803d0b05764f8278dcfc932e63

Functions
Getter at block 21314494
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
TEAM_ROLE(view returns (bytes32)
0x5146a08baf902532d0ee2f909971144f12ca32651cd70cbee1117cddfb3b3b33
name(view returns (string)
QUADHASH : Earthworm
paused(view returns (bool)
false
symbol(view returns (string)
EARTHWORM
totalSupply(view returns (uint256)
9310
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
restricted(uint256 tokenIdview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
burnByAdmin(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address touint256 tokenId
pause(
renounceRole(bytes32 roleaddress account
restrict(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
unpause(
unrestrict(uint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress 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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator