PixelGlyphs
Verified contract
Active on
Ethereum with 7,771 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,577.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2 | $3,288.55 |
$6,577.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156465 | 2 days ago | | | 0 | 0.00051075688 | |
| 21152617 | 2 days ago | | | 0 | 0.00044796480 | |
| 21139516 | 4 days ago | | | 0 | 0.00069674029 | |
| 21125096 | 6 days ago | | | 0 | 0.00062205871 | |
| 21118804 | 7 days ago | | | 0 | 0.00016507205 | |
| 21118451 | 7 days ago | | | 0 | 0.00021036205 | |
| 21106184 | 9 days ago | | | 0 | 0.00011308628 | |
| 21101913 | 9 days ago | | | 0 | 0.00018333500 | |
| 21097145 | 10 days ago | | | 0 | 0.00017928432 | |
| 21082714 | 12 days ago | | | 0 | 0.0047714826 |
ABI
ABI objects
Getter at block 21168081
PRICE_PER_MINT() view returns (uint256)
9000000000000000
PRICE_PER_NAME() view returns (uint256)
2500000000000000
name() view returns (string)
PixelGlyphs
namingBlockEnd() view returns (uint256)
12996287
namingBlockStart() view returns (uint256)
12977216
owner() view returns (address)
0x089fce8be711cabc806d69b1d0d5aebd52a06455
symbol() view returns (string)
PxG
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
equipped(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
names(uint256) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
equip(uint256 tokenId)
mint(uint256[][] seeds, uint256[][] cSeeds, bytes32[] uuids, uint256 timestamp, bytes[] sigs) payable
mintTo(uint256[] seed, uint256[] cSeed, bytes32 uuid, uint256 timestamp, bytes sig, address to)
nameGlyph(uint256 tokenId, string name) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setGenerationString(bytes str)
setNamingBlock(uint256 blockNumber)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePricePerMint(uint256 price)
updateSigner(address signer)
withdraw(address sendTo)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(uint256 indexed tokenId, uint256[5][10] glyph, uint256[3][3] colors)
Equip(address indexed owner, uint256 tokenId)
Named(uint256 indexed tokenId, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, string baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.