Baby FTC

Verified contract

Active on Ethereum with 278 txns
Deployed by via 0xc31ff9b9 at 14943805
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Baby FTC"

0x4256c68193abae63504712c2bdc758993520b9f5ca7ab0023db0704c2bd29309
0x63e2b99cd9bad9602b64c8afed6a37adc0453b21f39f6ed5cd2a04b8a4cf0306
0x8062721c7568805470e62970e14030fbb3a3caba26d05bf4db5ee901486f6651
0xd5e1024bef0f24975281c9db682b10fae8f707e8be39ce1ff9699e18bd312fa7
From
0x5abddc5a8251e2abc8fa1b8bd6eee6ce7b08b21726d5a4e30239bcdad45d6e0e
0x07ea17426dec799f54f6d05c113b592ed3cc9abff2dc86d33342d005fc1c64a8
0xae84a01d9a543b224e00da1c4d7f97ffd59323dc93903e780734f6313f4ba2d8
0xc1f01d9fbdc42aee1f7974a6d19887f3da8225c062378bf0f484470cef616b3a
0x0c1933f5fd9daf27553f115dd1fc6c82edd1174fcadbede5806397bce4a47c43
0x0f8d1b0e42f04d22346262025a8f8c096544e4155159d7c30e2271324415f6f9

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
howManyFreeMinted(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freemint(uint256 amountfreepayable 
mint(uint256 tokenspayable 
ownerMint(address touint256 tokens
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowance(uint256 _newallowance
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPrice(uint256 _newPrice
setfreeSupply(uint256 _newfreeSupply
setmaxSupply(uint256 _newMaxSupply
setnotRevealedUri(string _newnotRevealedURI
togglePublicSaleStarted(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(