Marketplace
Verified contract
Active on
Ethereum with 815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb807…fb95
Balances ($108,007.51)
Native
Value
$108,007.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 29.496869 | $3,661.66 |
$108,007.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20916841 | 2 months ago | | | 0 | 0.00051016405 | |
| 20916826 | 2 months ago | | | 0 | 0.00045562260 | |
| 20916817 | 2 months ago | | | 0 | 0.00048483004 | |
| 20910957 | 2 months ago | | | 0 | 0.00019833202 | |
| 20905916 | 2 months ago | | | 0 | 0.00071070338 | |
| 20905140 | 2 months ago | | | 0.125 | 0.00066657008 | |
| 20867637 | 3 months ago | | | 0 | 0.00059680573 | |
| 20803094 | 3 months ago | | | 0 | 0.00069289099 | |
| 20749084 | 3 months ago | | | 0 | 0.000060485322 | |
| 20749010 | 3 months ago | | | 0.4 | 0.00028716691 |
ABI
ABI objects
Getter at block 21432614 getActiveAds() view returns (uint256[], uint256[])
creatorPercentage() view returns (uint256)
3
digitalPrintImageContract() view returns (address)
0xb80776700778e7415da08ef65fa389f75737fb95
marketplacePercentage() view returns (uint256)
2
numberOfAds() view returns (uint256)
287
owner() view returns (address)
0x416117a78551da0c15f63a6412759da190303f6f
Read-only
allAds(uint256) view returns (uint256)
balances(address) view returns (uint256)
isImageOnSale(uint256 _imageId) view returns (bool)
sellAds(uint256) view returns (uint256 price, address exchanger, bool exists, bool active)
State-modifying
Events buy(uint256 _imageId) payable
cancel(uint256 _imageId)
renounceOwnership()
sell(uint256 _imageId, uint256 _price)
transferOwnership(address _newOwner)
withdraw()
ImageBought(uint256 indexed imageId, address indexed newOwner, uint256 price)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellingImage(uint256 indexed imageId, uint256 price)
constructor(address _digitalPrintImageContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.