Pixel Machine
Verified contract
Active on
Ethereum with 2,396 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 "Pixel Machine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20501773 | 3 months ago | | | 0 | 0.000031847912 | |
| 20501772 | 3 months ago | | | 0 | 0.000024741288 | |
| 17919563 | a year ago | | | 0 | 0.00050622600 | |
| 16887037 | 2 years ago | | | 0 | 0.00028691703 | |
| 16657737 | 2 years ago | | | 0 | 0.0010410264 | |
| 16657695 | 2 years ago | | | 0 | 0.0010524769 | |
| 16646178 | 2 years ago | | | 0 | 0.00069390012 | |
| 16631039 | 2 years ago | | | 0 | 0.0016935556 | |
| 16300521 | 2 years ago | | | 0 | 0.00094908322 | |
| 16299582 | 2 years ago | | | 0 | 0.00085280392 |
ABI
ABI objects
Getter at block 21258568
CONTRACT_STATUS() view returns (uint8)
1
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
7700
MAX_TX_PER_WALLET() view returns (uint256)
7
PRICE() view returns (uint256)
1000000000000000
ROYALTY_FEE_NUMERATOR() view returns (uint96)
500
getTotalSupplyLeft() view returns (uint256)
0
name() view returns (string)
Pixel Machine
owner() view returns (address)
0x839ffe84aad14e4744959f5d2466fa14c1d7d340
symbol() view returns (string)
PXMC
totalSupply() view returns (uint256)
7700
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
internalMint(uint256 quantity)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(uint256 balance)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()