CallerAndCommenterImpl

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xf9203efa at 22024271
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots

No balances found for "CallerAndCommenterImpl"

No transactions found for "CallerAndCommenterImpl"


Functions
Getter at block 22747734
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
comments(view returns (address)
0x7777777c2b3132e03a65721a41745c07170a5877
contractName(pure returns (string)
Caller and Commenter
contractVersion(pure returns (string)
0.0.2
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0xad607af6c0b35dd24d11693385c6af8969d9aba8, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
secondarySwap(view returns (address)
0x777777edf27ac61671e3d5718b10bf6a8802f9f1
sparkValue(view returns (uint256)
1000000000000
zoraTimedSale(view returns (address)
0x777777722d078c97c6ad07d9f36801e653e356ae
Read-only
hashPermitBuyOnSecondaryAndComment(struct ICallerAndCommenterPermitBuyOnSecondaryAndComment permitview returns (bytes32)
hashPermitTimedSaleMintAndComment(struct ICallerAndCommenterPermitTimedSaleMintAndComment permitview returns (bytes32)
nonceUsed(address ownerbytes32 nonceview returns (bool)
State-modifying
acceptOwnership(
buyOnSecondaryAndComment(address commenteruint256 quantityaddress collectionuint256 tokenIdaddress excessRefundRecipientuint256 maxEthToSpenduint160 sqrtPriceLimitX96string commentpayable returns (struct ICommentsCommentIdentifier)
initialize(address owner
permitBuyOnSecondaryAndComment(struct ICallerAndCommenterPermitBuyOnSecondaryAndComment permitbytes signaturepayable returns (struct ICommentsCommentIdentifier)
permitTimedSaleMintAndComment(struct ICallerAndCommenterPermitTimedSaleMintAndComment permitbytes signaturepayable returns (struct ICommentsCommentIdentifier)
renounceOwnership(
sellOnSecondaryAndComment(address commenteruint256 quantityaddress collectionuint256 tokenIdaddress recipientuint256 minEthToAcquireuint160 sqrtPriceLimitX96string commentpayable returns (struct ICommentsCommentIdentifier commentIdentifier)
timedSaleMintAndComment(address commenteruint256 quantityaddress collectionuint256 tokenIdaddress mintReferralstring commentpayable returns (struct ICommentsCommentIdentifier)
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
EIP712DomainChanged(
Initialized(uint64 version
MintedAndCommented(bytes32 indexed commentIdstruct ICommentsCommentIdentifier commentIdentifieruint256 quantitystring text
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwappedOnSecondaryAndCommented(bytes32 indexed commentIdstruct ICommentsCommentIdentifier commentIdentifieruint256 indexed quantitystring commentuint8 indexed swapDirection
Upgraded(address indexed implementation
Constructor
constructor(address _commentsaddress _zoraTimedSaleaddress _swapHelperuint256 _sparksValue
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
CommenterMismatch(address expectedaddress actual
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC2612ExpiredSignature(uint256 deadline
FailedInnerCall(
IncorrectDestinationChain(uint256 wrongDestinationChainId
InvalidAccountNonce(address accountbytes32 currentNonce
InvalidInitialization(
InvalidSignature(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SaleNotSet(address collectionuint256 tokenId
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
UpgradeToMismatchedContractName(string currentNamestring newName
WrongValueSent(uint256 expecteduint256 actual