DROIDzWORLD-OFFICIAL
Verified contract
Active on
Ethereum with 390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,589.09)
Native
Value
$2,589.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.77 | $3,362.45 |
$2,589.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343182 | 5 months ago | | | 0 | 0.00023810350 | |
| 20026224 | 6 months ago | | | 0 | 0.0013578865 | |
| 19865412 | 7 months ago | | | 0 | 0.00021507042 | |
| 19852276 | 7 months ago | | | 0 | 0.00015769123 | |
| 19603801 | 8 months ago | | | 0 | 0.00040740637 | |
| 17642506 | a year ago | | | 0 | 0.0012648278 | |
| 17418700 | 2 years ago | | | 0 | 0.00094956525 | |
| 17262231 | 2 years ago | | | 0 | 0.0017316119 | |
| 17186458 | 2 years ago | | | 0 | 0.0024714372 | |
| 17036643 | 2 years ago | | | 0 | 0.0011770531 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleBalance(address owner) view returns (uint256)
publicSaleBalance(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
verifyWLUser(bytes32[] _merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 _mintAmount, address _to)
pause()
preSaleMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, bool setRevealTrue)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxSupply(uint256 _newSupply)
setMaxSupplyForTeam(uint256 _newSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPreSaleActiveState(bool _state)
setPrice(uint256 _newPrice)
setPublicSaleActiveState(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()