CelebrityMarket
Verified contract
Active on
Ethereum with 181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb5e…74f7
Balances ($1,433.77)
Native
Value
$1,433.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4578 | $3,131.86 |
$1,433.77 | |
CelebrityToken | ERC-20 | 68 | -- | -- | |
ETH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14014909 | 3 years ago | | | 0.015 | 0.0039439080 | |
| 14014899 | 3 years ago | | | 0.015 | 0.0030007589 | |
| 14013996 | 3 years ago | | | 0.015 | 0.0024547350 | |
| 14007781 | 3 years ago | | | 0.1001 | 0.0038537037 | |
| 14007768 | 3 years ago | | | 0.1001 | 0.0035993845 | |
| 13913938 | 3 years ago | | | 0.015 | 0.0051328642 | |
| 13902560 | 3 years ago | | | 0 | 0.013265324 | |
| 13902445 | 3 years ago | | | 0.015 | 0.0025460249 | |
| 13902432 | 3 years ago | | | 0.015 | 0.0065567091 | |
| 13902283 | 3 years ago | | | 0 | 0.016978114 |
ABI
ABI objects
Getter at block 21212834
owner() view returns (address)
0x0c34759cd9c923226b22323530a698f877da2de4
paused() view returns (bool)
false
Read-only
getSale(uint256 _tokenId) view returns (address seller, uint256 salePrice, uint256 startedAt)
getSalePrice(uint256 _tokenId) view returns (uint256)
State-modifying
Events buy(uint256 _tokenId) payable
cancelSale(uint256 _tokenId)
cancelSaleWhenPaused(uint256 _tokenId)
createSale(uint256 _tokenId, uint256 _salePrice)
pause()
transferOwnership(address newOwner)
unpause()
updateSalePrice(uint256 _tokenId, uint256 _newPrice)
withdrawBalance()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
SaleCancelled(address seller, uint256 tokenId)
SaleCreated(address seller, uint256 tokenId, uint256 salePrice, uint256 startedAt)
SaleSuccessful(address seller, uint256 tokenId, uint256 totalPrice, address winner)
SaleUpdated(address seller, uint256 tokenId, uint256 oldPrice, uint256 newPrice)
Unpause()
constructor(address _ccAddress)
fallback()
This contract contains no error objects.