CallerAndCommenterImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
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
Balances ($0.00)
No balances found for "CallerAndCommenterImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CallerAndCommenterImpl"
ABI
ABI objects
Getter at block 22737285
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 permit) view returns (bytes32)
hashPermitTimedSaleMintAndComment(struct ICallerAndCommenterPermitTimedSaleMintAndComment permit) view returns (bytes32)
nonceUsed(address owner, bytes32 nonce) view returns (bool)
State-modifying
Events acceptOwnership()
buyOnSecondaryAndComment(address commenter, uint256 quantity, address collection, uint256 tokenId, address excessRefundRecipient, uint256 maxEthToSpend, uint160 sqrtPriceLimitX96, string comment) payable returns (struct ICommentsCommentIdentifier)
initialize(address owner)
permitBuyOnSecondaryAndComment(struct ICallerAndCommenterPermitBuyOnSecondaryAndComment permit, bytes signature) payable returns (struct ICommentsCommentIdentifier)
permitTimedSaleMintAndComment(struct ICallerAndCommenterPermitTimedSaleMintAndComment permit, bytes signature) payable returns (struct ICommentsCommentIdentifier)
renounceOwnership()
sellOnSecondaryAndComment(address commenter, uint256 quantity, address collection, uint256 tokenId, address recipient, uint256 minEthToAcquire, uint160 sqrtPriceLimitX96, string comment) payable returns (struct ICommentsCommentIdentifier commentIdentifier)
timedSaleMintAndComment(address commenter, uint256 quantity, address collection, uint256 tokenId, address mintReferral, string comment) payable returns (struct ICommentsCommentIdentifier)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
EIP712DomainChanged()
Initialized(uint64 version)
MintedAndCommented(bytes32 indexed commentId, struct ICommentsCommentIdentifier commentIdentifier, uint256 quantity, string text)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwappedOnSecondaryAndCommented(bytes32 indexed commentId, struct ICommentsCommentIdentifier commentIdentifier, uint256 indexed quantity, string comment, uint8 indexed swapDirection)
Upgraded(address indexed implementation)
constructor(address _comments, address _zoraTimedSale, address _swapHelper, uint256 _sparksValue)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
CommenterMismatch(address expected, address actual)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC2612ExpiredSignature(uint256 deadline)
FailedInnerCall()
IncorrectDestinationChain(uint256 wrongDestinationChainId)
InvalidAccountNonce(address account, bytes32 currentNonce)
InvalidInitialization()
InvalidSignature()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SaleNotSet(address collection, uint256 tokenId)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UpgradeToMismatchedContractName(string currentName, string newName)
WrongValueSent(uint256 expected, uint256 actual)