PixelCons
Verified contract
Active on
Ethereum with 2,376 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042426 | 19 days ago | | | 0 | 0.00025434249 | |
| 20728678 | 2 months ago | | | 0 | 0.00075817979 | |
| 20643361 | 2 months ago | | | 0 | 0.000087276689 | |
| 20553426 | 3 months ago | | | 0 | 0.000056276616 | |
| 20453224 | 3 months ago | | | 0 | 0.00010248767 | |
| 20334112 | 4 months ago | | | 0 | 0.00089833049 | |
| 20298713 | 4 months ago | | | 0 | 0.00011818522 | |
| 19611620 | 7 months ago | | | 0 | 0.0014808364 | |
| 19611495 | 7 months ago | | | 0 | 0.0033272302 | |
| 19593493 | 7 months ago | | | 0 | 0.00050637443 |
ABI
ABI objects
Getter at block 21181382 getAllCollectionNames() view returns (bytes8[]) getAllNames() view returns (bytes8[])
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
getAdmin() view returns (address)
0x9f2fedfff291314e5a86661e5ed5e6f12e36dd37
name() view returns (string)
PixelCons
symbol() view returns (string)
PXCN
totalCollections() view returns (uint256)
36
totalSupply() view returns (uint256)
1719
Read-only
balanceOf(address _owner) view returns (uint256)
collectionCleared(uint64 _collectionIndex) view returns (bool)
collectionExists(uint64 _collectionIndex) view returns (bool)
collectionOf(uint256 _tokenId) view returns (uint256)
collectionTotal(uint64 _collectionIndex) view returns (uint256)
creatorOf(uint256 _tokenId) view returns (address)
creatorTotal(address _creator) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getBasicData(uint64[] _tokenIndexes) view returns (uint256[], bytes8[], address[], uint64[])
getCollectionData(uint64 _collectionIndex) view returns (bytes8, uint64[])
getCollectionName(uint64 _collectionIndex) view returns (bytes8)
getCollectionNamesInRange(uint64 _startIndex, uint64 _endIndex) view returns (bytes8[])
getForCollection(uint64 _collectionIndex) view returns (uint64[])
getForCreator(address _creator) view returns (uint64[])
getForOwner(address _owner) view returns (uint64[])
getNamesInRange(uint64 _startIndex, uint64 _endIndex) view returns (bytes8[])
getTokenData(uint256 _tokenId) view returns (uint256 _tknId, uint64 _tknIdx, uint64 _collectionIdx, address _owner, address _creator, bytes8 _name, uint32 _dateCreated)
getTokenDataByIndex(uint64 _tokenIndex) view returns (uint256 _tknId, uint64 _tknIdx, uint64 _collectionIdx, address _owner, address _creator, bytes8 _name, uint32 _dateCreated)
getTokenIndex(uint256 _tokenId) view returns (uint64)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _tokenIndex) view returns (uint256)
tokenOfCollectionByIndex(uint64 _collectionIndex, uint256 _index) view returns (uint256)
tokenOfCreatorByIndex(address _creator, uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminChange(address _newAdmin)
adminSetTokenURITemplate(string _newTokenURITemplate)
adminWithdraw(address _to)
approve(address _to, uint256 _tokenId)
clearCollection(uint64 _collectionIndex) returns (uint64)
create(address _to, uint256 _tokenId, bytes8 _name) payable returns (uint64)
createCollection(uint64[] _tokenIndexes, bytes8 _name) returns (uint64)
rename(uint256 _tokenId, bytes8 _name) returns (uint64)
renameCollection(uint64 _collectionIndex, bytes8 _name) returns (uint64)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ClearCollection(uint64 indexed _collectionIndex)
Create(uint256 indexed _tokenId, address indexed _creator, uint64 _tokenIndex, address _to)
CreateCollection(address indexed _creator, uint64 indexed _collectionIndex)
Rename(uint256 indexed _tokenId, bytes8 _newName)
RenameCollection(uint64 indexed _collectionIndex, bytes8 _newName)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.