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 21743595.

Welcome to the new Base.org

Unverified contract

Proxy

Active on Base with 111,174 txns
Deployed by via 0xfd283a1c at 20937175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Welcome to the new Base.org"

0xc62e59b85e5d031352e96a03d8f238b0c5bf1fd62b99fdf8370ea0c380e5528d
0x48c79a96b1ae662d6e76a19bf4ca6a43d4f8ab7d69fe01dc63889b6418abf084
0x75394eb687d3bdd4c4ae8c80a6a98d1be7bc7969d2f9c65c19ec07afb89adc88
0x8bc22d7bc7eddbc8bbb61c0da2d7c07704fc2d993da0ef8dbcb0c9b4e0b4c9bd
0x5a42a5c58954ebd184d52fc45fba2a70a9695c9057760be09ee770ff3baf9f41
0x73c45fee696479d9da5966f947a25f09e406703a0b11814b1795bf9156b78217
0xd483718dfc70471f4657bb7b85224ce2db5c830a09de3127a3ad39c806a6f3ae
0x73322139166cc259ed0fa97f7e660aa0a008ac40e1e688c4cc46bca819db79ca
0x86360925a9cce52bfca1724789800282057f814cf722f192070c0c95f94563c8
0x4b869515deb6e23a5328162cfb5818e7f5e66af3dfd972598d8c8944fb387bff

Functions
Getter at block 21743596
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
127859
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Welcome to the new Base.org
owner(view returns (address)
0x9652721d02b9db43f4311102820158abb4ecc95b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WTT
totalSupply(view returns (uint256)
127858
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId