IMAGINED WRECKAGE by Chuck Anderson

Unverified contract

Proxy

Active on Base with 12,431 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"

0x8725a0da537d38b603c5df7a860122e8b8e339a9b7c8b0c72f95e0151fdf767e
0x192e3932cd877aa5cab339f3403051e612540b26ea24046c6251176f3c5123dd
0x372eeb66b99236f707e76eeb9524416c78c68eef85e63f67796e02f3a3eae76c
0xd5be98a6123d20fd99fed6792aa4f45d4fe91e88a5602459cd333949ddee88e1
0x81536feff2ee7cff71f3a217d01fb4f74cb0402891fc1ceb497277e48affe5bc
0x33e89a9a2e5687efd4aebd0d0f8b7f863ee972acca212f5e1f1609bb561f9b65
0x833b2726a6b50f9fc225137a0a98a28647cabe928aa13c5bb7e2f614b466962a
0x6b641f824acae38c4deb915d8b50f1181c525cae404b1cd2f978295db4fac4c3
0x6888d9ec3b56bba00d8e44d1ba669b843bf84016501f459b6a7af5e1af1c9a04
0x9337ed38421cb5ffad83b9993d762e244b4e399cbeea52527ca464b1d8e0cfd0

Functions
Getter at block 22035978
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
12414
 
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)
12413
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