Whatchu Lookin' At?

Unverified contract

Proxy

Active on Base with 45,416 txns
Deployed by via 0xab1c64f7 at 18614154
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 "Whatchu Lookin' At?"

0x0098e3de00f474d452912c98421b3919bd8f0ece300c9a20c5e31e6ef0d4fec0
0x6c7eba2a94ea1dcbfefcb45478484cff5c279f9663631c63ea55cd46d440b004
0x87edb63ee9bbafe5c43a239330b6f19971c112db7f44d49d1ea5d9b720c2c96c
0x28e93e85090c5c8919a02279a988055951dbd658c2eb98727bc2bc371f0be41c
0x6488071f304d7f5e03613a6d6c1307bcfb246ebea066879bd40bd96bbdfbe93e
0x1781bd7504648188557bedc4fc25256d04473c01dcbbc7538b8df05d950035f1
0xe8ab9228bd6355ab4b44f90caa29c92fcf938b610b82456153ff75c8c4f89116
0x9b3856036b07815e85dd6bc22da272999d0d834a25be3a50e8461014e97ba317
0x856a113d4cdb108f6f2bfaa8864f7f980cd44ad578dede30f0273cdfe7b94523
0x395af70645d20b8059c7c5a406eeb481cfe7aa8934f1ccd4c55711076a5a670a

Functions
Getter at block 22760578
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
44786
 
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)
Whatchu Lookin' At?
owner(view returns (address)
0x18542dd61abb72fba9991064d8ff8831ea8bcc6a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WLA
totalSupply(view returns (uint256)
44785
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