the world after ETH ETF approval

Unverified contract

Proxy

Active on Base with 66,880 txns
Deployed by via 0xc733f8c7 at 17528012
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x136f3ace6609f73bb7dae5ba0e432c66c9a45dc138c4d086cf4c1b48201cf9ea
0xa749b878d35b38c7da6bf920a2ecb35e396a9a84d6cd6831cb008ea2fe09dcd8
0xb8830393f4b0e82e2edf6d7455e2772abb80fc9a4d36cbe1d8729d0a078900fb
0x4d63a7654104781f238c0e84927f3d7f30d598a7a77ae1a042f905944739cf47
0x1782b9acb1ca023c62b8831db6e3ee29264b7b7e7b630a4f64447bb48297968c
0x251c2d7eb5bdcd75b840a53dab01f0af8b279aa0f45a6661ac97a084b5643b56
0xdbdbb6e21723e7af924e1ad85ff5b6fe6ffca11b3439c39f92626c3a7ed9ee2f
0x5c00b3bfb9ecb45d314994b1e2b70c019153c5750a4b680927e872f870bfdda1
0xc94ccf58b080e6dd6e780443005177ca0f52fa59647716d5957cdba5a9164296
0x3c95fc5bd10d54b1f23d86f20a7ebcee98f03f9c1f13c5bfc2f8b64d51af5b15

Functions
Getter at block 22736682
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
66069
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
the world after ETH ETF approval
owner(view returns (address)
0x09b2f0988b6d24336b348c84c2764d2b4f85142f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TWA
totalSupply(view returns (uint256)
66068
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