Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$39.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,923.47 |
$39.23 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202604 | 5 months ago | | | 0 | 0.00010650886 | |
| 20202542 | 5 months ago | | | 0 | 0.000077713125 | |
| 15303248 | 2 years ago | | | 0 | 0.0023594681 | |
| 15303238 | 2 years ago | | | 0 | 0.0025752076 | |
| 15303233 | 2 years ago | | | 0 | 0.0025777768 | |
| 15229588 | 2 years ago | | | 0 | 0.00049889819 | |
| 15056698 | 2 years ago | | | 0 | 0.0015039469 | |
| 15034410 | 2 years ago | | | 0 | 0.0032476945 | |
| 15032365 | 2 years ago | | | 0 | 0.0011202994 | |
| 15032207 | 2 years ago | | | 0 | 0.0013912165 |
ABI
ABI objects
Getter at block 21385600
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_MINT_PER_WALLET_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5555
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQMdf7KU9bdvmV3f1En8zQSySixtStXbmZCteN8df8bVz/
freeSupply() view returns (uint256)
2000
name() view returns (string)
DogShit
owner() view returns (address)
0x75ff3cd6082aebf260ad94ca89133ec971666584
price() view returns (uint256)
5000000000000000
stage() view returns (uint8)
1
symbol() view returns (string)
DS
totalSupply() view returns (uint256)
197
Read-only
addressFreeMinted(address) view returns (bool)
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)
freeMint(uint256 _quantity)
mint(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeSupply(uint256 newFreeSupply)
setPrice(uint256 newPrice)
setStage(uint8 newStage)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
StageChanged(uint8 from, uint8 to)
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()
URIQueryForNonexistentToken()