0x1aD6F07ca8652F01501175C8F7368df28B72C7e3
on PulseChain (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- StreamingRewardsV3
- Compilation Target
- contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3
- Language
- Solidity
- Compiler
- solc 0.8.30+commit.73712a01
- EVM Version
- shanghai
- Verified At
- 2025-11-30 04:28:06 UTC
- Deployer
- 0x756639C761e228143780E022A175325D79797EEc
- Deployment Transaction
- 0xd4d2d21e982ade63817a4155bd0758cbb5546ad9ff818e5f911c9d1f7deb5ee4
- Block Number
- 25146457
- Transaction Index
- 9
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: QmU1N9Z4YRozWU3J77jqAmogu9FuGaSnmQzcNSbHc4xCzS
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: QmU1N9Z4YRozWU3J77jqAmogu9FuGaSnmQzcNSbHc4xCzS
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 1638 | 0x000000000000000000000000644f10df242b43f3de45fcb3f6ef8526fb5fdf71 | 1506, 5784, 9605, 9747, 14897, 16086, 17001, 18455 |
| 1644 | 0x000000000000000000000000756639c761e228143780e022a175325d79797eec | 2305, 2822, 3226, 8151, 8222, 8284 |
| 1646 | 0x000000000000000000000000756639c761e228143780e022a175325d79797eec | 1635, 2856 |
| 1648 | 0x00000000000000000000000000000000000000000000000000000000017fb459 | 2909, 3519, 8380 |
| 1650 | 0x00000000000000000000000000000000000000000000000000000000692bc7cb | 2943, 3577 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _status | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 1 | 0 | 32 | _roles | mapping(bytes32 ⇒ struct AccessControl.RoleData) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 2 | 0 | 1 | _paused | bool | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 2 | 1 | 20 | oracleSigner | address | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 3 | 0 | 20 | noExpectationsAddress | address | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 3 | 20 | 1 | emergencyPaused | bool | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 4 | 0 | 32 | userNonces | mapping(address ⇒ uint256) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 5 | 0 | 32 | usedSignatures | mapping(bytes32 ⇒ bool) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 6 | 0 | 32 | tokenPools | mapping(address ⇒ struct StreamingRewardsV3.TokenPool) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 7 | 0 | 32 | supportedTokens | mapping(address ⇒ bool) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 8 | 0 | 32 | userStats | mapping(address ⇒ struct StreamingRewardsV3.UserStats) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 9 | 0 | 32 | streamingStates | mapping(address ⇒ bool) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 10 | 0 | 32 | distributionHistory | mapping(uint256 ⇒ struct StreamingRewardsV3.DistributionRound) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 11 | 0 | 32 | userLastDistribution | mapping(address ⇒ uint256) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 12 | 0 | 32 | userTokenPreference | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 13 | 0 | 32 | tokenList | address[] | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 14 | 0 | 32 | noExpectationsTaxPercentage | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 15 | 0 | 32 | minKeyRequired | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 16 | 0 | 32 | maxBoostPercentage | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 17 | 0 | 32 | boostDenominator | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 18 | 0 | 32 | streamingTimeMultiplier | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 19 | 0 | 32 | consecutiveDayBonus | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 20 | 0 | 32 | currentRound | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 21 | 0 | 32 | lastGlobalDistribution | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 22 | 0 | 32 | totalActiveStreamers | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 23 | 0 | 32 | autoDistributionCount | uint256 | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 24 | 0 | 1 | migrationEnabled | bool | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 24 | 1 | 20 | migrationTarget | address | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
| 25 | 0 | 32 | tokensMigrated | mapping(address ⇒ bool) | contracts/AER/streamingrewardsv3.sol:StreamingRewardsV3 |
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...