Dudelz

Verified contract

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

No balances found for "Dudelz"

0xeb8312b7f9019deb19a4079b515c34eb07a34a7ae5be31c4d5243df197d613b8
0xc8aea40a76b7e6f223168185280fff5bed189a69890f97d69c0d2381eaae3b13
0x04ebbbdeb918e18fc425e7c5f313d8600cdf7d9274e79aaaf6bba6fa36666512
0x5856375edd7d372568226e75a04aec403be9dbaa27a5f15840018b98f8e1755d
0xf314c03462bc9f4a6a81039677021f499d029aa97f034afd57fe60147f41b996
0x0f1dd62ce9921b844befe3f0bcd68a798dc791b86f366419f4251af198134d31
0xa07b19c949cd28e26340e10eb98f049d8e51dc88df6ff4e6831aad43bc6bb1d5
0xb249645610b5db3ef291bd288bd05d82771196be4ad029dac1494ae506542301
0xcade16dc1594386080a43237a45e1a915c38c4509e1d4ed087eae2c3320a923f
0xef398a6f2312303491a923ddb62d14e1733a52e316723ea3ee6c2615e5fb7a8b

Functions
Getter at block 21204574
GOLDLIST_SALE_PRICE(view returns (uint256)
16000000000000000
MAX_GOLDLIST_MINT(view returns (uint256)
10
MAX_PUBLIC_MINT(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
5555
PUBLIC_SALE_PRICE(view returns (uint256)
16000000000000000
goldListSale(view returns (bool)
false
name(view returns (string)
Dudelz
owner(view returns (address)
0x4c16b1a11b51e218673e9df375aec72dc63742bd
pause(view returns (bool)
true
publicSale(view returns (bool)
true
symbol(view returns (string)
DDLZ
teamMinted(view returns (bool)
false
totalSupply(view returns (uint256)
102
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
goldlistedAddresses(uint256view returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isGoldlisted(address _userview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
totalGoldlistMint(addressview returns (uint256)
totalPublicMint(addressview returns (uint256)
State-modifying
GoldlistUsers(address[] _users
approve(address touint256 tokenId
goldlistMint(uint256 _quantitypayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setTokenUri(string _baseTokenUri
teamMint(uint256 _mintAmountaddress _receiver
toggleGoldListSale(
togglePause(
togglePublicSale(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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