Degenerate Dachshunds
Verified contract
Active on
Ethereum with 3,693 txns
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 "Degenerate Dachshunds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070082 | 25 days ago | | | 0 | 0.00016134090 | |
| 20995244 | a month ago | | | 0 | 0.00028017373 | |
| 20817861 | 2 months ago | | | 0 | 0.00030225938 | |
| 20817861 | 2 months ago | | | 0 | 0.00030225938 | |
| 20817861 | 2 months ago | | | 0 | 0.00052725234 | |
| 20814482 | 2 months ago | | | 0 | 0.0020649817 | |
| 20814396 | 2 months ago | | | 0 | 0.0051253070 | |
| 20777469 | 2 months ago | | | 0 | 0.00029704654 | |
| 20765750 | 2 months ago | | | 0 | 0.00023746395 | |
| 20696933 | 3 months ago | | | 0 | 0.000074728128 |
ABI
ABI objects
Getter at block 21248332
MAX_PER_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
8888
baseTokenURI() view returns (string)
ipfs://QmPi6BBUhN8UY89hUBQn1fbE6hGe2JufoqEeZTWTuRL19s/
name() view returns (string)
Degenerate Dachshunds
owner() view returns (address)
0x41cc75df838d12b70ee1d4115f2c4137c9e4bc1e
price() view returns (uint256)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DD
totalSupply() view returns (uint256)
8888
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintNft(uint256 _count) payable
renounceOwnership()
reserveNfts(uint256 _count, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setSaleState(bool _activeState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 _newPrice)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.