0x1EC3366D384ee7996F2F70B67A65C5d54Ce96040
on Celo Mainnet (42220)
- Contract Name
- Attestations
- Compilation Target
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations
- Language
- Solidity
- Compiler
- solc 0.5.13+commit.5b0b510c
- EVM Version
- istanbul
- Verified At
- 2024-08-08 14:09:18 UTC
- Deployer
- 0xE1207B3e21B6f02331cB71a62167bc27Ea0408Ee
- Deployment Transaction
- 0xe96c6ea82012a7eef7f5ce69890ad88f98b9c1d48e12ff62129a95a867e7cd58
- Block Number
- 11711013
- Transaction Index
- 2
ABI
Source Code
- openzeppelin-solidity/contracts/GSN/Context.sol
- openzeppelin-solidity/contracts/math/SafeMath.sol
- openzeppelin-solidity/contracts/utils/SafeCast.sol
- openzeppelin-solidity/contracts/ownership/Ownable.sol
- openzeppelin-solidity/contracts/cryptography/ECDSA.sol
- openzeppelin-solidity/contracts/token/ERC20/IERC20.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/Signatures.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/Initializable.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/UsingRegistry.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/UsingPrecompiles.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/interfaces/IFreezer.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/interfaces/IAccounts.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/interfaces/IRegistry.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/interfaces/IRandom.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/stability/interfaces/IReserve.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/stability/interfaces/IExchange.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/governance/interfaces/IElection.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/libraries/ReentrancyGuard.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/governance/interfaces/IGovernance.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/governance/interfaces/ILockedGold.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/governance/interfaces/IValidators.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/interfaces/IAttestations.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/stability/interfaces/IStableToken.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/stability/interfaces/ISortedOracles.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/interfaces/IFeeCurrencyWhitelist.sol
- /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/interfaces/ICeloVersionedContract.sol
Compiler Settings
Libraries
This contract uses unverified libraries. Libraries can contain arbitrary code and should be verified before interacting with the contract.
Manually Linked Libraries
These libraries are linked manually on the bytecode after the compilation and not by the compiler. See Solidity docs
Name | Address |
---|---|
/home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/Signatures.sol:Signatures | 0x69baecd458e7c08b13a18e11887dbb078fb3cbb4 |
Contract Metadata
Creation Bytecode
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
Runtime Bytecode
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
Transformations
Library Transformations
Fully Qualified Name | Address | Byte Offsets |
---|---|---|
/home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/common/Signatures.sol:Signatures | 0x69baecd458e7c08b13a18e11887dbb078fb3cbb4 | 10556 |
CBOR Auxdata Transformations
Byte Offsets | Length (bytes) | Values |
---|---|---|
33292 | 52 | Original (recompiled):0xa265627a7a7231582012d5b330848cc662de0f801f62cae26c8c5a13210f335d563cf4957acdf073d964736f6c634300050d0032 Transformed (onchain):0xa265627a7a723158201c6fbb84ee7544f9d4f2abe554996807b168eab0183775bc040aa4ebe2d752af64736f6c634300050d0032 |
Storage Layout
Slot | Offset | Bytes | Label | Type | Contract |
---|---|---|---|---|---|
0 | 0 | 20 | _owner | address | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
0 | 20 | 1 | initialized | bool | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
1 | 0 | 20 | registry | contract IRegistry | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
2 | 0 | 32 | _guardCounter | uint256 | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
3 | 0 | 32 | identifiers | mapping(bytes32 ⇒ struct Attestations.IdentifierState) | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
4 | 0 | 32 | attestationExpiryBlocks | uint256 | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
5 | 0 | 32 | selectIssuersWaitBlocks | uint256 | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
6 | 0 | 32 | maxAttestations | uint256 | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
7 | 0 | 32 | attestationRequestFees | mapping(address ⇒ uint256) | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
8 | 0 | 32 | pendingWithdrawals | mapping(address ⇒ mapping(address ⇒ uint256)) | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
9 | 0 | 32 | transferApprovals | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | /home/eruiz/Projects/celo/celo-monorepo/packages/protocol/contracts/identity/Attestations.sol:Attestations |
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.