Jade
Verified contract
Proxy
Active on
Base with 3,322 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JADE | ERC-20 | 16.407765 | $0.006486 |
$0.11 | |
kurbi | ERC-20 | 0.1 | $0.000749 |
$0 | |
OHNO | ERC-20 | 81 | -- | -- | |
HMSTR | ERC-20 | 5.082855 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723054 | a day ago | | | 0 | 2.4481607e-7 | |
| 22712211 | a day ago | | | 0 | 0.0000055899497 | |
| 22711981 | a day ago | | | 0 | 0.0000055899497 | |
| 22711855 | a day ago | | | 0 | 0.0000055899497 | |
| 22679580 | 2 days ago | | | 0 | 4.5544883e-7 | |
| 22673276 | 2 days ago | | | 0 | 4.5584236e-7 | |
| 22664368 | 2 days ago | | | 0 | 0.0000088987248 | |
| 22664361 | 2 days ago | | | 0 | 0.000013334177 | |
| 22551013 | 5 days ago | | | 0 | 4.5694803e-7 | |
| 22454720 | 7 days ago | | | 0 | 4.5605476e-7 |
ABI
ABI objects
Getter at block 22763583 facetAddresses() view returns (address[] addresses) facets() view returns (struct IDiamondReadableFacet[] diamondFacets)
getFallbackAddress() view returns (address fallbackAddress)
0x0000000000000000000000000000000000000000
nomineeOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4ca6b2bcd5bea67cf3055db09deaf3fdccd62448
paused() view returns (bool status)
false
Read-only
facetAddress(bytes4 selector) view returns (address facet)
facetFunctionSelectors(address facet) view returns (bytes4[] selectors)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
diamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
setFallbackAddress(address fallbackAddress)
transferOwnership(address account)
DiamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
DiamondWritable__InvalidInitializationParameters()
DiamondWritable__RemoveTargetNotZeroAddress()
DiamondWritable__ReplaceTargetIsIdentical()
DiamondWritable__SelectorAlreadyAdded()
DiamondWritable__SelectorIsImmutable()
DiamondWritable__SelectorNotFound()
DiamondWritable__SelectorNotSpecified()
DiamondWritable__TargetHasNoCode()
ERC165Base__InvalidInterfaceId()
Ownable__NotOwner()
Ownable__NotTransitiveOwner()
Pausable__NotPaused()
Pausable__Paused()
Proxy__ImplementationIsNotContract()
SafeOwnable__NotNomineeOwner()