Customizable Wrapper

Explanations

All actions are stored in a main Smart Contract that the admin checks and performs operations based on what is stored in that moment on the queues.

Errors and constants

(define-constant err-invalid (err u300))
(define-constant err-too-many-pending-requests (err u200))
(define-constant err-not-owner (err u100))
(define-constant err-component-type-invalid (err u501))

(define-constant background-type "background-type")
(define-constant car-type "car-type")
(define-constant rim-type "rim-type")
(define-constant head-type "head-type")
(define-constant miami-type "miami")
(define-constant nyc-type "nyc")

(define-constant burn-address 'ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG)

Contract owner

Disassemble

Assemble

Swap

Merge

Utils

Transfer fee function

Last updated

Was this helpful?