AngryDogNFT
Verified contract
Active on
Ethereum with 4,043 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcf6…a20c
Balances ($0.00)
No balances found for "AngryDogNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18755097 | a year ago | | | 0 | 0.0014553829 | |
| 18340390 | a year ago | | | 0 | 0.00032819672 | |
| 17968152 | a year ago | | | 0 | 0.00076760542 | |
| 17477331 | a year ago | | | 0 | 0.00063714011 | |
| 16932795 | 2 years ago | | | 0 | 0.0011510598 | |
| 16647251 | 2 years ago | | | 0 | 0.00096142072 | |
| 16638276 | 2 years ago | | | 0 | 0.0016251888 | |
| 16242417 | 2 years ago | | | 0 | 0.00090524583 | |
| 16162955 | 2 years ago | | | 0 | 0.00072370104 | |
| 16131123 | 2 years ago | | | 0 | 0.00057582167 |
ABI
ABI objects
Getter at block 21297170
maxCatHolderSupply() view returns (uint256)
0
maxFreeCatHolder() view returns (uint256)
10
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
AngryDogNFT
owner() view returns (address)
0x364afd3b5f8d6c141aba5c6ba50d116cc155e220
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
ANGRY
totalCatMinted() view returns (uint256)
0
totalFreeMinted() view returns (uint256)
5000
totalSupply() view returns (uint256)
10000
Read-only
_catHolderMints(address) view returns (uint256)
_mintedFreeAmount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isCatOwner(address _address) 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)
mint(uint256 count) payable
mintCatHolder(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCatHolderSupply(uint256 _newMaxCatHolderSupply)
setMaxFreePerWallet(uint256 _maxPerTx)
setPrice(uint256 _newPrice)
setSupply(uint256 _newMaxSupply)
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()
URIQueryForNonexistentToken()