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

EtherRock404

Verified contract

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

No balances found for "EtherRock404"

0xecd47a57053fd9cad575a60cd5b8c5c97e71ebacccef4d0d06a4dfa188f4e7f1
0x3ecf6eb8ff995b1b11300f2b8def9a570a19de7decc0aa840e3bd4a9c3532d44
0xc33a343f7555a58c1b3c27fcb917f45a75c614793c0f9c8f4d147d12cb916631
0x8dd893d91de6cc219e8849005501b37db8a431e4bdad4af81752fb3475e7fde4
0x40cf2c21e5aacf911cb1cc63a4b6dbe19dfc4c6d4c8f3b5bfb6c36678d715d2c
0x553402584a64cd76d1d9a37f64846e907825663e69330518ce59aa13e7ec2e11
0x853556ab350c4a96a0dad1a045aa6e53c016c46f0c1c2530c7871292a5f12560
0x331e65839f144ed6c1a73d4203170606cadf5a3f90bda2bf44a48f542eaf8c6f
0x00924c1bafeaf52a0919065eff2eac0ddb8fd326b37686baacd6214a2df3a86b
0x65c06283ea5cd0caca05313187849214a1b892d64ebd8c8d50598149ea64892a

Functions
Getter at block 21213883
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://www.etherrock404.com/
decimals(view returns (uint8)
18
minted(view returns (uint256)
544
mrrock(view returns (address)
0x680b37b6d94413b7ef34c384748a3ca882905ade
name(view returns (string)
EtherRock404
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ROCK
totalSupply(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(