Ether Rocks

Verified contract

Active on Ethereum with 189 txns
Deployed by via 0xf9c66535 at 19178036
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ether Rocks"

0xf789ddaa9c228afe36783c72c410b40105ee396aa536f40964e0cf2b52a9bc15
0x892f15b48cdced4fbd7dca58183ac73a5d06e8afcd3c33492d4e39aea2b9dd11
0x472cd9ad7a4a047f321d4179597a59c0558d18370d686fd87eb9e7c4658e6a9d
0x2210cacc7dedcb595130c74a4e12379132c8eebe007fb1d57877d7f871896328
0xa9e06539a2e6954373d1cd5a50fad0c2bc701a2ea67963a379f4770353ae311f
0x0b442db7f76da3a85fbba21f8ded1a55044239e71242c83fdad2d28d4cc59416
0x20c4b909f2615dfada990341f5c45b5750601537658c4e1f8b65e39c5ac07863
0x312c55599f247c800d5b454189f5ece002e89aaf070dbd8bb17a4401466f5c6a
0xb527f26516b340385662008a93bc57c34bcc7132f1201aecfe1a6e7662885c72
0x3ba7227f8f04d2020f3d19eb4e8d87601edd3bbde4f70e80d135118272e674e9

Functions
Getter at block 21438820
baseTokenURI(view returns (string)
ipfs://bafybeiblp75vhjjdepml6y5274vkreyqsnozxaznuhnpb3xih25m4asg2i/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
100
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
100
name(view returns (string)
Ether Rocks
owner(view returns (address)
0xa27bb25c2cc91f853a37ec1e78d0e2188040893f
symbol(view returns (string)
ROCKS
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)
tokenIdPool(uint256view returns (uint256)
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
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(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(