Pixel Doods
Verified contract
Active on
Ethereum with 4,782 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PXD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20926256 | a month ago | | | 0 | 0.00041951534 | |
| 20681074 | 2 months ago | | | 0 | 0.00036748103 | |
| 20665737 | 2 months ago | | | 0 | 0.00021004008 | |
| 20665690 | 2 months ago | | | 0 | 0.00021864851 | |
| 20616471 | 3 months ago | | | 0 | 0.000034715200 | |
| 20616471 | 3 months ago | | | 0 | 0.000038555200 | |
| 20616471 | 3 months ago | | | 0 | 0.000038555200 | |
| 20616408 | 3 months ago | | | 0 | 0.000037086088 | |
| 20616031 | 3 months ago | | | 0 | 0.000034715200 | |
| 20616014 | 3 months ago | | | 0 | 0.000048395200 |
ABI
ABI objects
Getter at block 21190927
MAX_TOKENS() view returns (uint256)
8889
MINT_TRANSACTION_LIMIT() view returns (uint256)
9
freeMints() view returns (uint256)
1089
name() view returns (string)
Pixel Doods
owner() view returns (address)
0x80c6714d34e4ca5f5f1e43e35bea727efb9e558f
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PXD
tokenPrice() view returns (uint256)
35000000000000000
totalSupply() view returns (uint256)
8888
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)
flipSaleState()
freeMint(uint256 amount)
publicMint(uint256 amount) payable
renounceOwnership()
reserveTokens(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeMints(uint256 amount)
setProxyRegistryAddress(address proxyRegistryAddress)
setTokenPrice(uint256 newPrice)
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(address proxyRegistryAddress)
receive()
This contract contains no error objects.