CSCNFTFactory
Verified contract
Active on
Ethereum with 28,502 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.004554 |
$0.01 | |
(#172858) | CSCNFT | ERC-721 | 1 | -- | -- |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- | |
CSCNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003693 | 22 days ago | | | 0 | 0.00037875784 | |
| 20759455 | 2 months ago | | | 0 | 0.000079213028 | |
| 20509933 | 3 months ago | | | 0 | 0.000088778926 | |
| 20453131 | 3 months ago | | | 0 | 0.000047109000 | |
| 20452718 | 3 months ago | | | 0 | 0.000099676000 | |
| 20151362 | 5 months ago | | | 0 | 0.00022581382 | |
| 19403034 | 8 months ago | | | 0 | 0.0022193637 | |
| 19077661 | 10 months ago | | | 0 | 0.00077687581 | |
| 18939935 | 10 months ago | | | 0 | 0.00032158498 | |
| 18802641 | a year ago | | | 0 | 0.00086120917 |
ABI
ABI objects
Getter at block 21161738
InterfaceSignature_ERC721Optional() view returns (bytes4)
0xb0aa7187
attachedSystemActive() view returns (bool)
false
bankManager() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
canBurn() view returns (bool)
true
detachmentTime() view returns (uint32)
360
error() view returns (bool)
false
implementsERC721() pure returns (bool)
true
managerPrimary() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
managerSecondary() view returns (address)
0x8f99446027f05462cf1cfadedffde3203a3c548c
name() view returns (string)
CSCNFTFactory
paused() view returns (bool)
false
symbol() view returns (string)
CSCNFT
totalSupply() view returns (uint256)
66768
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getAssetDetails(uint256 _assetId) view returns (uint256 assetId, uint256 ownersIndex, uint256 assetTypeSeqId, uint256 assetType, uint256 createdTimestamp, uint256 isAttached, address creator, address owner)
getAssetIDForTypeSequenceID(uint256 _seqId, uint256 _type) view returns (uint256 _assetID)
getAssetIdCreator(uint256 _assetId) view returns (address creator)
getAssetIdItemType(uint256 _assetId) view returns (uint256 assetType)
getAssetIdOwner(uint256 _assetId) view returns (address owner)
getAssetIdOwnerIndex(uint256 _assetId) view returns (uint256 ownerIndex)
getAssetIdTypeSequenceId(uint256 _assetId) view returns (uint256 assetTypeSequenceId)
getAssetRawMeta(uint256 _assetId) view returns (uint256 dataA, uint128 dataB)
getIsNFTAttached(uint256 _assetId) view returns (uint256 isAttached)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isAssetIdOwnerOrApproved(address requesterAddress, uint256 _assetId) view returns (bool)
otherManagers(address) view returns (uint8)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
totalBurnedOfType(uint256 _type) view returns (uint256 _totalOfType)
totalCreatedOfType(uint256 _type) view returns (uint256 _totalOfType)
totalSupplyOfType(uint256 _type) view returns (uint256 _totalOfType)
State-modifying
Events approve(address _to, uint256 _tokenId)
attachAsset(uint256 _tokenId)
batchApprove(uint256[] _assetIds, address _spender)
batchAttachAssets(uint256[] _ids)
batchBurnAssets(uint256[] _assetIDs)
batchDetachAssets(uint256[] _ids)
batchSafeTransferFrom(uint256[] _assetIds, address _from, address _to)
batchSetApprovalForAll(address[] _spenders, bool _approved)
batchSpawnAsset(address _to, uint256[] _assetTypes, uint256[] _assetIds, uint256 _isAttached)
batchSpawnAsset(address[] _toB, uint256[] _assetTypes, uint256[] _assetIds, uint256 _isAttached)
batchSpawnAssetWithCreator(address[] _toB, uint256[] _assetTypes, uint256[] _assetIds, uint256[] _isAttacheds, address[] _creators)
batchTransferFrom(uint256[] _assetIds, address _from, address _to)
burnAsset(uint256 _assetID)
burnAssetOperator(uint256 _assetID)
getTypeName(uint32 _type) returns (string)
hasError()
multiBatchSafeTransferFrom(uint256[] _assetIds, address[] _fromB, address[] _toB)
multiBatchTransferFrom(uint256[] _assetIds, address[] _fromB, address[] _toB)
noError()
pause()
requestDetachment(uint256 _tokenId)
requestDetachmentOnPause(uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setBanker(address _newBK)
setBatchDetachCollectibles(uint256[] _assetIds)
setCanBurn(bool _state)
setDetachmentTime(uint256 _time)
setNFTDetached(uint256 _assetID)
setOtherManager(address _newOp, uint8 _state)
setPermanentLimitForType(uint32 _type, uint256 _limit)
setPrimaryManager(address _newGM)
setSecondaryManager(address _newGM)
setTokenURIBase(string _tokenURI)
setTypeName(uint32 _type, string _name)
spawnAsset(address _to, uint256 _assetType, uint256 _assetID, uint256 _isAttached)
spawnAssetWithCreator(address _to, uint256 _assetType, uint256 _assetID, uint256 _isAttached, address _creator)
toggleAttachedEnforement(bool _state)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
AssetCreated(address owner, uint256 assetId, uint256 assetType, uint256 sequenceId, uint256 creationTime)
ContractUpgrade(address newContract)
DetachRequest(address owner, uint256 assetId, uint256 timestamp)
NFTAttached(address requester, uint256 assetId)
NFTDetached(address requester, uint256 assetId)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.