CSCTimeSaleManager
Verified contract
Active on
Ethereum with 443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CBTV | ERC-20 | 30.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11434907 | 4 years ago | | | 0 | 0.0025928320 | |
| 11434873 | 4 years ago | | | 0 | 0.0025691094 | |
| 11434870 | 4 years ago | | | 0 | 0.0025734720 | |
| 11087791 | 4 years ago | | | 0 | 0.0025166400 | |
| 11059070 | 4 years ago | | | 19.812325 | 0.010492134 | |
| 11022727 | 4 years ago | | | 0 | 0.029175600 | |
| 11014795 | 4 years ago | | | 8.7059954 | 0.0073023237 | |
| 10965214 | 4 years ago | | | 0 | 0.043763400 | |
| 10955564 | 4 years ago | | | 18.998795 | 0.012117615 | |
| 10907330 | 4 years ago | | | 0 | 0.090046800 |
ABI
ABI objects
Getter at block 21297589
NFTAddress() view returns (address)
0x4d3814d4da8083b41861dec2f45b4840e8b72d68
avgSalesToCount() view returns (uint256)
5
bankManager() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
error() view returns (bool)
false
managerPrimary() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
managerSecondary() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
paused() view returns (bool)
false
Read-only
GetAssetTypeAverageSalePrice(uint256 _assetType) view returns (uint256)
GetCurrentSalePrice(uint256 _assetId) view returns (uint256 _price)
GetCurrentTypeDuration(uint256 _assetType) view returns (uint256 _duration)
GetCurrentTypeSaleCount(uint256 _assetType) view returns (uint256 _count)
GetCurrentTypeSaleItem(uint256 _assetType) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt, uint256 tokenId)
GetCurrentTypeSalePrice(uint256 _assetType) view returns (uint256 _price)
GetCurrentTypeStartTime(uint256 _assetType) view returns (uint256 _startedAt)
assetTypeSaleCount(uint256) view returns (uint256)
assetTypeSalesTokenId(uint256, uint256) view returns (uint256)
getSale(uint256 _assetId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt, bool isActive, address buyer, uint256 tokenId)
otherManagers(address) view returns (uint8)
tokenIdToSale(uint256) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint64 startedAt, bool isActive, address buyer, uint256 tokenId)
State-modifying
Events BatchCancelSales(uint256[] _tokenIds)
BatchCreateSaleAvgPrice(uint256[] _tokenIds, uint256 _margin, uint256 _minPrice, uint256 _endingPrice, uint64 _duration, address _seller)
BatchCreateSales(uint256[] _tokenIds, uint256 _startingPrice, uint256 _endingPrice, uint64 _duration, address _seller)
BuyAsset(uint256 _assetId) payable
BuyCurrentTypeOfAsset(uint256 _assetType) payable
CancelSale(uint256 _assetId)
CreateSale(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint64 _duration, address _seller)
CreateSaleAvgPrice(uint256 _tokenId, uint256 _margin, uint256 _minPrice, uint256 _endingPrice, uint64 _duration, address _seller)
hasError()
noError()
onERC721Received(address, uint256, bytes) returns (bytes4)
pause()
setAvgSalesCount(uint256 _count)
setBanker(address _newBK)
setNFTAddress(address _address)
setOtherManager(address _newOp, uint8 _state)
setPrimaryManager(address _newGM)
setSecondaryManager(address _newGM)
unpause()
withdrawBalance()
ContractUpgrade(address newContract)
SaleCancelled(address seller, uint256 collectibleId)
SaleCreated(uint256 tokenID, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint64 startedAt)
SaleWinner(address owner, uint256 collectibleId, uint256 buyingPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.