Skip to content

Latest commit

 

History

History

0x0e10e5e978ba4d1af92eb554cd730c9b97f4e571

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Contract outline - contract.sol:

contract Indelible is ERC721A, DefaultOperatorFilterer, ReentrancyGuard, Ownable
abstract contract DefaultOperatorFilterer is OperatorFilterer
library DynamicBuffer
library HelperLib
interface IOperatorFilterRegistry
abstract contract OperatorFilterer
library SSTORE2
library Bytecode
abstract contract Ownable is Context
abstract contract ReentrancyGuard
library Address
abstract contract Context
library MerkleProof
interface ERC721A__IERC721Receiver
contract ERC721A is IERC721A
interface IERC721A
library Base64
library LibPRNG

Created on Ethereum Mainnet:

  • Block 16402998 @ 2023-01-14 05:37:35 UTC (1673674655)
  • Tx Id 0x267f695907de3eff5dd959baf0eaae09664712b8c6c0af912819ceeff3514c51
  • By 0x240b4b8bf7b50806c1823de45f6fb85441867d01

pepe blocks - Contract ABI @ 0x0e10e5e978ba4d1af92eb554cd730c9b97f4e571

Constructor

  • constructor()

6 Payable Function(s)

  • function airdrop(uint256 count, address recipient) ⇒ (uint256 _) payable
  • function approve(address to, uint256 tokenId) payable
  • function mint(uint256 count, bytes32[] merkleProof) ⇒ (uint256 _) payable
  • function safeTransferFrom(address from, address to, uint256 tokenId) payable
  • function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
  • function transferFrom(address from, address to, uint256 tokenId) payable

20 Transact Functions(s)

  • function addLayer(uint256 layerIndex, struct Indelible.TraitDTO[] traits)
  • function addTrait(uint256 layerIndex, uint256 traitIndex, struct Indelible.TraitDTO trait)
  • function renounceOwnership()
  • function sealContract()
  • function setAllowListPrice(uint256 price)
  • function setApprovalForAll(address operator, bool approved)
  • function setBackgroundColor(string color)
  • function setBaseURI(string uri)
  • function setContractData(struct Indelible.ContractData data)
  • function setLinkedTraits(struct Indelible.LinkedTraitDTO[] linkedTraits)
  • function setMaxPerAddress(uint256 max)
  • function setMaxPerAllowList(uint256 max)
  • function setMerkleRoot(bytes32 newMerkleRoot)
  • function setRenderOfTokenId(uint256 tokenId, bool renderOffChain)
  • function toggleAllowListMint()
  • function toggleOperatorFilter()
  • function togglePublicMint()
  • function toggleWrapSVG()
  • function transferOwnership(address newOwner)
  • function withdraw()

32 Query Functions(s)

  • function allowListPrice() ⇒ (uint256 _) readonly
  • function balanceOf(address owner) ⇒ (uint256 _) readonly
  • function baseURI() ⇒ (string _) readonly
  • function contractData() ⇒ (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) readonly
  • function contractURI() ⇒ (string _) readonly
  • function getApproved(uint256 tokenId) ⇒ (address _) readonly
  • function getLinkedTraits(uint256 layerIndex, uint256 traitIndex) ⇒ (uint256[] _) readonly
  • function hashToMetadata(string _hash) ⇒ (string _) readonly
  • function hashToSVG(string _hash) ⇒ (string _) readonly
  • function isAllowListActive() ⇒ (bool _) readonly
  • function isApprovedForAll(address owner, address operator) ⇒ (bool _) readonly
  • function isContractSealed() ⇒ (bool _) readonly
  • function isMintActive() ⇒ (bool _) readonly
  • function isOperatorFilterEnabled() ⇒ (bool _) readonly
  • function isPublicMintActive() ⇒ (bool _) readonly
  • function maxPerAddress() ⇒ (uint256 _) readonly
  • function maxPerAllowList() ⇒ (uint256 _) readonly
  • function maxSupply() ⇒ (uint256 _) readonly
  • function name() ⇒ (string _) readonly
  • function onAllowList(address addr, bytes32[] merkleProof) ⇒ (bool _) readonly
  • function owner() ⇒ (address _) readonly
  • function ownerOf(uint256 tokenId) ⇒ (address _) readonly
  • function publicMintPrice() ⇒ (uint256 _) readonly
  • function supportsInterface(bytes4 interfaceId) ⇒ (bool _) readonly
  • function symbol() ⇒ (string _) readonly
  • function tokenIdToHash(uint256 tokenId) ⇒ (string _) readonly
  • function tokenIdToSVG(uint256 tokenId) ⇒ (string _) readonly
  • function tokenURI(uint256 tokenId) ⇒ (string _) readonly
  • function totalSupply() ⇒ (uint256 _) readonly
  • function traitData(uint256 layerIndex, uint256 traitIndex) ⇒ (bytes _) readonly
  • function traitDetails(uint256 layerIndex, uint256 traitIndex) ⇒ (struct Indelible.Trait _) readonly
  • function withdrawRecipients(uint256 _) ⇒ (string name, string imageUrl, address recipientAddress, uint256 percentage) readonly