Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 20792420.

Something Token

Verified contract

Proxy

Active on Ethereum with 19,602 txns
Deployed by via 0x13c005a6 at 14535529
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
14 additional variables

No balances found for "Something Token"

0x236c2d72d3cf19db90bd0c9cf73bcb17fc520b7d76f464da4ac98faaa50a4e4e
0x568f31a05ae6493d17fdd041f5622eb99c8108e11fddf21da9af4834621d826c
0xa03ca78ad537eb94d45b795c16a6437f0ab726b6ebff74be3cc03b9ff9e6ffb9
0x83fe7d392c9264aa103a44f3129c85db96e5f53aee5983bd0090c3be8145da54
0x19a0fe0a16c00e960f3262163a9ca148a9f11123fdd437f84ea61b3b2fd6b2af
0x7b26ca0c20da282f0bdcacf355b2944e544201533a64e65bd1d613dfbd69b971
0x775d260f6d2ecf053f2a06d0dffccebc89d4b339f60ca9858f2c6d00660b8acd
0x3141b891d44dee85052c4e06635c1bedca69e2a7154c42f99a08296cba403d88
0x7883b6b6709c6422df8fbfb4baba7134ab47f96752749af8d4f6dd63db3b9c84
0xa7322636bc2a2ffb7bd52e63e7f936fe6c90ecbf58ce1f92b4c2097bd5dac846

Functions
Getter at block 20803788
auctionActive(view returns (bool)
false
auctionDuration(view returns (uint256)
0
auctionPrice(view returns (uint256)
0
auctionStartedAt(view returns (uint256)
0
maxAmount(view returns (uint256)
10000
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
25
name(view returns (string)
Something Token
owner(view returns (address)
0x5a1e54f7dc927dbfd25b1fdd7f860cb3b8f733ee
presaleActive(view returns (bool)
false
price(view returns (uint256)
69000000000000000
saleActive(view returns (bool)
true
symbol(view returns (string)
SOMETHING
totalRevenue(view returns (uint256)
615966000000000027780
totalSupply(view returns (uint256)
10000
treasury(view returns (address)
0x5a1e54f7dc927dbfd25b1fdd7f860cb3b8f733ee
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint256[] numberOfTokensaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint256 numberOfTokenspayable 
presaleMint(uint256 numberOfTokensbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startAuction(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newStartPriceuint256 newEndPriceuint256 newDurationbool presale
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MerkleRootSet(bytes32 indexed merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenBaseURISet(string indexed tokenBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.