0xcC4E6caBe88EBb7FCCB40d862bf1C3a89f88e835
on Celo Mainnet (42220)
- Contract Name
- Escrow
- Compilation Target
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow
- Language
- Solidity
- Compiler
- solc 0.5.13+commit.5b0b510c
- EVM Version
- istanbul
- Verified At
- 2024-08-08 14:10:17 UTC
- Deployer
- 0xF3EB910DA09B8AF348E0E5B6636da442cFa79239
- Deployment Transaction
- 0x59660cebe5673e34f5805a095a2bc8276bbdea024723c6ec2ac87903cb9a07e6
- Block Number
- 15343369
- Transaction Index
- 0
ABI
Source Code
- openzeppelin-solidity/contracts/GSN/Context.sol
- openzeppelin-solidity/contracts/math/SafeMath.sol
- openzeppelin-solidity/contracts/utils/Address.sol
- openzeppelin-solidity/contracts/ownership/Ownable.sol
- openzeppelin-solidity/contracts/token/ERC20/ERC20.sol
- openzeppelin-solidity/contracts/cryptography/ECDSA.sol
- openzeppelin-solidity/contracts/token/ERC20/IERC20.sol
- openzeppelin-solidity/contracts/token/ERC20/SafeERC20.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/Signatures.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/Initializable.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/UsingRegistryV2.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/interfaces/IFreezer.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/interfaces/IAccounts.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/interfaces/IRegistry.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/interfaces/IEscrow.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/interfaces/IRandom.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/stability/interfaces/IReserve.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/stability/interfaces/IExchange.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/governance/interfaces/IElection.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/libraries/ReentrancyGuard.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/governance/interfaces/IGovernance.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/governance/interfaces/ILockedGold.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/governance/interfaces/IValidators.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/interfaces/IAttestations.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/stability/interfaces/IStableToken.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/stability/interfaces/ISortedOracles.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/interfaces/IFeeCurrencyWhitelist.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/interfaces/ICeloVersionedContract.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/UsingRegistryV2BackwardsCompatible.sol
- /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/interfaces/IFederatedAttestations.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 |
---|---|
/Users/carter/git/clabs/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 |
---|---|---|
/Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/common/Signatures.sol:Signatures | 0x69baecd458e7c08b13a18e11887dbb078fb3cbb4 | 3527 |
CBOR Auxdata Transformations
Byte Offsets | Length (bytes) | Values |
---|---|---|
17824 | 52 | Original (recompiled):0xa265627a7a72315820f4c654b1eee98751b1b07ca67d67ec0a5158e96abe27bcec7ab36aa6b430822b64736f6c634300050d0032 Transformed (onchain):0xa265627a7a723158202a975a4d757766cd3d5f27211612bc153f3f67c6ed6511374f669c026abbb9b864736f6c634300050d0032 |
Storage Layout
Slot | Offset | Bytes | Label | Type | Contract |
---|---|---|---|---|---|
0 | 0 | 32 | _guardCounter | uint256 | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
1 | 0 | 20 | _owner | address | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
1 | 20 | 1 | initialized | bool | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
2 | 0 | 20 | registry | contract IRegistry | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
3 | 0 | 32 | escrowedPayments | mapping(address ⇒ struct Escrow.EscrowedPayment) | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
4 | 0 | 32 | receivedPaymentIds | mapping(bytes32 ⇒ address[]) | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
5 | 0 | 32 | sentPaymentIds | mapping(address ⇒ address[]) | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
6 | 0 | 32 | trustedIssuersPerPayment | mapping(address ⇒ address[]) | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
7 | 0 | 32 | defaultTrustedIssuers | address[] | /Users/carter/git/clabs/celo-monorepo/packages/protocol/contracts/identity/Escrow.sol:Escrow |
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.