OnePixel
Verified contract
Active on
Ethereum with 2,644 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 "OnePixel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082324 | a month ago | | | 0 | 0.00022065203 | |
| 20567594 | 3 months ago | | | 0 | 0.000026556404 | |
| 19232160 | 9 months ago | | | 0 | 0.00045758880 | |
| 19119899 | 10 months ago | | | 0 | 0.0010555947 | |
| 19005730 | 10 months ago | | | 0 | 0.00066995100 | |
| 18867447 | a year ago | | | 0 | 0.00028662141 | |
| 18733822 | a year ago | | | 0 | 0.00083118434 | |
| 18515912 | a year ago | | | 0 | 0.0014324171 | |
| 18277912 | a year ago | | | 0 | 0.00085848289 | |
| 17567178 | a year ago | | | 0 | 0.00059388790 |
ABI
ABI objects
Getter at block 21281802
bulkBuyLimit() view returns (uint256)
10
deployerAddress() view returns (address)
0x731b9ebf896fbc520698501721edc31f025e2074
maxSupply() view returns (uint256)
1024
name() view returns (string)
OnePixel
pixelPrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
OP
totalSupply() view returns (uint256)
1024
windowOpen() view returns (uint256)
1628362800
Read-only
balanceOf(address owner) view returns (uint256)
colorOf(uint256 tokenId) view returns (uint256 color)
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)
State-modifying
Events approve(address to, uint256 tokenId)
bulkBuy(uint256 amount) payable
changeColor(uint256 tokenId, uint256 color)
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ColorChanged(uint256 indexed tokenId, uint256 oldColor, uint256 newColor)
TokenMinted(uint256 indexed tokenId, uint256 newColor)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.