ShowtimeVerifier

Verified contract

Active on Base with 26 txns
Deployed by via 0x6fa845af at 2329836
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ShowtimeVerifier"

0xff661bd3b7a32a9dbc7355f0cbeef974f91bde20ecc05a7ea0273cd7ef02a904
0x3f3de613e95350f7452f55693ff81b8600b85eaae6d5556ec1e13e31b25f4e11
0xec7d53921a35f79c075c37aa4ca9ffecd3ef78d87415a16816ac82792da8415d
0x5b6ba9a44f2f25383774116af970f602646132309c6ed175eea9a8e1e62ce5db
0x02a81e2b001a1076b4bb23647f7762f4f69568b8938237c6d336df373c73c4dc
0xd63b63e2ca951bcf2e47744677c9fee04d6b290b0803d28736e39ca6eb41b7f6
0xf0fdc98996190df7f57d12fc57d1441e0650796a258f35c773a4b9fda509d865
0x7207bece551ae12190c746aac9471aa75234bc9875d2b06a83f3a2e7e654f3d2
0xe553ba77e759da9371289a65a1934ec1dac3a60097ba09fd258c98119198368d
0x744e8ee1ead88803ff89d771fc80311958c8b200341793f0ee22aa73e20915ee

Functions
Getter at block 23166385
MAX_ATTESTATION_VALIDITY_SECONDS(view returns (uint256)
300
MAX_SIGNER_VALIDITY_DAYS(view returns (uint256)
365
REQUEST_TYPE_HASH(view returns (bytes32)
0x49cd9e7500ccf35589af39ab79224195926475cfa50997ee8bbcef3c87b0f9fa
domainSeparator(view returns (bytes32)
0x0c3be79fa914a526eb7e8ec47178f2ca6f81e90fb14c3e335600dc3ec6fa1a6f
manager(view returns (address)
0xd33c120a17a3429fbe83211e624b0d9b4e0338ee
owner(view returns (address)
0x244312d5330debd654fe1f4e353badac730d7b3c
requestType(view returns (bytes)
0x4174746573746174696f6e28616464726573732062656e65666963696172792c6164647265737320636f6e746578742c75696e74323536206e6f6e63652c75696e743235362076616c6964556e74696c29
Read-only
encode(struct Attestation attestationpure returns (bytes)
nonces(addressview returns (uint256)
signerValidity(addressview returns (uint256)
verify(struct SignedAttestation signedAttestationview returns (bool)
verify(struct Attestation attestationbytes32 typeHashbytes encodedDatabytes signatureview returns (bool)
State-modifying
registerAndRevoke(address signerToRegisteraddress signerToRevokeuint256 validityDaysreturns (uint256 validUntil)
registerSigner(address signeruint256 validityDaysreturns (uint256 validUntil)
renounceOwnership(
revokeSigner(address signer
setManager(address _manager
transferOwnership(address newOwner
verifyAndBurn(struct SignedAttestation signedAttestationreturns (bool)
verifyAndBurn(struct Attestation attestationbytes32 typeHashbytes encodedDatabytes signaturereturns (bool)
Events
ManagerUpdated(address newManager
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SignerAdded(address signeruint256 validUntil
SignerRevoked(address signer
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadNonce(uint256 expecteduint256 actual
DeadlineTooLong(
Expired(
NullAddress(
SignerExpired(address signer
Unauthorized(
UnknownSigner(