Digital Art Collectible
Verified contract
Active on
Ethereum with 259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.30)
Native
Value
$16.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0045 | $3,621.73 |
$16.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16505453 | 2 years ago | | | 0 | 0.00070955908 | |
| 16505401 | 2 years ago | | | 0 | 0.00064858165 | |
| 14197326 | 3 years ago | | | 0 | 0.0032288200 | |
| 14197317 | 3 years ago | | | 0 | 0.0032288200 | |
| 14197309 | 3 years ago | | | 0 | 0.0015126628 | |
| 14197302 | 3 years ago | | | 0 | 0.0033145506 | |
| 14197242 | 3 years ago | | | 0 | 0.0027970874 | |
| 14197201 | 3 years ago | | | 0 | 0.0030883868 | |
| 14197195 | 3 years ago | | | 0 | 0.0029668635 | |
| 14197168 | 3 years ago | | | 0 | 0.0033847496 |
ABI
ABI objects
Getter at block 21294045
decimals() view returns (uint8)
0
name() view returns (string)
Digital Art Collectible
symbol() view returns (string)
Ɖ
totalSupply() view returns (uint256)
16600
Read-only
Bids(uint256) view returns (bool hasBid, uint256 drawingId, uint256 printIndex, address bidder, uint256 value)
DrawingPrintToAddress(uint256) view returns (address)
OfferedForSale(uint256) view returns (bool isForSale, uint256 drawingId, uint256 printIndex, address seller, uint256 minValue, address onlySellTo, uint256 lastSellValue)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
drawingIdToCollectibles(uint256) view returns (uint256 drawingId, string checkSum, uint256 totalSupply, uint256 initialPrice, uint256 initialPrintIndex, uint256 collectionId, uint256 authorUId)
pendingWithdrawals(address) view returns (uint256)
State-modifying
Events acceptBidForCollectible(uint256 drawingId, uint256 minPrice, uint256 printIndex)
alt_buyCollectible(uint256 drawingId, uint256 printIndex) payable
buyCollectible(uint256 drawingId, uint256 printIndex) payable
enterBidForCollectible(uint256 drawingId, uint256 printIndex) payable
flipSwitchTo(bool state)
makeCollectibleUnavailableToSale(address to, uint256 drawingId, uint256 printIndex, uint256 lastSellValue)
mintNewDrawings(uint256 amount)
newCollectible(uint256 drawingId, string checkSum, uint256 _totalSupply, uint256 initialPrice, uint256 initialPrintIndex, uint256 collectionId, uint256 authorUId)
offerCollectibleForSale(uint256 drawingId, uint256 printIndex, uint256 minSalePriceInWei)
offerCollectibleForSaleToAddress(uint256 drawingId, uint256 printIndex, uint256 minSalePriceInWei, address toAddress)
transfer(address to, uint256 drawingId, uint256 printIndex) returns (bool success)
withdraw()
withdrawBidForCollectible(uint256 drawingId, uint256 printIndex)
withdrawOfferForCollectible(uint256 drawingId, uint256 printIndex)
Assigned(address indexed to, uint256 collectibleIndex, uint256 printIndex)
CollectibleBidEntered(uint256 indexed collectibleIndex, uint256 indexed printIndex, uint256 value, address indexed fromAddress)
CollectibleBidWithdrawn(uint256 indexed collectibleIndex, uint256 indexed printIndex, uint256 value, address indexed fromAddress)
CollectibleBought(uint256 indexed collectibleIndex, uint256 printIndex, uint256 value, address indexed fromAddress, address indexed toAddress)
CollectibleNoLongerForSale(uint256 indexed collectibleIndex, uint256 indexed printIndex)
CollectibleOffered(uint256 indexed collectibleIndex, uint256 indexed printIndex, uint256 minValue, address indexed toAddress, uint256 lastSellValue)
CollectibleTransfer(address indexed from, address indexed to, uint256 collectibleIndex, uint256 printIndex)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.