fall fusion

Unverified contract

Proxy

Active on Base with 3,086 txns
Deployed by via 0xf382c973 at 20465858
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 "fall fusion"

0x858f5f6f77b712ad931bb7661a3dde33c135d1b8df9550163219ede1175c763a
0xc1bd0f676a680c3c4957e4e57edc416627121370bdbc3fd90ca2ad0042a1e8ee
0x2cf53f1a9aca6d3fb5959f811bf76a904eeea7b00e82ae121f1c50c43db34b1a
0x4e4b02a2ad0ec03fbf5b8f547b657eb9a7ed4c12f637ad4f3e9352427374b693
0xe8218991573bd0e948f5cf6d69b4ac267abab93aef4564327a306dd7ad59cc74
0x03fdcc0b089e07eaf23ce7b342b8e2c60d885c0997f036cd7feafec713846d19
0x83d0f213e5bfe2a26b4d762b1ec5f26711183cf13a2ecd4421a674fa7dc4740f
0xbcfbc381d519e4e203afeff1160c9b08b83b01deb66f6100a67e0cae2fc25c6e
0x07bc94a002c1a5ca42c630d81e064a28b4481bd8f3ae8d0dd96aab0f38aafca1
0xedf4807d458966c6a257eebe69586ad0ff21ae5869b53cb2d7f7c82e022712b4

Functions
Getter at block 23775588
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3200
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
fall fusion
owner(view returns (address)
0xc5f6c6088095c750e695b641b084db9084afab3c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FF
totalSupply(view returns (uint256)
3199
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