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 "Baby FTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16746684 | 2 years ago | | | 0 | 0.00097002397 | |
| 16700217 | 2 years ago | | | 0 | 0.0013286015 | |
| 16688155 | 2 years ago | | | 0 | 0.0017351179 | |
| 16655115 | 2 years ago | | | 0 | 0.0011437840 | |
| 16049606 | 2 years ago | | | 0 | 0.00053336735 | |
| 15982681 | 2 years ago | | | 0 | 0.00067930204 | |
| 15875310 | 2 years ago | | | 0 | 0.00055527549 | |
| 15850235 | 2 years ago | | | 0 | 0.00046747584 | |
| 15787257 | 2 years ago | | | 0 | 0.00081394580 | |
| 15786630 | 2 years ago | | | 0 | 0.00091092607 |
ABI
ABI objects
Getter at block 21216970
FREE_MINTED() view returns (uint256)
2044
FREE_SUPPLY() view returns (uint256)
2200
MAX_MINTS_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
3000
baseURI() view returns (string)
https://babyftc.mypinata.cloud/ipfs/QmXCJ23bXZQbsn8Tu2Mz2D9ZNJzjnLktfPJYqaGgFGp5RR/
freealllowance() view returns (uint256)
10
name() view returns (string)
Baby FTC
notRevealedUri() view returns (string)
https://babyftc.mypinata.cloud/ipfs/QmQsnuXSHoBvHyRs2zAcqZiAuNZFyU4pD6r66wD11YvmDU/hidden.json
owner() view returns (address)
0xc2882e4bc42888c7ee92fe5601f09d2de765e755
price() view returns (uint256)
3000000000000000
publicSaleStarted() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BFTC
totalSupply() view returns (uint256)
2075
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
howManyFreeMinted(address account) view returns (uint256)
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 amountfree) payable
mint(uint256 tokens) payable
ownerMint(address to, uint256 tokens)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowance(uint256 _newallowance)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrice(uint256 _newPrice)
setfreeSupply(uint256 _newfreeSupply)
setmaxSupply(uint256 _newMaxSupply)
setnotRevealedUri(string _newnotRevealedURI)
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()