This contract is being backfilled. You may encounter incomplete storage history.

KFNC2023

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf7a016f1 at 16307385
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
7 additional variables

No balances found for "KFNC2023"

No transactions found for "KFNC2023"


Functions
Getter at block 20897197
contractURI(view returns (string)
maxSupply(view returns (uint256)
0
metadataURI(view returns (string)
name(view returns (string)
operatorDenylistRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
 
totalSupply(view returns (uint256)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
initialize(string name_string symbol_string metadataURI_string contractURI_uint256 maxSupply_uint256 mintTS_address operatorDenylistRegistry_
mint(
pause(
renounceOwnership(
safeMint(address to
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string newContractURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMetadataURI(string newMetadataURI
setMintTS(uint256 mintTS_
setOperatorDenylistRegistry(address newOperatorDenylistRegistry
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ContractMetadataURIChanged(address indexed senderstring previousURIstring newURI
DefaultRoyaltyChanged(address indexed senderaddress newReceiveruint96 newFeeNumerator
Initialized(uint8 version
MetadataURIChanged(address indexed senderstring previousURIstring newURI
MintTimestampChanged(address indexed senderuint256 previusMintTSuint256 newMintTS
OperatorDenylistRegistryChanged(address indexed senderaddress previousOperatorDenylistRegistryaddress newOperatorDenylistRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
InvalidContractMetadataURI(
InvalidMetadataURI(
InvalidOperatorDenylistRegistry(
InvalidTimestamp(
MintingNotAvailable(
NonEoA(
OperatorDenied(
SupplyExceeded(