PixelChain 256
Verified contract
Active on
Ethereum with 2,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xab44…bbaa
Balances ($0.00)
No balances found for "PixelChain 256"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20597886 | 3 months ago | | | 0 | 0.000024539740 | |
| 20597860 | 3 months ago | | | 0 | 0.000024115438 | |
| 20592136 | 3 months ago | | | 0 | 0.00013095329 | |
| 20480129 | 3 months ago | | | 0 | 0.000075218942 | |
| 20391739 | 4 months ago | | | 0 | 0.00014923707 | |
| 20391409 | 4 months ago | | | 0 | 0.00024289886 | |
| 20099587 | 5 months ago | | | 0 | 0.00087691658 | |
| 20099587 | 5 months ago | | | 0 | 0.0013213967 | |
| 19619121 | 7 months ago | | | 0 | 0.0022934199 | |
| 19551989 | 7 months ago | | | 0 | 0.00045645523 |
ABI
ABI objects
Getter at block 21162229
maxTokenSupply() view returns (uint16)
2048
name() view returns (string)
PixelChain 256
openMint() view returns (bool)
false
owner() view returns (address)
0xf2419e6a58c0a772aeb4d80948411d6fbb181eef
symbol() view returns (string)
PXC256
totalSupply() view returns (uint16)
2048
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _wallet) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhitelist(address[] _wallets)
approve(address to, uint256 tokenId)
mint(uint256 _tokenId)
removeFromWhitelist(address[] _wallets)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCreatorNameDev(address _wallet, string _name)
setMetadataContract(address _address)
toggleOpenMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.