Happy halloween 2024/05

Unverified contract

Proxy

Active on Base with 125 txns
Deployed by via 0xcc69ad43 at 21655601
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 "Happy halloween 2024/05"

0x23710cb9d3f822877eb7427d1034f60dde4c5a19de5f39709b9d5d2fc3e1bde7
0x2a1441a30c79ade0edd0723d0e475ff4ce262790dc8caa9972488c3eb091c2c9
0x6ab7cc4205f9ffdb19f96d18c3aa2d991492e741a2ac56319159de9878a357a9
0xc18ca4ec36ef03c6898f193eb2ac9ee5237c65f5327bccaa25bc156e9ef7629b
0xe0e148bf0ab0d67c1c9acbd87718ff9ce7ad952966c352c43f2991ef780a78a0
0xa79e3e191b6bc56da1473da09824d025bae856b3b6aee9c00c22ffa485affe96
0x6e0a1c722d8c9da7de4c923e5e54f33cb3923bdf5ee2279d46b042ef4a60ebd8
0x9a7578d650471859de48c0bf5f29b7377e3256a047e60ff3cf898c3e0b3c68e2
0xdea0cd6a55ccd8a699970a05455806080252b68077b2dffd5c6d556fd5348188
0x5c544024d3fc612555e2306d1766dc2cbb18fe74dfec9e28359d6f29e80ba116

Functions
Getter at block 23829395
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
127
 
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)
Happy halloween 2024/05
owner(view returns (address)
0x6e3bb3710f12b39fad5a9656f235d85543180d35
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HH
totalSupply(view returns (uint256)
126
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