Rokus

Verified contract

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

No balances found for "Rokus"

0x50f020c21f28ca5412bb6f618a853ab77b793eb1bfcdf699e1972fa5ff735e91
0x702dda1346cb773713ed0ce9a4cfe75e4ce71d657caea4f81f065d0c1072c96f
0x023dd2e4afa4a53b2184c64470dd615cafe13e190e447dbd1e20ad21ec2ce44a
0x3d6c46159649b45b727d91f33d6b47fd1a2414e5b005e48e35ffa3712b515454
0x12fa8f4c380aaa70ba52513c2de58e6fc51157e8855a816965dd72fbc48f4ed6
0x7a2a09a7db1166112ea01e515c67f5af35e24fbe8455950818a49b4d1cf5994f
0xbc914126ca447de0f9cb46ead329f08eb43d1a4428fcdd360d7ad52cf514221b
0xaa3ff46b71148687fa6ffd1d6dac766ef299e2aea021ae9ec220607d19edd58b
0xc3ba51848b8ec7dd24da35705d84eebb3d8575b8aba98808ba608c81b2b33501
0x3b39f9f7f9ca6d36fa7f4fd52fa118632e517e267c0bec15690081cc00b43437

Functions
Getter at block 21057880
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost(view returns (uint256)
8000000000000000
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
888
merkleRoot(view returns (bytes32)
0xa989ef9adca5f0090e5cae5ec01247c35ce8518b6e3e11829a8391fda738b19f
name(view returns (string)
Rokus
owner(view returns (address)
0x52421d1b92e023d1b91e7f1d133eff1edd998f43
paused(view returns (bool)
false
symbol(view returns (string)
RW
totalSupply(view returns (uint256)
888
uriPrefix(view returns (string)
ipfs://QmbCEkRjimTrQFYxtWhfPp5XRJuQzd7K3UjcGhZQFbsyGD/
uriSuffix(view returns (string)
.json
waitlistMintEnabled(view returns (bool)
false
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
waitlistClaimed(addressview returns (bool)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
reserveTokens(address _receiveruint256 _mintAmount
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWaitlistMintEnabled(bool _state
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
waitlistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdrawFund(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(