This contract is being backfilled. You may encounter incomplete storage history.

StaticAttester

Verified contract

Implementation

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

No balances found for "StaticAttester"

No transactions found for "StaticAttester"


Functions
Getter at block 22744086
ATTESTER_ROLE(view returns (bytes32)
0x6963f0613d64d01eae151b8192b4f5d733f7974bce4e7c89c4887e892ee8b439
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x47bd254b767a6c88b0a122b27f35868f84f911de8501889aeca7afd8154015f6
UPGRADER_ROLE(view returns (bytes32)
0x11e662d7dd64026ca8eee87ae18317526db1dd1b839afe1db73c3f36fa0ba075
VERIFIED_ACCOUNT_SCHEMA(view returns (bytes32)
0xb012c68d91cefdf392ea2255335a4c5afa3ea97ce6c42d86cabc488bced83f87
VERIFIED_COUNTRY_SCHEMA(view returns (bytes32)
0xd4fabc1c2e7468f564616df751722c10ac59f75dbc559e13d538e84c0c181eea
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
attest(struct AttestationRequest requestreturns (bytes32)
attestAccount(address recipientreturns (bytes32)
attestCountry(uint256 recipientAndCountryreturns (bytes32)
grantRole(bytes32 roleaddress account
initialize(address defaultAdmin
initializeV2(bytes32 verifiedAccountSchemabytes32 verifiedCountrySchema
multiAttest(struct MultiAttestationRequest[] multiRequestsreturns (bytes32[])
multiRevoke(struct MultiRevocationRequest[] multiRequests
pause(
registerSchema(bytes32 schemaIdbytes32 easSchemaId
renounceRole(bytes32 roleaddress account
revoke(struct RevocationRequest request
revokeRole(bytes32 roleaddress account
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SchemaRegistered(bytes32 indexed internalSchemaIdbytes32 indexed easSchemaId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidCountry(
InvalidEasSchemaId(
InvalidInternalSchemaId(
InvalidRecipient(
SchemaNotRegistered(bytes32 internalSchemaId