Prancing Through a Magical Heavenly Digital World by Ann Hirsch

Unverified contract

Proxy

Active on Base with 1,670 txns
Deployed by via 0x907d0c95 at 18925022
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 "Prancing Through a Magical Heavenly Digital World by Ann Hirsch"

0x4eaf7a55eff8149c6bdad47c4c399d595d2e0d3207a5d536f0619eedb8962713
0xd83f3b928fa1cc7e98ec888dee20c51919cdc175157a65a57402af7a80cf2e61
0x0395f1c12f3b5d09cb440cb1edd6d82a11b24f75f70b10e5babb56256c55f2ef
0xeecda1de94095105753f1b9feaf91904bca8951381bd2a317636060c8d4fe301
0x2d20a699ee9ea082391fdec7c767ffc89d69f25ffc89d05ff79efdd9204556a5
0x00cef640428df18bf4785cbc5bee5d5fe6c8fedc466703c4a6fa8e416175253f
0x7fee9e4d5bdf76bdde52bde22326911a1185c4ad2dc73fda0cb863224f8ae587
0xbab7d8f449aa702de0e7137cb8d8d2a2a4f42ae87806bc8a8df888fa3a7e13f6
0x6d21302559f300fb938d8003946cc520eb48254f58225825dad9d1782222429a
0x700998b8ff1a1b79f20e0744bc820357edd39941f4f882e9b4420c064c6c3c33

Functions
Getter at block 22933474
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1601
 
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)
Prancing Through a Magical Heavenly Digital World by Ann Hirsch
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PTA
totalSupply(view returns (uint256)
1600
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