TheDogzAI
Verified contract
Active on
Ethereum with 654 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 "TheDogzAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16534154 | 2 years ago | | | 0 | 0.00044349725 | |
| 16219184 | 2 years ago | | | 0 | 0.00079292786 | |
| 16218388 | 2 years ago | | | 0 | 0.00070977386 | |
| 16174214 | 2 years ago | | | 0 | 0.00075676997 | |
| 15614081 | 2 years ago | | | 0 | 0.00026028971 | |
| 15611618 | 2 years ago | | | 0 | 0.00057329235 | |
| 15608487 | 2 years ago | | | 0 | 0.00026416592 | |
| 15558252 | 2 years ago | | | 0 | 0.000078993022 | |
| 15543283 | 2 years ago | | | 0 | 0.00047608995 | |
| 15414821 | 2 years ago | | | 0 | 0.00024521404 |
ABI
ABI objects
Getter at block 21307669
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
333
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
333
PRICE() view returns (uint256)
5000000000000000
baseTokenURI() view returns (string)
https://bafybeifavynqomnbdycjuohhnqeeujwuvg4lw6xrb4jlauur3aocpy3c3e.ipfs.nftstorage.link/metadata
initialize() view returns (bool)
true
maxFreePerTx() view returns (uint256)
1
name() view returns (string)
TheDogzAI
owner() view returns (address)
0xe5b743cb6d85da3a21dd6c87670ef3c5129b52cc
revealed() view returns (bool)
true
symbol() view returns (string)
DOGZAI
totalSupply() view returns (uint256)
333
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)
qtyFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
reveal(bool _revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setInitialize(bool _initialize)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()