Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dudelz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16130704 | 2 years ago | | | 0 | 0.00059131985 | |
| 16129779 | 2 years ago | | | 0 | 0.00050844991 | |
| 16129648 | 2 years ago | | | 0 | 0.00052897993 | |
| 16129635 | 2 years ago | | | 0 | 0.00036433793 | |
| 15743778 | 2 years ago | | | 0 | 0.00057933581 | |
| 15590186 | 2 years ago | | | 0 | 0.00060397376 | |
| 15556642 | 2 years ago | | | 0.016 | 0.00057631121 | |
| 15541366 | 2 years ago | | | 0 | 0.00052867334 | |
| 15534542 | 2 years ago | | | 0.016 | 0.0014598360 | |
| 15520380 | 2 years ago | | | 0 | 0.00022097659 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
goldlistedAddresses(uint256) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isGoldlisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
totalGoldlistMint(address) view returns (uint256)
totalPublicMint(address) view returns (uint256)
State-modifying
Events GoldlistUsers(address[] _users)
approve(address to, uint256 tokenId)
goldlistMint(uint256 _quantity) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenUri(string _baseTokenUri)
teamMint(uint256 _mintAmount, address _receiver)
toggleGoldListSale()
togglePause()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()