PxlFangs
Verified contract
Active on
Ethereum with 7,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d41…2844
Balances ($0.00)
No balances found for "PxlFangs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911795 | a month ago | | | 0 | 0.00035003344 | |
| 20855032 | 2 months ago | | | 0 | 0.00040505252 | |
| 20840480 | 2 months ago | | | 0 | 0.00055464369 | |
| 20773432 | 2 months ago | | | 0 | 0.00062079356 | |
| 20734851 | 2 months ago | | | 0 | 0.00025866655 | |
| 20553905 | 3 months ago | | | 0 | 0.000055807421 | |
| 20527769 | 3 months ago | | | 0 | 0.00053465822 | |
| 20506676 | 3 months ago | | | 0 | 0.000074413344 | |
| 20506675 | 3 months ago | | | 0 | 0.00013291124 | |
| 20432712 | 4 months ago | | | 0 | 0.00037265060 |
ABI
ABI objects
Getter at block 21205803
active() view returns (bool)
true
baseTokenURI() view returns (string)
ipfs://bafybeieed33laxycjzxjla5kplvngzrxhhxqwigzp7eb4wgh7b4xeedzdu/
name() view returns (string)
PxlFangs
owner() view returns (address)
0x5e697c6f5cbebd6ca17bde80d684c226a1e223be
symbol() view returns (string)
PXF
totalSupply() view returns (uint256)
6761
Read-only
balanceOf(address owner) view returns (uint256)
claimed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimToken(uint256[] requestTokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(string newBaseURI, address fngAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.