FinchDog
Verified contract
Active on
Ethereum with 2,985 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 "FinchDog"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500940 | 4 months ago | | | 0 | 0.000029825175 | |
| 18731065 | a year ago | | | 0 | 0.0019626212 | |
| 18288146 | a year ago | | | 0 | 0.00028520997 | |
| 16925808 | 2 years ago | | | 0 | 0.0011277401 | |
| 16669505 | 2 years ago | | | 0 | 0.00098657455 | |
| 16586259 | 2 years ago | | | 0 | 0.0018921331 | |
| 16413401 | 2 years ago | | | 0 | 0.0011273502 | |
| 16413374 | 2 years ago | | | 0 | 0.0011895374 | |
| 16413363 | 2 years ago | | | 0 | 0.0012386254 | |
| 16388933 | 2 years ago | | | 0 | 0.00082414161 |
ABI
ABI objects
Getter at block 21392128
baseURI() view returns (string)
https://bafybeid3nbpe5q4jgsstmhtobpelxpp6zr4mohklpjkoatfdtrk3nxbddy.ipfs.nftstorage.link/
getBalance() view returns (uint256)
0
isFreeMintOpen() view returns (bool)
true
isMintOpen() view returns (bool)
true
maxSupply() view returns (uint256)
8888
maxWalletFreeSupply() view returns (uint256)
3
maxWalletSupply() view returns (uint256)
10
name() view returns (string)
FinchDog
nextTokenId() view returns (uint256)
8139
owner() view returns (address)
0xe0c3c2a98c50f03706b06587f9578c674ae013a7
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
FDOG
totalSupply() view returns (uint256)
8138
unitPrice() view returns (uint256)
3000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
marketMint(address[] marketmintaddress, uint256[] mintquantity)
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)
setBaseURI(string uri)
setIsFreeMintOpen(bool _isFreeMintOpen)
setIsMintOpen(bool _isMintOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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(uint256 _mintCntToOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()