CCTimeSaleManager
Verified contract
Active on
Ethereum with 490 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 37 | $0.000028 |
$0 | |
EBK | ERC-20 | 53.654971 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10732759 | 4 years ago | | | 0 | 0.0020203520 | |
| 9764764 | 5 years ago | | | 0.005 | 0.00025765100 | |
| 9227737 | 5 years ago | | | 0.005 | 0.00051530200 | |
| 9220404 | 5 years ago | | | 0.005 | 0.00025765100 | |
| 9208526 | 5 years ago | | | 0.04 | 0.00024429800 | |
| 9208525 | 5 years ago | | | 0.07 | 0.00025509800 | |
| 8949444 | 5 years ago | | | 0.005 | 0.00023615100 | |
| 8949444 | 5 years ago | | | 0.01 | 0.00025115100 | |
| 8754255 | 5 years ago | | | 0.07 | 0.00046119600 | |
| 8754255 | 5 years ago | | | 0.03 | 0.00047230200 |
ABI
ABI objects
Getter at block 21316187
NFTAddress() view returns (address)
0x69b47e2bc52fa28fef7bae5a89a0421126bd56c9
avgSalesToCount() view returns (uint256)
5
bankManager() view returns (address)
0x9439b83ea30322c8b43e86948e2bb7de39ab1ccd
error() view returns (bool)
false
managerPrimary() view returns (address)
0x41c2d435acf49f090a8f778afe212a330bb5a1b6
managerSecondary() view returns (address)
0x45a2d13d3023c0e85460d583db05cdf11559dc2e
paused() view returns (bool)
false
startingIndex() view returns (uint256)
100398
vendingAttachedState() view returns (uint256)
1
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)
getVendingAmountLeft(uint256 _collectibleType) view returns (uint256)
getVendingAmountSold(uint256 _collectibleType) view returns (uint256)
getVendingInfo(uint256 _collectibleType) view returns (uint256 amountRemaining, uint256 sold, uint256 price, uint256 stepPrice, uint256 stepQty)
getVendingPrice(uint256 _collectibleType) view returns (uint256)
getVendingStepPrice(uint256 _collectibleType) view returns (uint256)
getVendingStepQty(uint256 _collectibleType) view returns (uint256)
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)
createVendingItem(uint256 _collectibleType, uint256 _vendingQty, uint256 _startingPrice, uint256 _stepAmount, uint256 _stepQty)
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)
setVendingAmount(uint256 _collectibleType, uint256 _vendingQty)
setVendingAttachedState(uint256 _collectibleType, uint256 _state)
setVendingStartPrice(uint256 _collectibleType, uint256 _startingPrice)
setVendingStepValues(uint256 _collectibleType, uint256 _stepAmount, uint256 _stepQty)
unpause()
vendingCreateCollectible(uint256 _collectibleType, address _toAddress) payable
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.