NewThroneGameDiamond
Verified contract
Proxy
Active on
Base with 128,309 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 |
---|---|---|---|---|---|
THRO | ERC-20 | 24.66899K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 138.17603 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728000 | 3 hours ago | | | 0 | 5.6906520e-7 | |
| 22727992 | 3 hours ago | | | 0 | 0.0000010429081 | |
| 22727780 | 3 hours ago | | | 0 | 0.000056502676 | |
| 22726785 | 4 hours ago | | | 0 | 6.9683284e-7 | |
| 22725777 | 4 hours ago | | | 0 | 7.4541849e-7 | |
| 22724105 | 5 hours ago | | | 0 | 0.000000606472030560 | |
| 22724093 | 5 hours ago | | | 0 | 0.0000012091318 | |
| 22723685 | 6 hours ago | | | 0 | 0.0000013418790 | |
| 22723348 | 6 hours ago | | | 0 | 0.0000014179521 | |
| 22722900 | 6 hours ago | | | 0 | 0.0000014307932 |
ABI
ABI objects
Getter at block 22733725 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()