Familiar Pure Girl
Verified contract
Proxy
Active on
Ethereum with 451 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Familiar Pure Girl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889293 | 2 months ago | | | 0 | 0.00022840055 | |
| 20882888 | 2 months ago | | | 0 | 0.000094684099 | |
| 20637152 | 3 months ago | | | 0 | 0.000082059894 | |
| 20629049 | 3 months ago | | | 0 | 0.00020134661 | |
| 20588680 | 3 months ago | | | 0 | 0.000033349043 | |
| 20570052 | 3 months ago | | | 0 | 0.000058749554 | |
| 20568573 | 3 months ago | | | 0 | 0.000063799472 | |
| 19836562 | 6 months ago | | | 0 | 0.000090798311 | |
| 19830200 | 6 months ago | | | 0 | 0.000097903428 | |
| 19562717 | 8 months ago | | | 0 | 0.0011103006 |
ABI
ABI objects
Getter at block 21227496
customBaseURI() view returns (string)
defaultBaseURI() view returns (string)
https://factory.chocomint.app/metadata/
name() view returns (string)
Familiar Pure Girl
owner() view returns (address)
0xc9bca422a142f20707dba2edb455c64ff71854b0
paused() view returns (bool)
false
symbol() view returns (string)
sFPG
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 _tokenId) view returns (uint256[])
getFeeRecipients(uint256 _tokenId) view returns (address[])
ipfsHashMemory(uint256) view returns (bytes32)
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)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol)
mint(address _to, uint256 _tokenId)
mint(address[] _toList, uint256[] _tokenIdList)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCustomBaseURI(string _customBaseURI)
setCustomRoyality(uint256 _tokenId, address[] _royaltyAddress, uint256[] _royalty)
setCustomRoyality(uint256[] _tokenIdList, address[][] _royaltyAddressList, uint256[][] _royaltyList)
setDefaultRoyality(address[] _royaltyAddress, uint256[] _royalty)
setIpfsHash(uint256 _tokenId, bytes32 _ipfsHash)
setIpfsHash(uint256[] _tokenIdList, bytes32[] _ipfsHashList)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.