CryptoGhost
Verified contract
Active on
Ethereum with 5,862 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoGhost"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295505 | 12 days ago | | | 0 | 0.00061336673 | |
| 21244308 | 20 days ago | | | 0 | 0.00088197302 | |
| 20798342 | 3 months ago | | | 0 | 0.00037376723 | |
| 20729101 | 3 months ago | | | 0 | 0.00023501320 | |
| 20628919 | 3 months ago | | | 0 | 0.00010466396 | |
| 20339899 | 5 months ago | | | 0 | 0.00028216471 | |
| 19950001 | 7 months ago | | | 0 | 0.00011459799 | |
| 19841715 | 7 months ago | | | 0 | 0.00020579436 | |
| 19602359 | 8 months ago | | | 0 | 0.00029893747 | |
| 19514239 | 9 months ago | | | 0 | 0.00064456939 |
ABI
ABI objects
Getter at block 21384813
ERC712_VERSION() view returns (string)
1
airDropTimes() view returns (uint256)
9
baseTokenURI() view returns (string)
https://api.cryptoghosts.org/api/token/
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x792b2643009b33a7396ed4745f2c6368a37720cf497d57f278e8ceaf225be95e
name() view returns (string)
CryptoGhost
owner() view returns (address)
0xafeceb4265f690a9a5692d27ff5a42a99a14cf4a
startTime() view returns (uint256)
1629979200
symbol() view returns (string)
CG
teslaOwner() view returns (address)
0x39ac59c830eaa765bd49dbc96bbf19d4b4a18d6b
totalSupply() view returns (uint256)
9844
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airDrop()
approve(address to, uint256 tokenId)
buy(uint256 _num) payable
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.