IMAGINED WRECKAGE by Chuck Anderson

Unverified contract

Proxy

Active on Base with 6,703 txns
Deployed by via 0xce74a27f at 21117875
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"

0xbbb76e4a39f8df0cbe9e9aca81269b33947776229243346de0089c28e26d0f17
0x8a3249e6d81ca0e523ff842a5bdc7938abe6f00fade33fb10cc2f93e92487870
0x7e8e3fb4b099e56a1d1f7931f702f7c7657cc793cc16d8ddfce32351134a90cb
0xa8af214e812ac65f754665762476bd76f404e39ee46e020a71ff77d53bb5aef9
0xc9932d39e968a01a1463806a82fd581f2970bfaa813218ab9278d489e9ff7c7d
0x738ba32f498f7a8972a23b0d7debed75f89bc362e1f0329f9901d6a5e0390cef
0xf0d3155106c10caf1546274deeba0d1e52b81f4cffe691d6abdc382894579f67
0x1156f92ccb16411bfdb2603e8b0cdf9a9250127910f845d814f801ee5d38f993
0x7577b8d490d17c0a24d9215833b3fe3f54d8ed933c8d3bf05a5ff08e2620e852
0x97feab6200ceb863768183dbbb0741ef64e56ff6e428adaf21521b3b7622a9d3

Functions
Getter at block 22738095
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
6719
 
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)
6718
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