0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- WiseToken
- Compilation Target
- WiseToken.sol:WiseToken
- Language
- Solidity
- Compiler
- solc 0.7.6+commit.7338295f
- EVM Version
- istanbul
- Verified At
- 2024-08-08 11:46:58 UTC
- Deployer
- 0x641AD78BAca220C5BD28b51Ce8e0F495e85Fe689
- Deployment Transaction
- 0x0d6658ee592534e79d42947cab9592cf7b9497adc1a3cfe99382b1c7d3fe3599
- Block Number
- 11504583
- Transaction Index
- 97
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: QmUtFXw8uWrkFVYDujNWpgL6GbUmMUzBJfheJ7j5AiwWLY
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 24735 | 54 | Original (recompiled):0xa2646970667358221220613e80c1a90a00671b5a852bce2bcfbb0bf987109c514402c9ec836c85cc462164736f6c63430007060033 Transformed (onchain):0xa264697066735822122077ab368710148891aff560da25363ab814108ed0459319cf37cd25027984ed7964736f6c63430007060033 |
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: QmUtFXw8uWrkFVYDujNWpgL6GbUmMUzBJfheJ7j5AiwWLY
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 160 | 0x000000000000000000000000000000000000000000000000000000005fa9d800 | 7064, 21795 |
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 24142 | 54 | Original (recompiled):0xa2646970667358221220613e80c1a90a00671b5a852bce2bcfbb0bf987109c514402c9ec836c85cc462164736f6c63430007060033 Transformed (onchain):0xa264697066735822122077ab368710148891aff560da25363ab814108ed0459319cf37cd25027984ed7964736f6c63430007060033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _balances | mapping(address ⇒ uint256) | WiseToken.sol:WiseToken |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | WiseToken.sol:WiseToken |
| 2 | 0 | 32 | _name | string | WiseToken.sol:WiseToken |
| 3 | 0 | 32 | _symbol | string | WiseToken.sol:WiseToken |
| 4 | 0 | 1 | _decimals | uint8 | WiseToken.sol:WiseToken |
| 5 | 0 | 32 | _totalSupply | uint256 | WiseToken.sol:WiseToken |
| 6 | 0 | 192 | globals | struct Global.Globals | WiseToken.sol:WiseToken |
| 12 | 0 | 4 | INFLATION_RATE | uint32 | WiseToken.sol:WiseToken |
| 12 | 4 | 4 | LIQUIDITY_RATE | uint32 | WiseToken.sol:WiseToken |
| 12 | 8 | 20 | UNISWAP_PAIR | contract IUniswapV2Pair | WiseToken.sol:WiseToken |
| 12 | 28 | 1 | isLiquidityGuardActive | bool | WiseToken.sol:WiseToken |
| 13 | 0 | 32 | latestDaiEquivalent | uint256 | WiseToken.sol:WiseToken |
| 14 | 0 | 32 | _path | address[] | WiseToken.sol:WiseToken |
| 15 | 0 | 32 | stakeCount | mapping(address ⇒ uint256) | WiseToken.sol:WiseToken |
| 16 | 0 | 32 | referralCount | mapping(address ⇒ uint256) | WiseToken.sol:WiseToken |
| 17 | 0 | 32 | liquidityStakeCount | mapping(address ⇒ uint256) | WiseToken.sol:WiseToken |
| 18 | 0 | 32 | criticalMass | mapping(address ⇒ struct Declaration.CriticalMass) | WiseToken.sol:WiseToken |
| 19 | 0 | 32 | scrapes | mapping(address ⇒ mapping(bytes16 ⇒ uint256)) | WiseToken.sol:WiseToken |
| 20 | 0 | 32 | stakes | mapping(address ⇒ mapping(bytes16 ⇒ struct Declaration.Stake)) | WiseToken.sol:WiseToken |
| 21 | 0 | 32 | referrerLinks | mapping(address ⇒ mapping(bytes16 ⇒ struct Declaration.ReferrerLink)) | WiseToken.sol:WiseToken |
| 22 | 0 | 32 | liquidityStakes | mapping(address ⇒ mapping(bytes16 ⇒ struct Declaration.LiquidityStake)) | WiseToken.sol:WiseToken |
| 23 | 0 | 32 | scheduledToEnd | mapping(uint256 ⇒ uint256) | WiseToken.sol:WiseToken |
| 24 | 0 | 32 | referralSharesToEnd | mapping(uint256 ⇒ uint256) | WiseToken.sol:WiseToken |
| 25 | 0 | 32 | totalPenalties | mapping(uint256 ⇒ uint256) | WiseToken.sol:WiseToken |
| 26 | 0 | 32 | snapshots | mapping(uint256 ⇒ struct Snapshot.SnapShot) | WiseToken.sol:WiseToken |
| 27 | 0 | 32 | rsnapshots | mapping(uint256 ⇒ struct Snapshot.rSnapShot) | WiseToken.sol:WiseToken |
| 28 | 0 | 32 | lsnapshots | mapping(uint256 ⇒ struct Snapshot.lSnapShot) | WiseToken.sol:WiseToken |
| 29 | 0 | 20 | LIQUIDITY_TRANSFORMER | address | WiseToken.sol:WiseToken |
| 30 | 0 | 20 | transformerGateKeeper | address | WiseToken.sol:WiseToken |
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...