IMAGINED WRECKAGE by Chuck Anderson

Unverified contract

Proxy

Active on Base with 4,646 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"

0x7b8352f234852092235a87cd94cce6fa6b683ad67aaf3c17b9a7f9c1b8b177d9
0xfce9e84347284c0ac8a36696af5df867d2d47b60b16bae619a20a1b0f8d8af72
0x396dc1e961fa178451e4b97977e1d19a392718fba9f408125768b52aebdc8b25
0x9148abc511f47653593a2797ace91ac3b3f541c707175790f4174daa6e017c37
0x6d95d08164dc43304822f8a53ffcc059324ef220ef9015814869414467c73848
0xa7cce3cf38f12b52760f5584c2c9beecbcdb87c00383d2240e7becd0b14a5715
0x73366c023757d0611421a8c7554d806eaa18a8d115652f6df76ca1e0d549f0d4
0x983bd00d2a2498571b3816b0a2cad452d23a66473112617292792596ee0a120a
0x9619eab5b6e87e269285e32c947747fe0c295991127781338d3da2a17a8099e0
0xb5601df9ca9b84e0329fdebfb444e2a0cd7b4326034a97c8dbfc9c9619732b99

Functions
Getter at block 21808330
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4667
 
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)
4666
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