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