Family Portraits
Verified contract
Active on
Ethereum with 5,459 txns
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 "Family Portraits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269100 | 20 hours ago | | | 0 | 0.00069234043 | |
| 21267437 | a day ago | | | 0 | 0.00036130161 | |
| 21267411 | a day ago | | | 0 | 0.00033229284 | |
| 21266479 | a day ago | | | 0 | 0.0013355598 | |
| 21249384 | 4 days ago | | | 0 | 0.00081634914 | |
| 21242470 | 5 days ago | | | 0 | 0.00068787472 | |
| 21222485 | 7 days ago | | | 0 | 0.0035470774 | |
| 21214960 | 8 days ago | | | 0 | 0.00030286539 | |
| 21175374 | 14 days ago | | | 0 | 0.0024633099 | |
| 21173372 | 14 days ago | | | 0 | 0.0021664126 |
ABI
ABI objects
Getter at block 21275109
maxSupply() view returns (uint256)
10000
name() view returns (string)
Family Portraits
owner() view returns (address)
0x3d6652c2bbdfca12df695adc71daaa7a570f98d2
rendererAddress() view returns (address)
0x5c8deaf75643ddb4a6568e7dadb17059b26ba7b0
symbol() view returns (string)
PORTRAIT
totalSupply() view returns (uint256)
5351
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)
render(uint256 tokenId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(address to, bytes signature)
openMint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 max)
setMinterAddress(address to)
setOpenMint(bool enabled)
setRendererAddress(address to)
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)
Mint(uint256 tokenId, address minter)
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.
This contract contains no error objects.