Gh0stlyGh0sts
Verified contract
Active on
Ethereum with 17,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($233.75)
Native
Value
$233.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07 | $3,339.08 |
$233.74 | |
CPRX | ERC-20 | 100 | $0.000111 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240708 | 9 hours ago | | | 0 | 0.00028881352 | |
| 21239441 | 14 hours ago | | | 0 | 0.0015674142 | |
| 21238363 | 17 hours ago | | | 0 | 0.0011690193 | |
| 21237179 | 21 hours ago | | | 0 | 0.00061804145 | |
| 21237176 | 21 hours ago | | | 0 | 0.0011346761 | |
| 21234550 | a day ago | | | 0 | 0.00048101341 | |
| 21228375 | 2 days ago | | | 0 | 0.00059606128 | |
| 21228368 | 2 days ago | | | 0 | 0.00055179066 | |
| 21227837 | 2 days ago | | | 0 | 0.00043130845 | |
| 21220512 | 3 days ago | | | 0 | 0.00046328233 |
ABI
ABI objects
Getter at block 21243492
_owner() view returns (address)
0x099a2da6bb4f40ecaea36ad0abe32d09f98c2a0a
name() view returns (string)
Gh0stlyGh0sts
owner() view returns (address)
0x099a2da6bb4f40ecaea36ad0abe32d09f98c2a0a
symbol() view returns (string)
gg
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
donate() payable
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint8 numTokens) payable
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setGasForDestinationLzReceive(uint256 newVal)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _chainId, uint256 tokenId) payable
withdraw(uint256 amt)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address _layerZeroEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.