Fireful Rorschach

Unverified contract

Proxy

Active on Base with 3,817 txns
Deployed by via 0x443c8900 at 22130702
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 "Fireful Rorschach"

0x1e57d793f8ca479cc5d8e57985148e559ebe1f4980ce7c04831320b6a68b8a30
0xa6a4e0209aa27bd56a2cba33bb5ed3eced392434719f4117f65ce89af9d33019
0x3c4e3220f38c1c8fbdb0a1146887a4d540daf13ee546e5cc4c98919a2c3b7e2a
0xecb4b60874cfdbdcc68da020c69a703e9cbcff86302d5307c89edcab70f3ad6a
0x675f3867219c08cd63c5546e8e3108a766a4d43a2e4f24ba0c1e58d4713d8442
0xa1234bd5ee68b54a7cb9252a1868ece1a3798dfc08e4c431ff79c9ecca2e2c23
0x9948631c2c92d15f825dd174eb4366d2ffc5f61811a6e4eeed471db4ab77c50e
0x82daabff488421843907e08069ed839d30d8aa32645130f61cb72788758aa81d
0x5bc38ec4c53b59ab15e572a3b202781405d5034bebb7dbdf65df7e6f7af8901f
0x89425307f4555aec0b4181ed948034993df3e1c39408f4facd7bf8476462848a

Functions
Getter at block 22910851
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4183
 
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)
Fireful Rorschach
owner(view returns (address)
0x2fb0e475f6d495dfdfd9176af9113f48f7687565
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FR
totalSupply(view returns (uint256)
4182
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