🔥🖌️

Unverified contract

Proxy

Active on Base with 1,053 txns
Deployed by via 0xbe08c5b7 at 23414225
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 "🔥🖌️"

0x1f3841d84561fb4f544d505ff15069b78a7eaa2b0230e3f764c80af9bb3537ab
0x18e3b2a693fbff466f85b50e3b0d7eb72a38aff45fa3fff928259dad380bae9c
0x4a89f0e6132dc74f68c7b9be03136e2e5d059d3b96f0db3347a7c763d3fa388a
0xc778e2e3d4a9cd5b941a12fa99382b407e5fc76114624b39fb9951d71df05c08
0xde4a9c0c9d6e438eb34a461f15a0d0ead7309b71d653e8a550bf2a01c1bb5da3
0xae867b0b6ecd778664a3d645c2893a8ab7683f63b5f99a41de4dbb8bde737a88
0x0f21cabe08d6a54e540db9ab9358e7b6b0b87ef99ef9810ee61a386f71e796be
0x18d7278e3a32fb8759402fe41377b833823b36639edea364c5a904189acf57fd
0x66cd9c720ad3355c637cbcc9f712ab1ae4d226fdcd4d0bc25e5ba07197c92735
0x73996394833ff4968dc2edde6aedaf0e457f4d023dfc8c679f5c22b09c4b1d9c

Functions
Getter at block 23857758
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1065
 
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)
🔥🖌️
owner(view returns (address)
0xfe819920199392cdd911acdaed84b38f30e27562
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MINT
totalSupply(view returns (uint256)
1064
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