CryptoArts
Verified contract
Active on
Ethereum with 927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.68)
Native
Value
$14.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00468 | $3,135.83 |
$14.68 | |
EBK | ERC-20 | 4.005602 | -- | -- | |
XART | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13041794 | 3 years ago | | | 0.07799791 | 0.0036910800 | |
| 11013144 | 4 years ago | | | 0 | 0.0010464960 | |
| 11013125 | 4 years ago | | | 0 | 0.0018503430 | |
| 10914921 | 4 years ago | | | 0 | 0.0026710530 | |
| 10914901 | 4 years ago | | | 0 | 0.0026710530 | |
| 8847976 | 5 years ago | | | 0 | 0.000031239000 | |
| 8847976 | 5 years ago | | | 0 | 0.000046239000 | |
| 8169723 | 5 years ago | | | 0 | 0.000046239000 | |
| 8012742 | 5 years ago | | | 0 | 0.000046239462 | |
| 6929083 | 6 years ago | | | 0 | 0.000097101900 |
ABI
ABI objects
Getter at block 21206770 getAllTokens() view returns (uint256[], uint256[], address[])
ceoAddress() view returns (address)
0x83a283a8d70f6c415ecb4d160fc666abd2bd0aab
cooAddress() view returns (address)
0x04a3f1015bb7b7caabbfe606b28cd73eb47df7d1
implementsERC721() view returns (bool)
true
name() view returns (string _name)
CryptoArts
paused() view returns (bool)
false
symbol() view returns (string _symbol)
XART
totalSupply() view returns (uint256 _totalSupply)
63
Read-only
balanceOf(address _owner) view returns (uint256 _balance)
getToken(uint256 _tokenId) view returns (string _tokenName, uint256 _price, uint256 _nextPrice, address _owner)
nextPriceOf(uint256 _tokenId) view returns (uint256 _nextPrice)
ownerOf(uint256 _tokenId) view returns (address _owner)
priceOf(uint256 _tokenId) view returns (uint256 _price)
tokenIdToApproved(uint256) view returns (address)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
createToken(string _name)
createToken(string _name, address _owner, uint256 _price)
enableERC721()
pause()
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalance(address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
TokenCreated(uint256 tokenId, string name, uint256 price, address owner)
TokenSold(uint256 indexed tokenId, string name, uint256 sellingPrice, uint256 newPrice, address indexed oldOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.