ZOBOTS

Verified contract

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

No balances found for "ZOBOTS"

0x7e3694ee4f4f844cf9a062cbe049fe6bce3b699e20647eb32a3205673490b036
0x389b5e5a8d0ed8470d0b5f23c8b62710e761b4a69cbf428d8c50ee3ed1383652
0x7508c7ed311a0fed17737f73ed7c9698fd6ec0fa18892b491068ce1314e3976f
0x47532bb23420156abe1c17ac8bfbf23051f3c1645220ad9aa9117847dcf9d857
0xd8b8753ce02d98c3b91a82c86b026d9b90d46a31c00f929c84ddda7968faf4f5
0x21e73e75af7ad180b3acabafc4a3399d77f41907c3c176b2e3c154fd05ba9395
0xc333bdaa606f81f381942c721fc42614c75749b103fe12e18c574d406e110751
0xbba3b83175be0c46c452aa5f3b6dce2e8ad55a95bed72b62bb89c790ab560186
0xe1b432302b6e9aed58c376abdd84767c0a0f4176910ba70aeff0609008df6b17
0xad14fa17782f12e3bdd7d64ff875ee561fb70c9687ce0f07426a9e7631e0bd02

Functions
Getter at block 21018770
MAX_SUPPLY(view returns (uint256)
888
baseURI(view returns (string)
https://zobotsnft.com/metadata/
communityReserve(view returns (uint256)
67
getMintPrice(view returns (uint256)
11100000000000000
name(view returns (string)
ZOBOTS
owner(view returns (address)
0x61e47c52fb5eeeebf659b684b720b5399ff6256d
saleIsActive(view returns (bool)
true
symbol(view returns (string)
ZOBOTS
totalSupply(view returns (uint256)
130
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
approve(address touint256 tokenId
flipSale(
mint(uint256 quantitypayable 
renounceOwnership(
reserveMint(uint256 quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

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