QUADHASH : Earthworm
Verified contract
Active on
Ethereum with 1,294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "QUADHASH : Earthworm"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284276 | 4 days ago | | | 0 | 0.00059347012 | |
| 21281206 | 5 days ago | | | 0 | 0.0013784125 | |
| 21234476 | 11 days ago | | | 0 | 0.00057964510 | |
| 21228213 | 12 days ago | | | 0 | 0.00073757378 | |
| 21228155 | 12 days ago | | | 0 | 0.00078471216 | |
| 21218262 | 13 days ago | | | 0 | 0.00042318139 | |
| 21218261 | 13 days ago | | | 0 | 0.00066541568 | |
| 21164982 | 21 days ago | | | 0 | 0.0012575071 | |
| 21140724 | 24 days ago | | | 0 | 0.00048453652 | |
| 21140718 | 24 days ago | | | 0 | 0.00041294796 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
restricted(uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
burnByAdmin(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to, uint256 tokenId)
pause()
renounceRole(bytes32 role, address account)
restrict(uint256 tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
unpause()
unrestrict(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)