Prismoria

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0xc68d0ddf at 22500244
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 "Prismoria"

0xd5f6814bb8e94db13ec27bb4e028782fe4b0a69dfb4383650830d67b3538e107
0xf7adc553fabee5c097b4ee402ecf6aaded033ad002692384ef283d828cef1e6a
0xeb7d4eb0b1cef9ea2cd780f429334239a7172a796a369992fdff8c7cb1359181
0xc1424d55fd1401f79740e5033cefa7e345f370330b8d89d2a3bbe0ee8abc93f1
0xb8b82236d91817abb08502c640328da00f99a6e20e6ce681e2e56b51d40d126b
0x5e96cd12b4bc9a5d28a1b4674f1642cd2a87662cc210060bb84bf4fecb44a719
0x98e71c393640bd0105238899b299571a95406ecc31e637d8fed631dc6f9ff615
0x4979fb958538c523ec65213aa057c892412ef790eddfd7ace7f96c27f9d50930
0xe6f5afb047d3aa1cc9211a812d4b72043faa0e24e6fc39b5a753bd45d2ac20f0
0xf3ced9db9fb0f65b16983b14966e46bcc83f8b363bac55d5b84d1a1c33f016ee

Functions
Getter at block 23157377
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
22
 
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)
0x20e26ed291b85a44a6eb9b0d336512b53fd93092
name(view returns (string)
Prismoria
owner(view returns (address)
0xbe7bfad8952ae92abb8779aa4d6826839e82fa3d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
P
totalSupply(view returns (uint256)
21
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 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
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
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
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