0xD21999158bd081c712D54Ae96CdDde20F494B9be
on PulseChain (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- ArtistTokenFactory
- Compilation Target
- contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory
- Language
Solidity
- Compiler
- solc 0.8.34+commit.80d5c536
- EVM Version
- paris
- Verified At
- 2026-04-14 03:39:53 UTC
- Deployer
- 0x756639C761e228143780E022A175325D79797EEc
- Deployment Transaction
- 0x32f0d76e969f8ef2d8478f7ab14404b3d5ec75f6925483e946b50651c3da7131
- Block Number
- 26278449
- Transaction Index
- 46
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: QmaUoxiM23p7bfpq5Ao9fNr77W21pwr16LDAiFrpMhHdJF
Loading contract data...
CBOR Auxdata id: 2
View on 
Solidity metadata.json IPFS hash: QmNMTc6jo9JUpDEzoExoYdCHchxF8VXGHqfM2voxrvaXTV
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: QmaUoxiM23p7bfpq5Ao9fNr77W21pwr16LDAiFrpMhHdJF
Loading contract data...
CBOR Auxdata id: 2
View on 
Solidity metadata.json IPFS hash: QmNMTc6jo9JUpDEzoExoYdCHchxF8VXGHqfM2voxrvaXTV
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/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 0 | 20 | 1 | _paused | bool | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 1 | 0 | 32 | baseRateUSD | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 2 | 0 | 32 | defaultFloorPrice | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 3 | 0 | 32 | defaultPriceIncrement | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 4 | 0 | 32 | defaultGradThreshold | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 5 | 0 | 32 | creatorTaxBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 6 | 0 | 32 | lpFeeBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 7 | 0 | 20 | lpFeeRecipient | address | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 8 | 0 | 32 | liquidityBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 9 | 0 | 32 | artistBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 10 | 0 | 32 | jackpotBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 11 | 0 | 32 | reserveBps | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 12 | 0 | 20 | mefiContract | contract IMefiContract | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 13 | 0 | 20 | keyStaking | contract IKEYStaking | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 14 | 0 | 20 | router | contract IPulseXRouter | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 15 | 0 | 20 | oracleSigner | address | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 16 | 0 | 20 | streamingRewards | address | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 17 | 0 | 20 | jackpotAddress | address | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 18 | 0 | 32 | artistStatus | mapping(address ⇒ enum ArtistTokenFactory.ArtistStatus) | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 19 | 0 | 32 | pendingArtists | mapping(address ⇒ struct ArtistTokenFactory.PendingArtist) | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 20 | 0 | 32 | curves | mapping(address ⇒ struct ArtistTokenFactory.ArtistCurve) | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 21 | 0 | 32 | registeredArtists | address[] | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 22 | 0 | 32 | isRegistered | mapping(address ⇒ bool) | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 23 | 0 | 32 | totalArtistTokensMinted | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 24 | 0 | 32 | totalEdaiToArtists | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 25 | 0 | 32 | totalEdaiLpFees | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
| 26 | 0 | 32 | totalGraduations | uint256 | contracts/AER/ArtistTokenFactoryV3.sol:ArtistTokenFactory |
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...