pixietown
Verified contract
Active on
Ethereum with 2,051 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 "pixietown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678426 | 2 months ago | | | 0 | 0.00036853519 | |
| 17317060 | a year ago | | | 0 | 0.0021928625 | |
| 16821976 | 2 years ago | | | 0 | 0.0010150087 | |
| 16726307 | 2 years ago | | | 0 | 0.0014002227 | |
| 16704127 | 2 years ago | | | 0 | 0.0011330823 | |
| 16667178 | 2 years ago | | | 0 | 0.00045369286 | |
| 16667093 | 2 years ago | | | 0 | 0.00084498613 | |
| 16658368 | 2 years ago | | | 0 | 0.00086094966 | |
| 16308714 | 2 years ago | | | 0 | 0.00065394000 | |
| 16308699 | 2 years ago | | | 0 | 0.00065293200 |
ABI
ABI objects
Getter at block 21215461
cost() view returns (uint256)
0
hasCostBeenUpdatedDynamically() view returns (bool)
true
maxMintAmount() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
name() view returns (string)
pixietown
owner() view returns (address)
0xaeac71d91d2251a8b5365d244eaf20599acc5506
paused() view returns (bool)
false
symbol() view returns (string)
PIXIE
totalSupply() view returns (uint256)
4575
uriPrefix() view returns (string)
ipfs://QmP5dWC3YRfQNiXfBA2GdPaqf7MyJ6RRx1LxywperLtzXV/
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)
setMaxMintAmount(uint256 _maxMintAmount)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()