0x7251d2965f165fCE18Ae5fC4c4979e01b46057d7
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
Warning: This contract is only matched with runtime bytecode. The constructor may be different from the original one, which could affect the contract's functionality.
- Contract Name
- DividendDistributor
- Compilation Target
- DividendDistributor.sol:DividendDistributor
- Language
- Solidity
- Compiler
- solc 0.8.20+commit.a1b79de6
- EVM Version
- default
- Verified At
- 2026-01-02 18:43:04 UTC
- Deployer
- 0x542Cc63EceD96F89D61B3cF727f3E87e67eC7d93
- Deployment Transaction
- Block Number
- 24512600
- Transaction Index
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading...
Contract Metadata
Loading...
Contract couldn't be verified with the creation bytecode but with the runtime bytecode. Below is what was found at the time of verification.
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: QmY4vzDBr6fdC8x9A6ifck9pbZU2JcfS39vRefiRHhN4wo
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: QmY4vzDBr6fdC8x9A6ifck9pbZU2JcfS39vRefiRHhN4wo
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 7528 | 54 | Original (recompiled):0xa2646970667358221220908dfb4562bea5d20aa279461edf10952eaca9151173e1bd7621146df3dc321e64736f6c63430008140033 Transformed (onchain):0xa2646970667358221220df72a8bdbecb2004e34c273e7ae6fa4d744186ccc5a58e4b74a76207dd9d6a6d64736f6c63430008140033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 20 | _token | address | DividendDistributor.sol:DividendDistributor |
| 1 | 0 | 20 | MISSOR | contract IERC20 | DividendDistributor.sol:DividendDistributor |
| 2 | 0 | 20 | FINVESTA | contract IERC20 | DividendDistributor.sol:DividendDistributor |
| 3 | 0 | 20 | WGPP | contract IERC20 | DividendDistributor.sol:DividendDistributor |
| 4 | 0 | 20 | WPLS | contract IERC20 | DividendDistributor.sol:DividendDistributor |
| 5 | 0 | 20 | DEAD | address | DividendDistributor.sol:DividendDistributor |
| 6 | 0 | 20 | router | contract IDEXRouter | DividendDistributor.sol:DividendDistributor |
| 7 | 0 | 32 | shareholders | address[] | DividendDistributor.sol:DividendDistributor |
| 8 | 0 | 32 | shareholderMissorIndexes | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 9 | 0 | 32 | shareholderMissorClaims | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 10 | 0 | 32 | shareholderFinvestaIndexes | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 11 | 0 | 32 | shareholderFinvestaClaims | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 12 | 0 | 32 | shareholderWgppIndexes | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 13 | 0 | 32 | shareholderWgppClaims | mapping(address ⇒ uint256) | DividendDistributor.sol:DividendDistributor |
| 14 | 0 | 32 | shares | mapping(address ⇒ struct DividendDistributor.Share) | DividendDistributor.sol:DividendDistributor |
| 15 | 0 | 32 | totalShares | uint256 | DividendDistributor.sol:DividendDistributor |
| 16 | 0 | 32 | currentMissorIndex | uint256 | DividendDistributor.sol:DividendDistributor |
| 17 | 0 | 32 | totalMissorDividends | uint256 | DividendDistributor.sol:DividendDistributor |
| 18 | 0 | 32 | totalMissorDistributed | uint256 | DividendDistributor.sol:DividendDistributor |
| 19 | 0 | 32 | missorDividendsPerShare | uint256 | DividendDistributor.sol:DividendDistributor |
| 20 | 0 | 32 | missorDividendsPerShareAccuracyFactor | uint256 | DividendDistributor.sol:DividendDistributor |
| 21 | 0 | 32 | minMissorPeriod | uint256 | DividendDistributor.sol:DividendDistributor |
| 22 | 0 | 32 | minMissorDistribution | uint256 | DividendDistributor.sol:DividendDistributor |
| 23 | 0 | 32 | currentFinvestaIndex | uint256 | DividendDistributor.sol:DividendDistributor |
| 24 | 0 | 32 | totalFinvestaDividends | uint256 | DividendDistributor.sol:DividendDistributor |
| 25 | 0 | 32 | totalFinvestaDistributed | uint256 | DividendDistributor.sol:DividendDistributor |
| 26 | 0 | 32 | finvestaDividendsPerShare | uint256 | DividendDistributor.sol:DividendDistributor |
| 27 | 0 | 32 | finvestaDividendsPerShareAccuracyFactor | uint256 | DividendDistributor.sol:DividendDistributor |
| 28 | 0 | 32 | minFinvestaPeriod | uint256 | DividendDistributor.sol:DividendDistributor |
| 29 | 0 | 32 | minFinvestaDistribution | uint256 | DividendDistributor.sol:DividendDistributor |
| 30 | 0 | 32 | currentWgppIndex | uint256 | DividendDistributor.sol:DividendDistributor |
| 31 | 0 | 32 | totalWgppDividends | uint256 | DividendDistributor.sol:DividendDistributor |
| 32 | 0 | 32 | totalWgppDistributed | uint256 | DividendDistributor.sol:DividendDistributor |
| 33 | 0 | 32 | wgppDividendsPerShare | uint256 | DividendDistributor.sol:DividendDistributor |
| 34 | 0 | 32 | wgppDividendsPerShareAccuracyFactor | uint256 | DividendDistributor.sol:DividendDistributor |
| 35 | 0 | 32 | minWgppPeriod | uint256 | DividendDistributor.sol:DividendDistributor |
| 36 | 0 | 32 | minWgppDistribution | uint256 | DividendDistributor.sol:DividendDistributor |
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...