IMAGINED WRECKAGE by Chuck Anderson

Unverified contract

Proxy

Active on Base with 12,751 txns
Deployed by via 0x44c54c25 at 18918028
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 "IMAGINED WRECKAGE by Chuck Anderson"

0x41ef5292f947cbe1b5d8edff55d227a446db05885c7154338df693d08e8324ef
0xfcfee71e4594c000ccdd961ea1ef9b484d6159b78d731cb42bd72a3cef81942e
0x55072d1e2a435a56f2d1158dd78e0a7d16e59c2a3f2ea890e9ea18ddb5fe020c
0xaea910c0350e0607793a37f476318137182fd9edb3dd0e8d98bfbdd373bd8075
0x24ce43532ce20f9fd7cc6e10b341fa0749979adbf61d775af31f5f06b3ad2568
0x194468f065b9e61e04564bbe44cd5dba56e737d8522897b48ae3055ebb8d07d2
0x712180e220b16996a90fd550f9082b8ea38e8a875bb2adaaaade005956a30e76
0xfbdc6020183375ee7d17dadeed172274161ddbd2f99471f0b8766d010ac929a2
0x6bc02b0b11440bc84d811313f10f5006afd859b51489ef20ee6308f4e9f97ef9
0xb6a6ec4b4f2e475a4f711e477b983ad3efebb9a0c28510d5059920c97d6910d3

Functions
Getter at block 22773893
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
12722
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
IMAGINED WRECKAGE by Chuck Anderson
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
IWB
totalSupply(view returns (uint256)
12721
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