0xD14594f3c736E0D742Cfe2C3A177fb813c1C04B9
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:00:29 UTC
- Deployer
- 0x0C24Ac492a01F8ddC9776f448A58De574C0eEdbE
- Deployment Transaction
- Block Number
- 25367817
- 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: QmWVNrsEaxnT7HxLeF3zyFNmpdPsQs2uaazgP6SyxpWy3S
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: QmWVNrsEaxnT7HxLeF3zyFNmpdPsQs2uaazgP6SyxpWy3S
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 7726 | 54 | Original (recompiled):0xa26469706673582212207919cd5e0013f088d76937df3007c6c888bc192ccbaa22f3a8ea9e3aa29a3bc564736f6c63430008140033 Transformed (onchain):0xa2646970667358221220a6487b518809d9acdf363b8028d2e43bc7bb9a23945e28288164522b41aec87164736f6c63430008140033 |
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...