WritingEditions
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 "WritingEditions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WritingEditions"
ABI
ABI objects
Getter at block 21841440 contractURI() view returns (string) description() view returns (string)
VERSION() view returns (uint8)
200
baseDescriptionURI() view returns (string)
https://mirror.xyz/
contentURI() view returns (string)
factory() view returns (address)
0x2d4b7ec9923b9cf22d87ced721e69e1f8ed96a0a
fundingRecipient() view returns (address)
0x0000000000000000000000000000000000000000
guardOn() view returns (bool)
true
imageURI() view returns (string)
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
0
name() view returns (string)
o11y() view returns (address)
0x3f2408693cc2e0c8e0bb68f039ceb6deac0ec072
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
0
royaltyRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasuryConfiguration() view returns (address)
0x004d8438f4016a96f2d6ddc17808f4e40b47cde6
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)
ownerOf(uint256[] tokenIds) view returns (address[] owners)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
initialize(address _owner, struct IWritingEditionsWritingEdition edition, address tokenRecipient, string message, bool _guardOn) payable
mint(address tokenRecipient) returns (uint256 tokenId)
purchase(address tokenRecipient, string message) payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseDescriptionURI(string newBaseDescriptionURI)
setFundingRecipient(address _fundingRecipient)
setLimit(uint256 newLimit)
setMaxLimit()
setPrice(uint256 _price)
setRenderer(address _renderer)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyBPS_)
toggleGuard()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseDescriptionURISet(address indexed clone, string oldBaseDescriptionURI, string newBaseDescriptionURI)
CloneDeployed(address indexed factory, address indexed owner, address indexed clone)
FactoryGuardSet(bool guard)
FactoryImplementationSet(address indexed factory, address indexed oldImplementation, address indexed newImplementation)
FactoryLimitSet(address indexed factory, uint256 oldLimit, uint256 newLimit)
FundingRecipientSet(address indexed clone, address indexed oldFundingRecipient, address indexed newFundingRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceSet(address indexed clone, uint256 oldLimit, uint256 newLimit)
PriceSet(uint256 price)
RendererSet(address indexed clone, address indexed renderer)
RendererSet(address indexed renderer)
RoyaltyChange(address indexed clone, address indexed oldRoyaltyRecipient, uint256 oldRoyaltyBPS, address indexed newRoyaltyRecipient, uint256 newRoyaltyBPS)
RoyaltyChange(address indexed oldRoyaltyRecipient, uint256 oldRoyaltyBPS, address indexed newRoyaltyRecipient, uint256 newRoyaltyBPS)
Transfer(address indexed clone, address indexed from, address indexed to, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TributarySet(address indexed factory, address indexed clone, address oldTributary, address indexed newTributary)
WritingEditionLimitSet(address indexed clone, uint256 oldLimit, uint256 newLimit)
WritingEditionLimitSet(uint256 oldLimit, uint256 newLimit)
WritingEditionPurchased(address indexed clone, uint256 tokenId, address indexed recipient, uint256 price, string message, uint256 flatFeeAmount)
constructor(address _factory, address _treasuryConfiguration, address _o11y)
This contract contains no fallback and receive objects.
This contract contains no error objects.