KFNC2023
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "KFNC2023"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KFNC2023"
ABI
ABI objects
Getter at block 21299074 totalSupply() view returns (uint256)
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)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(string name_, string symbol_, string metadataURI_, string contractURI_, uint256 maxSupply_, uint256 mintTS_, address operatorDenylistRegistry_)
mint()
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMetadataURI(string newMetadataURI)
setMintTS(uint256 mintTS_)
setOperatorDenylistRegistry(address newOperatorDenylistRegistry)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ContractMetadataURIChanged(address indexed sender, string previousURI, string newURI)
DefaultRoyaltyChanged(address indexed sender, address newReceiver, uint96 newFeeNumerator)
Initialized(uint8 version)
MetadataURIChanged(address indexed sender, string previousURI, string newURI)
MintTimestampChanged(address indexed sender, uint256 previusMintTS, uint256 newMintTS)
OperatorDenylistRegistryChanged(address indexed sender, address previousOperatorDenylistRegistry, address newOperatorDenylistRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyMinted()
InvalidContractMetadataURI()
InvalidMetadataURI()
InvalidOperatorDenylistRegistry()
InvalidTimestamp()
MintingNotAvailable()
NonEoA()
OperatorDenied()
SupplyExceeded()