Pixel Creatures
Verified contract
Active on
Ethereum with 570 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($84.55)
Native
Value
$84.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,381.82 |
$84.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15865076 | 2 years ago | | | 0 | 0.00042931180 | |
| 15736833 | 2 years ago | | | 0 | 0.0024659219 | |
| 15736832 | 2 years ago | | | 0 | 0.0022076099 | |
| 15736831 | 2 years ago | | | 0 | 0.0023377947 | |
| 15736829 | 2 years ago | | | 0 | 0.0025409178 | |
| 15736828 | 2 years ago | | | 0 | 0.0026022793 | |
| 15736761 | 2 years ago | | | 0 | 0.0010923439 | |
| 15736761 | 2 years ago | | | 0 | 0.0010923439 | |
| 15736761 | 2 years ago | | | 0 | 0.0010923439 | |
| 15736755 | 2 years ago | | | 0 | 0.0013785864 |
ABI
ABI objects
Getter at block 21262620
cost() view returns (uint256)
2500000000000000
hiddenMetadataUri() view returns (string)
ipfs://bafybeiero6d4fnjl74swootupuvasqvqklhnlbi2e5wo4o6lb3gaycrvwq/
maxFreeMintEach() view returns (uint256)
1
maxSupply() view returns (uint256)
10000
name() view returns (string)
Pixel Creatures
owner() view returns (address)
0xc015f0e4742e432fc2e4fb00f864dc27758624ac
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
PIXCRE
totalSupply() view returns (uint256)
616
txnMax() view returns (uint256)
30
uriPrefix() view returns (string)
ipfs://bafybeiero6d4fnjl74swootupuvasqvqklhnlbi2e5wo4o6lb3gaycrvwq/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxFreeMintEach(uint256 _maxFreeMintEach)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()