HANFT
Verified contract
Proxy
Active on
Base with 365 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($19.16)
Native
Value
$19.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.005768 | $3,321.37 |
$19.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745200 | 3 hours ago | | | 0.0002749187 | 0.0000024704352 | |
| 22745176 | 3 hours ago | | | 0.000206 | 0.0000019227861 | |
| 22741937 | 5 hours ago | | | 0.00037829675 | 0.0000017634546 | |
| 22741917 | 5 hours ago | | | 0.00037829675 | 0.0000017824071 | |
| 22741901 | 5 hours ago | | | 0.00037829675 | 0.0000017538957 | |
| 22741885 | 5 hours ago | | | 0.00037829675 | 0.0000017538957 | |
| 22741869 | 5 hours ago | | | 0.00037829675 | 0.0000017538957 | |
| 22741853 | 5 hours ago | | | 0.00037829675 | 0.0000017681514 | |
| 22741805 | 5 hours ago | | | 0.000206 | 0.0000010973583 | |
| 22741782 | 5 hours ago | | | 0.000206 | 0.0000010973583 |
ABI
ABI objects
Getter at block 22750642
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events This contract contains no state-modifying function objects.
DiamondCut(struct IDiamondFacetCut[] _diamondCut, address _init, bytes _calldata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(struct IDiamondFacetCut[] _diamondCut, struct DiamondArgs _args)
fallback()
receive()
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 _initializationContractAddress, bytes _calldata)
NoBytecodeAtAddress(address _contractAddress, string _message)
NoSelectorsProvidedForFacetForCut(address _facetAddress)
RemoveFacetAddressMustBeZeroAddress(address _facetAddress)