Core Concept
The ARTGRIDZ smart contract tracks every pixel drawn as a blockchain event. Artworks are displayed by querying these events, ensuring an immutable and decentralized record of artistic contributions.
Last updated
The ARTGRIDZ smart contract tracks every pixel drawn as a blockchain event. Artworks are displayed by querying these events, ensuring an immutable and decentralized record of artistic contributions.
Last updated
mapping(uint256 => mapping(uint256 => mapping(uint256 => address))) public pixelChanged;PixelChanged(address indexed sender, uint256 x, uint256 y, uint256 color, uint256 id);AmountPixel(address indexed sender, uint256 PixelAmount);