WoW Pixies
Verified contract
Active on
Ethereum with 6,503 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 "WoW Pixies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296094 | a day ago | | | 0 | 0.00050893080 | |
| 21266264 | 5 days ago | | | 0 | 0.00082185023 | |
| 21252274 | 7 days ago | | | 0 | 0.00067583033 | |
| 21252270 | 7 days ago | | | 0 | 0.00066377291 | |
| 21252263 | 7 days ago | | | 0 | 0.00097087769 | |
| 21187383 | 16 days ago | | | 0 | 0.0013767098 | |
| 21174124 | 18 days ago | | | 0 | 0.00085489183 | |
| 21008003 | a month ago | | | 0 | 0.00063707915 | |
| 20890269 | 2 months ago | | | 0 | 0.00033027461 | |
| 20854629 | 2 months ago | | | 0 | 0.00029355309 |
ABI
ABI objects
Getter at block 21305250
PROVENANCE() view returns (string)
currentIndex() view returns (uint256)
5555
name() view returns (string)
WoW Pixies
owner() view returns (address)
0x006eaf37c0bdbbd4c461ab8f50df805f9c9e3844
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PIXIES
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintReserve(address[] addresses)
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_)
setProvenance(string provenance)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAll() payable
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.