0xa0673C53980665a706352412D2538bA005403C26
on Ethereum Mainnet (1)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- RewardsCoordinator
- Compilation Target
- src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator
- Language
Solidity
- Compiler
- solc 0.8.30+commit.73712a01
- EVM Version
- prague
- Verified At
- 2026-03-13 21:22:00 UTC
- Deployer
- 0x9B0098A38548b8B71473B0123A38B90bd882d49E
- Deployment Transaction
- 0x59fe8fe8332e904298dc86d085ecdd09e786732debe6495bf84b98c567ae807d
- Block Number
- 24571943
- Transaction Index
- 101
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading...
Contract Metadata
Loading...
Creation Bytecode
Loading contract data...
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
View on 
Solidity metadata.json IPFS hash: QmQNsfZGtVwegGc9E1eJsPQMCEwqyFjq5ecau8heFgTa4a
Loading contract data...
Transformations
Loading contract data...
Runtime Bytecode
Loading contract data...
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
View on 
Solidity metadata.json IPFS hash: QmQNsfZGtVwegGc9E1eJsPQMCEwqyFjq5ecau8heFgTa4a
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 6818 | 0x00000000000000000000000039053d51b77dc0d36036fc1fcc8cb819df8ef37a | 2747, 8947 |
| 6822 | 0x000000000000000000000000858646372cc42e1a627fce94aa7a7033e7cf075a | 1545, 15824 |
| 6826 | 0x000000000000000000000000948a420b8cc1d6bfd0b6087c2e7c344a2cd0bc39 | 2613, 3106, 5702, 6383, 9091, 9401 |
| 6830 | 0x000000000000000000000000619f988b4ea2f896ed068d84ce6f52550d6ace84 | 1893, 5555 |
| 6833 | 0x0000000000000000000000000000000000000000000000000000000000015180 | 2240, 15414, 15530 |
| 6836 | 0x0000000000000000000000000000000000000000000000000000000003c26700 | 2529, 15334 |
| 6839 | 0x0000000000000000000000000000000000000000000000000000000000dd7c00 | 1506, 15612 |
| 6842 | 0x0000000000000000000000000000000000000000000000000000000000278d00 | 1110, 12132 |
| 6845 | 0x0000000000000000000000000000000000000000000000000000000065fb7880 | 1287, 15678 |
| 13308 | 0x00000000000000000000000025e5f8b1e7adf44518d35d5b2271f114e081f0e5 | 1664, 15192 |
| 13389 | 0x000000000000000000000000b8765ed72235d279c3fb53936e4606db0ef12806 | 2092, 11808, 14955 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 1 | _initialized | uint8 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 0 | 1 | 1 | _initializing | bool | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 1 | 0 | 1600 | __gap | uint256[50] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 51 | 0 | 20 | _owner | address | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 52 | 0 | 1568 | __gap | uint256[49] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 101 | 0 | 20 | __deprecated_pauserRegistry | contract IPauserRegistry | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 102 | 0 | 32 | _paused | uint256 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 103 | 0 | 1536 | __gap | uint256[48] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 151 | 0 | 32 | _status | uint256 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 152 | 0 | 1568 | __gap | uint256[49] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 201 | 0 | 32 | __deprecated_DOMAIN_SEPARATOR | bytes32 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 202 | 0 | 32 | _distributionRoots | struct IRewardsCoordinatorTypes.DistributionRoot[] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 203 | 0 | 20 | rewardsUpdater | address | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 203 | 20 | 4 | activationDelay | uint32 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 203 | 24 | 4 | currRewardsCalculationEndTimestamp | uint32 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 203 | 28 | 2 | defaultOperatorSplitBips | uint16 | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 204 | 0 | 32 | claimerFor | mapping(address ⇒ address) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 205 | 0 | 32 | cumulativeClaimed | mapping(address ⇒ mapping(contract IERC20 ⇒ uint256)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 206 | 0 | 32 | submissionNonce | mapping(address ⇒ uint256) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 207 | 0 | 32 | isAVSRewardsSubmissionHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 208 | 0 | 32 | isRewardsSubmissionForAllHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 209 | 0 | 32 | isRewardsForAllSubmitter | mapping(address ⇒ bool) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 210 | 0 | 32 | isRewardsSubmissionForAllEarnersHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 211 | 0 | 32 | isOperatorDirectedAVSRewardsSubmissionHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 212 | 0 | 32 | _operatorAVSSplitBips | mapping(address ⇒ mapping(address ⇒ struct IRewardsCoordinatorTypes.OperatorSplit)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 213 | 0 | 32 | _operatorPISplitBips | mapping(address ⇒ struct IRewardsCoordinatorTypes.OperatorSplit) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 214 | 0 | 32 | _operatorSetSplitBips | mapping(address ⇒ mapping(bytes32 ⇒ struct IRewardsCoordinatorTypes.OperatorSplit)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 215 | 0 | 32 | isOperatorDirectedOperatorSetRewardsSubmissionHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 216 | 0 | 32 | isUniqueStakeRewardsSubmissionHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 217 | 0 | 32 | isTotalStakeRewardsSubmissionHash | mapping(address ⇒ mapping(bytes32 ⇒ bool)) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 218 | 0 | 32 | isOptedInForProtocolFee | mapping(address ⇒ bool) | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 219 | 0 | 20 | feeRecipient | address | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
| 220 | 0 | 992 | __gap | uint256[31] | src/contracts/core/RewardsCoordinator.sol:RewardsCoordinator |
Transient Storage Layout
No transient storage layouts found in the compiler output.
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Loading...
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.
Loading...