CloneX
Verified contract
Active on
Ethereum with 92,715 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEYS | ERC-20 | 100.88 | $0.000687 |
$0.07 | |
CLONE | ERC-20 | 100T | -- | -- | |
SOLA | ERC-20 | 100 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244281 | an hour ago | | | 0 | 0.00084685942 | |
| 21243147 | 5 hours ago | | | 0 | 0.0011375471 | |
| 21243033 | 5 hours ago | | | 0 | 0.00044172353 | |
| 21243012 | 5 hours ago | | | 0 | 0.00044303939 | |
| 21242957 | 5 hours ago | | | 0 | 0.00042469254 | |
| 21242835 | 6 hours ago | | | 0 | 0.0010628326 | |
| 21242664 | 6 hours ago | | | 0 | 0.00057477980 | |
| 21242490 | 7 hours ago | | | 0 | 0.00054901028 | |
| 21242445 | 7 hours ago | | | 0 | 0.00047839172 | |
| 21241215 | 11 hours ago | | | 0 | 0.00084536965 |
ABI
ABI objects
Getter at block 21244512
_tokenUri() view returns (string)
https://clonex-assets.rtfkt.com/
contractLocked() view returns (bool)
false
name() view returns (string)
CloneX
owner() view returns (address)
0x12ea19217c65f36385bb030d00525c1034e2f0af
symbol() view returns (string)
CloneX
totalSupply() view returns (uint256)
19603
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
lockContract()
mintTransfer(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureBaseUri(string newUri)
setApprovalForAll(address operator, bool approved)
setMintvialAddress(address newAddress)
setRandomizerAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloneXRevealed(uint256 tokenId, string fileId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.