Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,850.94)
Native
Value
$18,850.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.1735 | $3,643.75 |
$18,850.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730728 | 3 months ago | | | 0 | 0.000045782580 | |
| 19522527 | 8 months ago | | | 0 | 0.00065636595 | |
| 19522507 | 8 months ago | | | 0 | 0.00070030171 | |
| 19522495 | 8 months ago | | | 0 | 0.00062277123 | |
| 17688391 | a year ago | | | 0 | 0.00064055506 | |
| 15794849 | 2 years ago | | | 0 | 0.00082337803 | |
| 15794779 | 2 years ago | | | 0 | 0.0012982048 | |
| 14705862 | 3 years ago | | | 0 | 0.0018826170 | |
| 14352297 | 3 years ago | | | 0 | 0.0013463469 | |
| 14352292 | 3 years ago | | | 0 | 0.00075872815 |
ABI
ABI objects
Getter at block 21319272 getCards() view returns (uint8[]) getCardsDetails() view returns (uint8[])
getBalance() view returns (uint256 amount)
0
Read-only
computeInitialPrice(uint8 cardId) view returns (uint256 price)
getCard(uint8 cardId) view returns (uint8 id, address owner, string title, string url, string image, bool nsfw)
getCardDetails(uint8 cardId) view returns (uint8 id, uint256 price, uint256 priceLease, uint256 leaseDuration, bool availableBuy, bool availableLease)
getCardLeaseLength(uint8 cardId) view returns (uint256 cardLeasesCount)
getLastLease(uint8 cardId) view returns (uint256 leaseIndex, address tenant, uint256 untilBlock, string title, string url, string image)
getLease(uint8 cardId, uint256 leaseId) view returns (uint256 leaseIndex, address tenant, uint256 untilBlock, string title, string url, string image)
State-modifying
Events buyCard(uint8 cardId, string title, string url, string image) payable returns (bool success)
cancelLeaseOffer(uint8 cardId) returns (bool success)
cancelSellCard(uint8 cardId) returns (bool success)
editCard(uint8 cardId, string title, string url, string image) returns (bool success)
initialBuyCard(uint8 cardId, string title, string url, string image) payable returns (bool success)
leaseCard(uint8 cardId, string title, string url, string image) payable returns (bool success)
sellCard(uint8 cardId, uint256 price) returns (bool success)
setLeaseCard(uint8 cardId, uint256 priceLease, uint256 leaseDuration) returns (bool success)
setNSFW(uint8 cardId, bool flag) returns (bool success)
transferCardOwnership(address to, uint8 cardId) returns (bool success)
withdraw() returns (bool)
This contract contains no event objects.
constructor(address _contractOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.