NewThrone
Verified contract
Proxy
Active on
Base with 3,860 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000768 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 105.111111 | -- | -- | |
THRO | ERC-20 | 11.856591 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22701938 | a day ago | | | 0 | 0.0000051676638 | |
| 22701926 | a day ago | | | 0 | 0.0000062243907 | |
| 22694629 | a day ago | | | 0 | 0.000000502037545145 | |
| 22694588 | a day ago | | | 0 | 0.000000502037545145 | |
| 22694545 | a day ago | | | 0 | 0.000000502037545145 | |
| 22691369 | a day ago | | | 0 | 8.7608025e-7 | |
| 22686385 | 2 days ago | | | 0.00020981138 | 0.0000074728289 | |
| 22683923 | 2 days ago | | | 0 | 5.8574793e-7 | |
| 22681415 | 2 days ago | | | 0 | 3.8646310e-7 | |
| 22681408 | 2 days ago | | | 0 | 3.8646310e-7 |
ABI
ABI objects
Getter at block 22754416 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)
0x5b057a3c94818e97d8545fa02b765eefe47d1f8c
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()