Robottoz

Verified contract

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

No balances found for "Robottoz"

0xe541da135f09ad4cee78965dac38e54102dcecee284e4e5a8e04539b7f476a7e
0xeea5300211fb20098b19f006c68e8e188ad5ae7c6e1900c22c4e4604824552c2
0x9b0000ba4b155a9e16b208e4626abd44197745779c1d713d157fd223e283b806
0x21c9a17d24a38d53aed2d77be3df4d40f52dbeaadb4e60fe8ee62d2616cf1e48
0xa6f30d50a6a199a83154424e0e5830ee5c0751724fb7a588f8654a6da5e4ec71
0x770f25ae27472fc4302090b1cb60c9a85d16c8603531c51280d539a9bcc9942b
0x8365da95949dc362c57902b3de1a7be341ad368a7440c81205af17312a65c81c
0xe107b00331aa2ae5e0bded716aefbe2da033e04d240eb09ebd56fadd6e337f4e
0xc239277941a89380ad28398f1bfe9f2de38d25cf721ad6095787d40878d24507
0xe2e24a6e73970b3a2a25d9982be4f908678d9448b87d58f33fd2386a2404add3

Functions
Getter at block 20956600
baseUri(view returns (string)
ipfs://Qmc45pRU4D9GENSKLxCa4hvBG6bKfj5TH5V68RWuUbTfBM/
collectionSize(view returns (uint256)
4444
maxFree(view returns (uint256)
1
maxMintPerTx(view returns (uint256)
10
name(view returns (string)
Robottoz
open(view returns (bool)
true
owner(view returns (address)
0x30fa7765f7cc6fabd8c6449d5d5e948ba65efcaa
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
RBTZ
totalSupply(view returns (uint256)
4444
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)
State-modifying
allowlistMint(uint256 _quantity
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxFree(uint256 _newMaxFree
setMaxMintPerTx(uint256 _newMaxMintPerTx
setOpen(bool _value
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
MaxMintPerTxChanged(uint256 newMaxMintPerTx
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceChanged(uint256 newPrice
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _priceuint256 _maxMintPerTxuint256 _collectionSizeuint256 _maxFree
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(