ShowtimeVerifier
Verified contract
Active on
Base with 26 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 "ShowtimeVerifier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8118978 | a year ago | | | 0 | 2.5790000e-7 | |
| 7859771 | a year ago | | | 0 | 2.5790000e-7 | |
| 7600563 | a year ago | | | 0 | 2.5790000e-7 | |
| 7341344 | a year ago | | | 0 | 2.5790000e-7 | |
| 7082106 | a year ago | | | 0 | 2.5790000e-7 | |
| 6822900 | a year ago | | | 0 | 2.5790000e-7 | |
| 6563554 | a year ago | | | 0 | 2.6784000e-7 | |
| 6563405 | a year ago | | | 0 | 2.5784000e-7 | |
| 6304173 | a year ago | | | 0 | 2.5790000e-7 | |
| 6044843 | a year ago | | | 0 | 2.5784000e-7 |
ABI
ABI objects
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 attestation) pure returns (bytes)
nonces(address) view returns (uint256)
signerValidity(address) view returns (uint256)
verify(struct SignedAttestation signedAttestation) view returns (bool)
verify(struct Attestation attestation, bytes32 typeHash, bytes encodedData, bytes signature) view returns (bool)
State-modifying
Events registerAndRevoke(address signerToRegister, address signerToRevoke, uint256 validityDays) returns (uint256 validUntil)
registerSigner(address signer, uint256 validityDays) returns (uint256 validUntil)
renounceOwnership()
revokeSigner(address signer)
setManager(address _manager)
transferOwnership(address newOwner)
verifyAndBurn(struct SignedAttestation signedAttestation) returns (bool)
verifyAndBurn(struct Attestation attestation, bytes32 typeHash, bytes encodedData, bytes signature) returns (bool)
ManagerUpdated(address newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerAdded(address signer, uint256 validUntil)
SignerRevoked(address signer)
constructor(address _owner)
This contract contains no fallback and receive objects.
BadNonce(uint256 expected, uint256 actual)
DeadlineTooLong()
Expired()
NullAddress()
SignerExpired(address signer)
Unauthorized()
UnknownSigner()