HANFT

Verified contract

Proxy

Active on Base with 365 txns
Deployed by via 0x42f2cc17 at 21676263
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
Native
Value $19.16
0x5bc3c13f7e72f3b0ed8363638c8781ec2c27dcba9a9684a1a05c7e55917207d5
0xfb4d6274c531aea274ad43f01f7e2aa68f7d2c1a0bc43bfeaa50c726d1a7f19f
0x71a119445ab5d9df022de38ecd1e9298fadbfad578cc3a3c144aa3711c86b747
0xa9e6119a7d0ca4f2015929514b839d96761b5a33a798e9500d9305148618682f
0x6649963df36a62a1980963514126aac7113d25dc5cbf6dd7fe0e32d8437b1022
0x00658c9ce49b30e90108a25ff9e449dcf8225c07b639d4f6e8bc75f3faad8d07
0xa4be8e500c9aa978491804843d226fb48c89626a131a3634816250ef0b2f757e
0x22c5e5ebc518dd9759a6c4a1c693a2ee5f541e0cc6c18d401462638958ef5aba
0x748462b9862ae0e0530f94a0f9295a8403ed128080eadfcbfb8067cb9b9b0be6
0x3afdd3e8c768c7aa294471c6dbab6d1051ce8bc0d2e99b4294af42ecad4f6cb0

Functions
Getter at block 22750642

This contract contains no getter function objects.

Read-only

This contract contains no read-only function objects.

State-modifying

This contract contains no state-modifying function objects.

Events
DiamondCut(struct IDiamondFacetCut[] _diamondCutaddress _initbytes _calldata
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(struct IDiamondFacetCut[] _diamondCutstruct DiamondArgs _args
Fallback and receive
fallback(
receive(
Errors
CannotAddFunctionToDiamondThatAlreadyExists(bytes4 _selector
CannotAddSelectorsToZeroAddress(bytes4[] _selectors
CannotRemoveFunctionThatDoesNotExist(bytes4 _selector
CannotRemoveImmutableFunction(bytes4 _selector
CannotReplaceFunctionThatDoesNotExists(bytes4 _selector
CannotReplaceFunctionWithTheSameFunctionFromTheSameFacet(bytes4 _selector
CannotReplaceFunctionsFromFacetWithZeroAddress(bytes4[] _selectors
CannotReplaceImmutableFunction(bytes4 _selector
FunctionNotFound(bytes4 _functionSelector
IncorrectFacetCutAction(uint8 _action
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
NoBytecodeAtAddress(address _contractAddressstring _message
NoSelectorsProvidedForFacetForCut(address _facetAddress
RemoveFacetAddressMustBeZeroAddress(address _facetAddress