Fcollection
Verified contract
Active on
Ethereum with 430 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($97.00)
Native
Value
$97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02494 | $3,889.30 |
$97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17732948 | a year ago | | | 0 | 0.00087984758 | |
| 17462437 | 2 years ago | | | 0 | 0.00067102303 | |
| 17277532 | 2 years ago | | | 0 | 0.0016345007 | |
| 17220723 | 2 years ago | | | 0 | 0.0033163643 | |
| 17219979 | 2 years ago | | | 0 | 0.0034001433 | |
| 17058469 | 2 years ago | | | 0.0116 | 0.0026155565 | |
| 17047871 | 2 years ago | | | 0.00464 | 0.0022918214 | |
| 17027204 | 2 years ago | | | 0.0058 | 0.0023721951 | |
| 17027130 | 2 years ago | | | 0.0029 | 0.0023995747 | |
| 17026682 | 2 years ago | | | 0 | 0.0036375855 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawMoney()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()