Fcollection

Verified contract

Active on Ethereum with 430 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $97
0xa2158fbc7922abe1f15f972823658a12543933d8de6b9b41199cea856257b919
0xf845515de55e81e5434515df57f4a82b85cb734589686b504f25eddbea4a751c
0x42249b0aa3a6dc91e76d1d17e012f1eef6d9253195ccee6901d4aff4bdae0755
0xe44d2e637de6768bbac99ff905af8507d77ed02a9f777359c7ca2dfc397aaea1
0x1aac3dc7f0b0086cd146ed1ce8603b6963b4fec477f50ae24e8b0cf4d4e47a28
0xac8cc9d044d74b6b63ebb7bd0ad14755982ca543e8df1e343794848ceedc29cd
0xb96db612c4bb80d3028a91665cf04e661701eac0bacf620ac12b788c92e14c06
0x13248f404092787b1d13c5afb7e922e63adab9d44b0da5963c0f356ad86c5f5c
0x870336206f8b443972cb3693184d3b61a4910eee94660feccdfcde2e70f0737b
0xfecda87131f81a564881011adcd07948626a4ed34c6d37047a68437ec67372a4

Functions
Getter at block 21401468
FREE_MAX_SUPPLY(view returns (uint256)
999
MAX_PER_TX(view returns (uint256)
10
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
6999
isActive(view returns (bool)
true
name(view returns (string)
Fcollection
owner(view returns (address)
0x242fc1fce6853d29e179250dbe7abc431254c5a3
price(view returns (uint256)
2900000000000000
symbol(view returns (string)
FCOLLECTION
totalSupply(view returns (uint256)
1420
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(