DROIDzWORLD-OFFICIAL

Verified contract

Active on Ethereum with 390 txns
Deployed by via 0x1bcd512d at 14662659
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2,589.09
0x1ca2e49c5345e2c9b90998e5b744d3110084682b60a2c766356ea8b8630f165e
0xe1a0708beafb264e5e7d49202cd598b558aa1c5c7cce19cd2c08fdbf337ff036
0xd43ed25738875356c3e05939911a4712b621bcd0fa9bc42a83cd8015694c1230
0x73aa3b95bf1b7a2c5378d37d784bb40e2893d64f216348d81485086b7b72221d
0x93590cbf87d02e7ebb7b59867f637ed12cd9ea51f843d4c93321f3aa5cb1fad3
0xc583c348c0afc5fe22025e51a60dbc95410fd2cb0a5b9a5a1041f7bbd5b0f712
0x7d4d5ac72253358dccbbaca4ca6d59d7990503137c6bca23543aa5a71eb604a6
0xe1f31a93e59c87553718c2db4ba2478284fb2bb34af4e8f74bcaf146ef4357c3
0xf7642fd08e918ab3823c59cb783844869cb1b12a5de1016b0129b235f76a8bd3
0x62fbd9058c83bdd8fdb52d63d9207520fd1d12648deb5b2a83e8fb99589f90c4

Functions
Getter at block 21438878
maxMintAmount(view returns (uint256)
3
maxSupply(view returns (uint256)
6670
name(view returns (string)
DROIDzWORLD-OFFICIAL
owner(view returns (address)
0x6dd89bfd25c8481babcdebe8177169a0eba57f23
paused(view returns (bool)
false
preSaleActive(view returns (bool)
true
price(view returns (uint256)
55000000000000000
publicSaleActive(view returns (bool)
true
reveal(view returns (bool)
true
symbol(view returns (string)
DzW
totalSupply(view returns (uint256)
531
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
preSaleBalance(address ownerview returns (uint256)
publicSaleBalance(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
verifyWLUser(bytes32[] _merkleProofview returns (bool)
State-modifying
approve(address touint256 tokenId
internalMint(uint256 _mintAmountaddress _to
pause(
preSaleMint(bytes32[] _merkleProofuint256 _mintAmountpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURIbool setRevealTrue
setMaxMintAmount(uint256 _newMaxMintAmount
setMaxSupply(uint256 _newSupply
setMaxSupplyForTeam(uint256 _newSupply
setMerkleRoot(bytes32 _merkleRoot
setPreSaleActiveState(bool _state
setPrice(uint256 _newPrice
setPublicSaleActiveState(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbolstring _baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

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