CSCPreSaleManager
Verified contract
Active on
Ethereum with 2,086 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CSCPreSaleManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20213853 | 5 months ago | | | 0 | 0.00023924109 | |
| 17584095 | a year ago | | | 0 | 0.00037425596 | |
| 16964306 | 2 years ago | | | 0 | 0.00039862445 | |
| 16336255 | 2 years ago | | | 0 | 0.00050234878 | |
| 13475179 | 3 years ago | | | 0 | 0.0020042415 | |
| 13475171 | 3 years ago | | | 0 | 0.0020327316 | |
| 13475162 | 3 years ago | | | 0 | 0.0020209827 | |
| 13475159 | 3 years ago | | | 0 | 0.0021778836 | |
| 13475154 | 3 years ago | | | 0 | 0.0018544485 | |
| 13475130 | 3 years ago | | | 0 | 0.0018315954 |
ABI
ABI objects
Getter at block 21287100
NAME() view returns (string)
CSCPreSaleFactory
STARTING_ASSET_BASE() view returns (uint256)
3000
SYMBOL() view returns (string)
CSCPF
bankManager() view returns (address)
0xb318fdf6d34e34b377d7a6e663ec79f921ce36ed
error() view returns (bool)
false
implementsERC721() pure returns (bool)
true
managerPrimary() view returns (address)
0x4b6c2bade929590aff03c578cc4f0c123d4b4191
managerSecondary() view returns (address)
0xd414e7355378ff9be9589eff757ff985dd398755
paused() view returns (bool)
false
symbol() pure returns (string)
CSCPF
totalSupply() view returns (uint256 total)
870
Read-only
addressToValue(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getCollectibleDetails(uint256 _tokenId) view returns (uint256 assetId, uint256 sequenceId, uint256 collectibleType, uint256 collectibleClass, string collectibleName, bool isRedeemed, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
preSaleItemIndexToApproved(uint256) view returns (address)
preSaleItemIndexToOwner(uint256) view returns (address)
preSaleItemTypeToClassToCanBeVendingMachine(uint256, uint256) view returns (bool)
preSaleItemTypeToClassToMaxLimit(uint256, uint256) view returns (uint256)
preSaleItemTypeToClassToMaxLimitSet(uint256, uint256) view returns (bool)
preSaleItemTypeToClassToName(uint256, uint256) view returns (bytes32)
preSaleItemTypeToClassToVendingFee(uint256, uint256) view returns (uint256)
preSaleItemTypeToCollectibleCount(uint256, uint256) view returns (uint256)
preSaleItemTypeToSequenceIdToCollectible(uint256, uint256, uint256) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events addToApprovedAddress(address _newAddr)
approve(address _to, uint256 _tokenId)
claimRefund(address _ownerAddress)
createCollectible(uint256 _collectibleType, uint256 _collectibleClass, address _toAddress)
hasError()
isRedeemed(uint256 _tokenId)
noError()
pause()
preSaleInit()
removeFromApprovedAddress(address _newAddr)
setBanker(address _newBK)
setMaxLimit(string _collectibleName, uint256 _collectibleType, uint256 _collectibleClass, uint256 _maxLimit)
setPrimaryManager(address _newGM)
setSecondaryManager(address _newGM)
setVendingFee(uint256 _collectibleType, uint256 _collectibleClass, uint256 fee)
takeOwnership(uint256 _tokenId)
toggleVending(uint256 _collectibleType, uint256 _collectibleClass)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
vendingCreateCollectible(uint256 _collectibleType, uint256 _collectibleClass, address _toAddress) payable
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 tokenId)
CollectibleCreated(address owner, uint256 globalId, uint256 collectibleType, uint256 collectibleClass, uint256 sequenceId, bytes32 collectibleName)
ContractUpgrade(address newContract)
RefundClaimed(address owner, uint256 refundValue)
Transfer(address indexed from, address indexed to, uint256 tokenId)
constructor()
fallback()
This contract contains no error objects.