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.

Ajia Seasons

Unverified contract

Proxy

Active on Ethereum with 63 txns
Deployed by via 0xb7a2dde9 at 20465381
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ajia Seasons"

0x137ae147e8d3bba62c3f089572c36e5ce43a82a8b30da0a4870ef077a1a374b7
0x90df9b87005fec0052c605492e5fc52d33b1032781300c603dba63f71424c063
0xcb70e1ce02ff7a85c27f84c11dcdc56354413a46d199fbfe30c9a2048110475e
0xbd623773d93163efc5e589e8f1475b83f61fa4a5bb5e63b9df6e58de5ce77c80
0xa12d1f1244032f6c8a787e430a17490affcb0128e0a5b6d1e469b9dba80fbfe3
0x36bb154b32f256f5f1e2744694ceb4aaa5d92f5626070efa25839391107cf6d9
0xac2f20beba9c3a6a62d876599e4dac1ca32e54e4626e73b59fffb03f5dd5ecce
0x081f551abf8efb2fd90bdca466f21e3cd3e9a8ded38188b7c2c56e6347263a9d
0x4a690897b164fcaa13eac17e8b57be2e10ffe1013da38b392f55717e3e97a25a
0xd2fdfe402942f006553aede3456bff7065398eed4cd1970122c006f4b395043c

Functions
Getter at block 20812705
baseURI(view returns (string)
ipfs://bafybeib642fwnqdikxvhhcgz3x5kugpux7spukzosguxjq3p466zbpcywq/{id}
contractURI(view returns (string)
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0x1854b241, isViewFunction=true)
getTransferValidator(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Ajia Seasons
owner(view returns (address result)
0xea070d40d6b802c547d929ff216549e429aefd2a
ownershipHandoverValidFor(view returns (uint64)
172800
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
Ajia
Read-only
balanceOf(address owneruint256 idview returns (uint256 result)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApprovedForAll(address owneraddress operatorview returns (bool)
maxSupply(uint256 tokenIdview returns (uint256)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalMinted(uint256 tokenIdview returns (uint256)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256view returns (string)
State-modifying
batchBurn(address fromuint256[] idsuint256[] amounts
burn(address fromuint256 iduint256 amount
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
initialize(address allowedConfigureraddress allowedSeaportstring name_string symbol_address initialOwner
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool isApproved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxSupply(uint256 tokenIduint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
setTransferValidator(address newValidator
transferOwnership(address newOwnerpayable 
Events
AllowListUpdated(bytes32 indexed previousMerkleRootbytes32 indexed newMerkleRootstring[] publicKeyURIstring allowListURI
AllowedFeeRecipientUpdated(address indexed feeRecipientbool indexed allowed
AllowedSeaportUpdated(address[] allowedSeaport
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ContractURIUpdated(string newContractURI
CreatorPayoutsUpdated(struct CreatorPayout[] creatorPayouts
DropURIUpdated(string newDropURI
Initialized(uint8 version
MaxSupplyUpdated(uint256 tokenIduint256 newMaxSupply
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
PayerUpdated(address indexed payerbool indexed allowed
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
PublicDropUpdated(struct PublicDrop publicDropuint256 index
RoyaltyInfoUpdated(address receiveruint256 basisPoints
SeaDropMint(address payeruint256 dropStageIndex
SeaDropTokenDeployed(uint8 tokenType
SignerUpdated(address indexed signerbool indexed allowed
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
TransferValidatorUpdated(address oldValidatoraddress newValidator
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors
AccountBalanceOverflow(
AllowedSeaportCannotBeZeroAddress(
ArrayLengthsMismatch(
CannotExceedMaxSupplyOfUint64(uint256 got
CreatorPayoutAddressCannotBeZeroAddress(
CreatorPayoutBasisPointsCannotBeZero(
CreatorPayoutsNotSet(
DuplicateFeeRecipient(
DuplicatePayer(
DuplicateSigner(
FeeRecipientCannotBeZeroAddress(
FeeRecipientNotAllowed(address got
FeeRecipientNotPresent(
InsufficientBalance(
InvalidCallerOnlyAllowedSeaport(address caller
InvalidCreatorPayoutBasisPoints(uint256 totalReceivedBasisPoints
InvalidCreatorPayoutTotalBasisPoints(uint256 totalReceivedBasisPoints
InvalidExtraDataEncoding(uint8 version
InvalidFeeBps(uint256 feeBps
InvalidFromAndToTokenId(uint256 fromTokenIduint256 toTokenId
InvalidProof(
InvalidSignedEndTime(uint256 gotuint256 maximum
InvalidSignedFeeBps(uint256 gotuint256 minimumOrMaximum
InvalidSignedFromTokenId(uint256 gotuint256 minimum
InvalidSignedMaxTokenSupplyForStage(uint256 gotuint256 maximum
InvalidSignedMaxTotalMintableByWallet(uint256 gotuint256 maximum
InvalidSignedMaxTotalMintableByWalletPerToken(uint256 gotuint256 maximum
InvalidSignedMintPrice(address paymentTokenuint256 gotuint256 minimum
InvalidSignedPaymentToken(address gotaddress want
InvalidSignedStartTime(uint256 gotuint256 minimum
InvalidSignedToTokenId(uint256 gotuint256 maximum
InvalidStartAndEndTime(uint256 startTimeuint256 endTime
InvalidSubstandard(uint8 substandard
MaxSupplyMismatch(
MintAmountsMismatch(
MintExceedsMaxSupply(uint256 totaluint256 maxSupply
MintQuantityExceedsMaxMintedPerWallet(uint256 totaluint256 allowed
MintQuantityExceedsMaxMintedPerWalletForTokenId(uint256 tokenIduint256 totaluint256 allowed
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintQuantityExceedsMaxTokenSupplyForStage(uint256 totaluint256 maxTokenSupplyForStage
MustSpecifyERC1155ConsiderationItemForSeaDropMint(
NewOwnerIsZeroAddress(
NoBalanceToWithdraw(
NoHandoverRequest(
NotActive(uint256 currentTimestampuint256 startTimestampuint256 endTimestamp
NotOwnerNorApproved(
OfferContainsDuplicateTokenId(uint256 tokenId
OnlyDelegateCalled(
PayerCannotBeZeroAddress(
PayerNotAllowed(address got
PayerNotPresent(
ProvenanceHashCannotBeSetAfterAlreadyBeingSet(
ProvenanceHashCannotBeSetAfterMintStarted(
PublicDropStageNotPresent(
PublicDropsMismatch(
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
SameTransferValidator(
SignatureAlreadyUsed(
SignedMintsMustRestrictFeeRecipients(
SignerCannotBeZeroAddress(
SignerNotPresent(
TokenIdNotWithinDropStageRange(uint256 tokenIduint256 startTokenIduint256 endTokenId
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(
UnsupportedExtraDataVersion(uint8 version
UnsupportedFunctionSelector(bytes4 selector