0x3e9a5b61d88782dCe7267642417cbAB05E801c25
on PulseChain (369)
- Contract Name
- SWAP_V3
- Compilation Target
- src/AuctionSwap.sol:SWAP_V3
- Language
- Solidity
- Compiler
- solc 0.8.20+commit.a1b79de6
- EVM Version
- paris
- Verified At
- 2026-02-25 18:34:15 UTC
- Deployer
- 0x99Ab030143101F6E3D061593B6AeFB4F14301446
- Deployment Transaction
- 0x597b72d2e5cb08e299400caf504e939216833a1bc9867c41f436998f03aa0bbb
- Block Number
- 25882163
- Transaction Index
- 112
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading contract data...
Contract Metadata
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
Loading contract data...
Transformations
Loading contract data...
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
Loading contract data...
Transformations
Loading contract data...
Storage Layout
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 20 | _owner | address | src/AuctionSwap.sol:SWAP_V3 |
| 1 | 0 | 32 | _status | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 2 | 0 | 20 | dav | contract IDAV | src/AuctionSwap.sol:SWAP_V3 |
| 3 | 0 | 20 | stateToken | address | src/AuctionSwap.sol:SWAP_V3 |
| 4 | 0 | 20 | davToken | address | src/AuctionSwap.sol:SWAP_V3 |
| 5 | 0 | 20 | governanceAddress | address | src/AuctionSwap.sol:SWAP_V3 |
| 6 | 0 | 20 | airdropDistributor | address | src/AuctionSwap.sol:SWAP_V3 |
| 7 | 0 | 20 | auctionAdmin | contract IAuctionAdmin | src/AuctionSwap.sol:SWAP_V3 |
| 8 | 0 | 20 | buyAndBurnController | address | src/AuctionSwap.sol:SWAP_V3 |
| 9 | 0 | 20 | swapLens | address | src/AuctionSwap.sol:SWAP_V3 |
| 10 | 0 | 20 | pulseXRouter | address | src/AuctionSwap.sol:SWAP_V3 |
| 11 | 0 | 20 | pulseXFactory | address | src/AuctionSwap.sol:SWAP_V3 |
| 12 | 0 | 32 | TotalBurnedStates | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 13 | 0 | 1 | paused | bool | src/AuctionSwap.sol:SWAP_V3 |
| 14 | 0 | 32 | maxAuctionParticipants | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 15 | 0 | 32 | currentDayStart | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 16 | 0 | 32 | dailyStateReleased | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 17 | 0 | 32 | dailyStateReleasedNormal | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 18 | 0 | 32 | dailyStateReleasedReverse | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 19 | 0 | 32 | dailySwapsCount | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 20 | 0 | 32 | dailyUniqueSwappersCount | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 21 | 0 | 224 | auctionSchedule | struct AuctionUtilsLib.AuctionSchedule | src/AuctionSwap.sol:SWAP_V3 |
| 28 | 0 | 32 | autoRegisteredTokens | address[] | src/AuctionSwap.sol:SWAP_V3 |
| 29 | 0 | 32 | isAutoRegistered | mapping(address ⇒ bool) | src/AuctionSwap.sol:SWAP_V3 |
| 30 | 0 | 1 | autoScheduleLocked | bool | src/AuctionSwap.sol:SWAP_V3 |
| 31 | 0 | 32 | totalAuctionsCompleted | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 32 | 0 | 32 | isRegisteredForAuctions | mapping(address ⇒ bool) | src/AuctionSwap.sol:SWAP_V3 |
| 33 | 0 | 32 | totalRegisteredUsers | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 34 | 0 | 32 | stateReleasedByDayIndex | mapping(uint256 ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 35 | 0 | 32 | stateReleasedNormalByDayIndex | mapping(uint256 ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 36 | 0 | 32 | stateReleasedReverseByDayIndex | mapping(uint256 ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 37 | 0 | 32 | swapsCountByDayIndex | mapping(uint256 ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 38 | 0 | 32 | uniqueSwappersCountByDayIndex | mapping(uint256 ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 39 | 0 | 32 | lastCountedDayIdxForUser | mapping(address ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 40 | 0 | 32 | userToTokenNames | mapping(address ⇒ string[]) | src/AuctionSwap.sol:SWAP_V3 |
| 41 | 0 | 32 | deployedTokensByUser | mapping(address ⇒ mapping(string ⇒ address)) | src/AuctionSwap.sol:SWAP_V3 |
| 42 | 0 | 32 | pairAddresses | mapping(address ⇒ address) | src/AuctionSwap.sol:SWAP_V3 |
| 43 | 0 | 32 | supportedTokens | mapping(address ⇒ bool) | src/AuctionSwap.sol:SWAP_V3 |
| 44 | 0 | 32 | tokenOwners | mapping(address ⇒ address) | src/AuctionSwap.sol:SWAP_V3 |
| 45 | 0 | 32 | ownerToTokens | mapping(address ⇒ address[]) | src/AuctionSwap.sol:SWAP_V3 |
| 46 | 0 | 32 | isTokenNameUsed | mapping(string ⇒ bool) | src/AuctionSwap.sol:SWAP_V3 |
| 47 | 0 | 32 | tokenCount | uint256 | src/AuctionSwap.sol:SWAP_V3 |
| 48 | 0 | 32 | tokenNumber | mapping(address ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
| 49 | 0 | 32 | userSwapTotalInfo | mapping(bytes32 ⇒ struct SwapCoreLib.UserSwapInfo) | src/AuctionSwap.sol:SWAP_V3 |
| 50 | 0 | 32 | hasUserBurnedTokens | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ bool))) | src/AuctionSwap.sol:SWAP_V3 |
| 51 | 0 | 32 | userStateBalance | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 52 | 0 | 32 | tokensBurnedByUser | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 53 | 0 | 32 | davTokensUsed | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 54 | 0 | 32 | hasCompletedReverseStep1 | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ bool))) | src/AuctionSwap.sol:SWAP_V3 |
| 55 | 0 | 32 | reverseStateBalance | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 56 | 0 | 32 | hasCompletedReverseStep2 | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ bool))) | src/AuctionSwap.sol:SWAP_V3 |
| 57 | 0 | 32 | cycleNormalStateEarned | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 58 | 0 | 32 | normalAuctionSwapOutput | mapping(address ⇒ mapping(address ⇒ mapping(uint256 ⇒ uint256))) | src/AuctionSwap.sol:SWAP_V3 |
| 59 | 0 | 32 | TotalTokensBurned | mapping(address ⇒ uint256) | src/AuctionSwap.sol:SWAP_V3 |
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.