Pixel Personalities
Verified contract
Active on
Ethereum with 127 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 "Pixel Personalities"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18896150 | a year ago | | | 0 | 0.00058688143 | |
| 17611917 | a year ago | | | 0 | 0.00078628372 | |
| 16484064 | 2 years ago | | | 0 | 0.00072532164 | |
| 15860961 | 2 years ago | | | 0 | 0.00022486069 | |
| 15282560 | 2 years ago | | | 0 | 0.00043515582 | |
| 15228524 | 2 years ago | | | 0 | 0.00081668013 | |
| 15155625 | 2 years ago | | | 0 | 0.00051498944 | |
| 15073079 | 2 years ago | | | 0 | 0.00061125298 | |
| 15053449 | 2 years ago | | | 0 | 0.0012604532 | |
| 15045907 | 2 years ago | | | 0 | 0.0021630147 |
ABI
ABI objects
Getter at block 21297478 owners() view returns (address[]) totalSupply() view returns (uint256 supply)
_contractUri() view returns (string)
ipfs://QmRHJHSFo2H8YBnNRJ2F783EB46h3Roi1BSqFcMqssB72c
artist() view returns (string)
Silver
baseTokenURI() view returns (string)
https://pixelpersons.geneticchain.io/api/meta
contractURI() view returns (string)
ipfs://QmRHJHSFo2H8YBnNRJ2F783EB46h3Roi1BSqFcMqssB72c
description() view returns (string)
1/1 animated pixels characters expressing their personality.
galleryMax() view returns (uint256)
5
galleryMinted() view returns (uint256)
5
maxTokenId() view returns (uint256)
75
memberPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Pixel Personalities
owner() view returns (address)
0xa50750ae4b64b0a64174ca345870f1a8a5c9a2ee
projectId() view returns (uint256)
13
publicMax() view returns (uint256)
70
publicMinted() view returns (uint256)
70
symbol() view returns (string)
PIXELPERSON
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerTokens(address owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
galleryMintTo(address _to, uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureMint(bytes32 msgHash, bytes signature, uint256 allocation, uint256 count) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseUri)
setContractURI(string contractUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
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 baseUri_, string contractUri_, uint256[2] tokenMax_)
This contract contains no fallback and receive objects.
This contract contains no error objects.