0x357458739f90461b99789350868cd7cf330dd7ee
Verified contract
Proxy
Active on
Base
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000864 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00099 |
$0 | |
OHNO | ERC-20 | 33.524655K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
9MM | ERC-20 | 30 | -- | -- | |
MAYKL | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22722475 | a minute ago | | | 0 | 8.2521938e-7 | |
| 22722380 | 5 minutes ago | | | 0 | 8.2525440e-7 | |
| 22722359 | 5 minutes ago | | | 0 | 2.7505173e-7 | |
| 22722355 | 5 minutes ago | | | 0 | 9.5722857e-7 | |
| 22722355 | 5 minutes ago | | | 0 | 8.2525440e-7 | |
| 22722355 | 5 minutes ago | | | 0 | 8.2381578e-7 | |
| 22722340 | 6 minutes ago | | | 0 | 9.5722857e-7 | |
| 22722340 | 6 minutes ago | | | 0 | 8.2381578e-7 | |
| 22722300 | 7 minutes ago | | | 0 | 2.7505173e-7 | |
| 22722210 | 10 minutes ago | | | 0 | 2.7505173e-7 |
ABI
ABI objects
Getter at block 22722514 proxiableUUID() view returns (bytes32)
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
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events attest(struct AttestationRequest request) returns (bytes32)
attestAccount(address recipient) returns (bytes32)
attestCountry(uint256 recipientAndCountry) returns (bytes32)
grantRole(bytes32 role, address account)
initialize(address defaultAdmin)
initializeV2(bytes32 verifiedAccountSchema, bytes32 verifiedCountrySchema)
multiAttest(struct MultiAttestationRequest[] multiRequests) returns (bytes32[])
multiRevoke(struct MultiRevocationRequest[] multiRequests)
pause()
registerSchema(bytes32 schemaId, bytes32 easSchemaId)
renounceRole(bytes32 role, address account)
revoke(struct RevocationRequest request)
revokeRole(bytes32 role, address account)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SchemaRegistered(bytes32 indexed internalSchemaId, bytes32 indexed easSchemaId)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidCountry()
InvalidEasSchemaId()
InvalidInternalSchemaId()
InvalidRecipient()
SchemaNotRegistered(bytes32 internalSchemaId)