Fellowship Print Deeds
Verified contract
Active on
Ethereum with 137 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 "Fellowship Print Deeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20928015 | 2 months ago | | | 0 | 0.0012643196 | |
| 19812772 | 7 months ago | | | 0 | 0.00052512346 | |
| 19668160 | 8 months ago | | | 0 | 0.00055322039 | |
| 19667146 | 8 months ago | | | 0 | 0.00071111374 | |
| 19661232 | 8 months ago | | | 0 | 0.0021589315 | |
| 19399150 | 9 months ago | | | 0 | 0.0039748507 | |
| 19322152 | 9 months ago | | | 0 | 0.0045275724 | |
| 19220201 | 10 months ago | | | 0 | 0.0038884996 | |
| 19211873 | 10 months ago | | | 0 | 0.0011004312 | |
| 19211607 | 10 months ago | | | 0 | 0.00098183081 |
ABI
ABI objects
Getter at block 21341300
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
Fellowship Print Deeds
owner() view returns (address)
0xc88bf16aa3f058035898a803e1d7f33ad2559298
paused() view returns (bool)
false
printFactory() view returns (address)
0x11f32c8d5ad08f844ca2e95f6ffe66e5cd74457d
symbol() view returns (string)
FPD
uriDelegate() view returns (address)
0x8dab276008719fa9fa96df05aabf993ce65a6066
Read-only
artTokentoDeedId(address collection, uint256 id) pure returns (uint256)
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
collectionInfo(address collection) view returns (struct IFPDCollectionInfo)
collectionToRoyaltyInfo(address) view returns (address receiver, uint96 royaltyFraction)
deedsClaimed(uint256) view returns (uint256)
deedsLeftToClaim(address collection, uint256 id) view returns (uint256)
getArtTokenIdFromDeedId(uint256 deedId) pure returns (uint256)
getCollectionFromDeedId(uint256 deedId) pure returns (address)
isApprovedForAll(address, address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events addCollection(address collection, uint256 collectionStartId, uint256 collectionSupply, uint256 editionSize, address royaltyRecipient, address authorizer)
burnDeeds(uint256[] ids, uint256[] amounts)
claimDeeds(address[] collections, uint256[] ids)
claimDeedsPartial(address[] collections, uint256[] ids, uint256[] amounts)
claimDeedsPartialTo(address[] collections, uint256[] ids, uint256[] amounts, address to)
claimDeedsTo(address[] collections, uint256[] ids, address to)
claimPrintsDirectly(address[] collections, uint256[] ids)
claimPrintsDirectlyPartial(address[] collections, uint256[] ids, uint256[] amounts)
extendCollection(address collection, uint256 additionalSupply)
increaseEditions(address collection, uint256 additionalEditions)
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[] amounts, bytes) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256 amount, bytes) returns (bytes4)
pauseClaims()
renounceOwnership()
resumeClaims()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateCollectionAuth(address collection, address authorizer)
updatePrintFactory(address factory)
updateRoyalties(address collection, address recipient, uint256 royaltyBps)
updateUriDelegate(address newUriDelegate)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyRevoked()
OnlyOwner()
OperatorNotAllowed(address operator)