0x458F5221b63429aF7d21eD3fC15775d067d8a1FC
on PulseChain (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- StreamingRewardsV5
- Compilation Target
- contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5
- Language
Solidity
- Compiler
- solc 0.8.34+commit.80d5c536
- EVM Version
- default
- Verified At
- 2026-04-01 22:54:39 UTC
- Deployer
- 0x756639C761e228143780E022A175325D79797EEc
- Deployment Transaction
- 0xdc72a155e38ba01bc92cdc88fe74d06a0bd58e6ca45ab19dc2982127e3ac81d0
- Block Number
- 26175482
- Transaction Index
- 2
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: QmNvhFsX59ZcEypZraMFAtVDmAYUC2DHs6J7bRR9fAbeGH
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: QmNvhFsX59ZcEypZraMFAtVDmAYUC2DHs6J7bRR9fAbeGH
Loading contract data...
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 20 | _owner | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 1 | 0 | 32 | signatureWindow | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 2 | 0 | 32 | oracleChangeDelay | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 3 | 0 | 32 | runwayWarningSecs | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 4 | 0 | 32 | legendaryThreshold | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 5 | 0 | 32 | rareThreshold | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 6 | 0 | 32 | uncommonThreshold | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 7 | 0 | 32 | legendaryMultiplierBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 8 | 0 | 32 | rareMultiplierBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 9 | 0 | 32 | uncommonMultiplierBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 10 | 0 | 32 | supportedTokens | address[] | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 11 | 0 | 32 | pools | mapping(address ⇒ struct StreamingRewardsV5.TokenPool) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 12 | 0 | 32 | isSupported | mapping(address ⇒ bool) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 13 | 0 | 32 | baseRateUSD | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 14 | 0 | 32 | priceStalenessThreshold | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 15 | 0 | 32 | pendingRewards | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 16 | 0 | 32 | weeklyBoostedSeconds | mapping(address ⇒ uint256) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 17 | 0 | 32 | lifetimeEarned | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 18 | 0 | 32 | totalLifetimeBoostedSeconds | mapping(address ⇒ uint256) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 19 | 0 | 32 | userNonces | mapping(address ⇒ uint256) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 20 | 0 | 32 | preferredToken | mapping(address ⇒ address) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 21 | 0 | 32 | streaks | mapping(address ⇒ struct StreamingRewardsV5.StreakInfo) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 22 | 0 | 32 | streakPhase1BpsPerDay | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 23 | 0 | 32 | streakPhase2BpsPerDay | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 24 | 0 | 32 | streakPhase3BpsPerDay | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 25 | 0 | 32 | streakMaxBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 26 | 0 | 32 | weeklyJackpotPool | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 27 | 0 | 32 | weekNumber | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 28 | 0 | 32 | lastJackpotSettlement | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 29 | 0 | 32 | minJackpotSize | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 30 | 0 | 20 | jackpotToken | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 31 | 0 | 32 | legendPoolBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 32 | 0 | 32 | legendStakerList | address[] | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 33 | 0 | 32 | isLegendStaker | mapping(address ⇒ bool) | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 34 | 0 | 1 | legendTierId | uint8 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 35 | 0 | 32 | noExpectationsTaxBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 36 | 0 | 32 | incentiveBps | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 37 | 0 | 20 | taxRecipient | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 38 | 0 | 20 | incentiveTaxRecipient | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 39 | 0 | 20 | keyStaking | contract IKEYStaking | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 40 | 0 | 20 | rngContract | contract IRNG | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 41 | 0 | 20 | oracleSigner | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 42 | 0 | 20 | pendingOracleSigner | address | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 43 | 0 | 32 | oracleSignerChangeTime | uint256 | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 44 | 0 | 1 | paused | bool | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
| 44 | 1 | 1 | migrationOpen | bool | contracts/AER/StreamingRewardsV5.sol:StreamingRewardsV5 |
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...