Get SVG from Attributes

function svgFromNames(string[] calldata _attributeNames, uint16 _size, uint32 _orderID) external view returns (string memory)


Get SVG from Keys

function svgFromKeys(bytes32[] calldata _attributeKeys, uint16 _size, uint32 _orderID) external view returns (string memory)


Get SVG from IDs

function svgFromIDs(uint256[] calldata _ids, uint16 _size, uint32 _orderID) external view returns (string memory)


Get SVG from Punk ID

svgFromPunkID(uint256 _tokenID, uint16 _size, uint32 _orderID) external view returns (string memory)


Register a New PNG Image

This will register a new attribute on-chain.


Get me back to home