ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 792 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147319 | a month ago | | | 0 | 0.0018812907 | |
| 21147317 | a month ago | | | 0 | 0.0017847489 | |
| 21090087 | a month ago | | | 0 | 0.0012926968 | |
| 21090085 | a month ago | | | 0 | 0.0012751494 | |
| 21066070 | a month ago | | | 0 | 0.0038195468 | |
| 21061934 | a month ago | | | 0 | 0.0013132777 | |
| 21061933 | a month ago | | | 0 | 0.0013745254 | |
| 21032295 | a month ago | | | 0 | 0.0015510468 | |
| 21032294 | a month ago | | | 0 | 0.0015707269 | |
| 21032293 | a month ago | | | 0 | 0.0015485013 |
ABI
ABI objects
Getter at block 21331398 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
attestationCounter() view returns (uint64)
721
owner() view returns (address)
0x55d22d83752a9be59b8959f97fcf3b2cabca5094
schemaCounter() view returns (uint64)
72
version() pure returns (string)
1.1.1
Read-only
getAttestation(uint64 attestationId) view returns (struct Attestation)
getDelegatedAttestBatchHash(struct Attestation[] attestations) pure returns (bytes32)
getDelegatedAttestHash(struct Attestation attestation) pure returns (bytes32)
getDelegatedOffchainAttestBatchHash(string[] offchainAttestationIds) pure returns (bytes32)
getDelegatedOffchainAttestHash(string offchainAttestationId) pure returns (bytes32)
getDelegatedOffchainRevokeBatchHash(string[] offchainAttestationIds, string[] reasons) pure returns (bytes32)
getDelegatedOffchainRevokeHash(string offchainAttestationId, string reason) pure returns (bytes32)
getDelegatedRegisterBatchHash(struct Schema[] schemas) pure returns (bytes32)
getDelegatedRegisterHash(struct Schema schema) pure returns (bytes32)
getDelegatedRevokeBatchHash(uint64[] attestationIds, string[] reasons) pure returns (bytes32)
getDelegatedRevokeHash(uint64 attestationId, string reason) pure returns (bytes32)
getOffchainAttestation(string offchainAttestationId) view returns (struct OffchainAttestation)
getSchema(uint64 schemaId) view returns (struct Schema)
State-modifying
Events attest(struct Attestation attestation, address resolverFeesERC20Token, uint256 resolverFeesERC20Amount, string indexingKey, bytes delegateSignature, bytes extraData) returns (uint64)
attest(struct Attestation attestation, string indexingKey, bytes delegateSignature, bytes extraData) returns (uint64)
attest(struct Attestation attestation, uint256 resolverFeesETH, string indexingKey, bytes delegateSignature, bytes extraData) payable returns (uint64)
attestBatch(struct Attestation[] attestations, address[] resolverFeesERC20Tokens, uint256[] resolverFeesERC20Amount, string[] indexingKeys, bytes delegateSignature, bytes extraData) returns (uint64[] attestationIds)
attestBatch(struct Attestation[] attestations, string[] indexingKeys, bytes delegateSignature, bytes extraData) returns (uint64[] attestationIds)
attestBatch(struct Attestation[] attestations, uint256[] resolverFeesETH, string[] indexingKeys, bytes delegateSignature, bytes extraData) payable returns (uint64[] attestationIds)
attestOffchain(string offchainAttestationId, address delegateAttester, bytes delegateSignature)
attestOffchainBatch(string[] attestationIds, address delegateAttester, bytes delegateSignature)
initialize(uint64 schemaCounter_, uint64 attestationCounter_)
register(struct Schema schema, bytes delegateSignature) returns (uint64 schemaId)
registerBatch(struct Schema[] schemas, bytes delegateSignature) returns (uint64[] schemaIds)
renounceOwnership()
revoke(uint64 attestationId, string reason, address resolverFeesERC20Token, uint256 resolverFeesERC20Amount, bytes delegateSignature, bytes extraData)
revoke(uint64 attestationId, string reason, bytes delegateSignature, bytes extraData)
revoke(uint64 attestationId, string reason, uint256 resolverFeesETH, bytes delegateSignature, bytes extraData) payable
revokeBatch(uint64[] attestationIds, string[] reasons, address[] resolverFeesERC20Tokens, uint256[] resolverFeesERC20Amount, bytes delegateSignature, bytes extraData)
revokeBatch(uint64[] attestationIds, string[] reasons, bytes delegateSignature, bytes extraData)
revokeBatch(uint64[] attestationIds, string[] reasons, uint256[] resolverFeesETH, bytes delegateSignature, bytes extraData) payable
revokeOffchain(string offchainAttestationId, string reason, bytes delegateSignature)
revokeOffchainBatch(string[] offchainAttestationIds, string[] reasons, bytes delegateSignature)
setGlobalHook(address hook)
setPause(bool paused)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AttestationMade(uint64 attestationId, string indexingKey)
AttestationRevoked(uint64 attestationId, string reason)
Initialized(uint64 version)
OffchainAttestationMade(string attestationId)
OffchainAttestationRevoked(string attestationId, string reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SchemaRegistered(uint64 schemaId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AttestationAlreadyRevoked()
AttestationInvalidDuration()
AttestationIrrevocable()
AttestationNonexistent()
AttestationWrongAttester()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidDelegateSignature()
InvalidInitialization()
LegacySPRequired()
NotInitializing()
OffchainAttestationAlreadyRevoked()
OffchainAttestationExists()
OffchainAttestationNonexistent()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Paused()
SchemaNonexistent()
SchemaWrongRegistrant()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)