CryptoArte
Verified contract
Active on
Ethereum with 19,648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,952.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENS | ERC-20 | 96.188253 | $20.30 |
$1,952.62 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259373 | 5 hours ago | | | 0 | 0.00047894373 | |
| 21259356 | 5 hours ago | | | 0 | 0.0012116960 | |
| 21253181 | a day ago | | | 0 | 0.0010558859 | |
| 21251884 | a day ago | | | 0 | 0.00053068999 | |
| 21250175 | a day ago | | | 0 | 0.00046837740 | |
| 21250101 | 2 days ago | | | 0 | 0.00043730013 | |
| 21216358 | 6 days ago | | | 0 | 0.0012262583 | |
| 21216244 | 6 days ago | | | 0 | 0.00098909366 | |
| 21208500 | 7 days ago | | | 0 | 0.00059619219 | |
| 21175906 | 12 days ago | | | 0 | 0.0014230742 |
ABI
ABI objects
Getter at block 21260880
name() view returns (string)
CryptoArte
owner() view returns (address)
0x5ea93bd269bfd21b9e19f73db5d51d189c35cdb3
symbol() view returns (string)
CARTE
totalSupply() view returns (uint256)
9895
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
tokenByIndex(uint256 _index) view returns (uint256)
tokenIdToHash(uint256) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _to, uint256 _tokenId)
mintManyTo(address _to, string _tokenURIPrefix, uint256[] _tokenIds, uint256[] _tokenHashes)
mintTo(address _to, string _tokenURI, uint256 _tokenId, uint256 _tokenHash)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenHash(uint256 _tokenHash, uint256 _tokenId)
setTokenURI(string _tokenURI, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.