Skip to content

Latest commit

 

History

History

0x8ae5523f76a5711fb6bdca1566df3f4707aec1c4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Contract outline - contract.sol:

interface IOnChainKevin
contract IndelibleERC721A is ERC721A, ReentrancyGuard, Ownable
library DynamicBuffer
library HelperLib
library SSTORE2
library Bytecode
abstract contract Ownable is Context
abstract contract ReentrancyGuard
library Base64
abstract contract Context
interface ERC721A__IERC721Receiver
contract ERC721A is IERC721A
interface IERC721A

Created on Ethereum Mainnet:

  • Block 15005590 @ 2022-06-22 03:20:35 UTC (1655868035)
  • Tx Id 0xe25e2c321779de5a944ade29fe12787c76836ad47f28476ec86328b7d1479e54
  • By 0xea208da933c43857683c04bc76e3fd331d7bfdf7

long live kevin | kevin - Contract ABI @ 0x8ae5523f76a5711fb6bdca1566df3f4707aec1c4

Constructor

  • constructor()

1 Payable Function(s)

  • function mint(uint256 _count) ⇒ (uint256 _) payable

17 Transact Functions(s)

  • function addLayer(uint256 _layerIndex, struct IndelibleERC721A.TraitDTO[] traits)
  • function addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleERC721A.TraitDTO trait)
  • function approve(address to, uint256 tokenId)
  • function changeBaseURI(string _baseURI)
  • function changeContractData(struct IndelibleERC721A.ContractData _contractData)
  • function changeMaxPerAddress(uint256 _maxPerAddress)
  • function changeOCKContractAddress(address _contractAddress)
  • function changeRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
  • function renounceOwnership()
  • function safeTransferFrom(address from, address to, uint256 tokenId)
  • function safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
  • function setApprovalForAll(address operator, bool approved)
  • function toggleMinting()
  • function toggleWrapSVG()
  • function transferFrom(address from, address to, uint256 tokenId)
  • function transferOwnership(address newOwner)
  • function withdraw()

24 Query Functions(s)

  • 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 hashToMetadata(string _hash) ⇒ (string _) readonly
  • function hashToSVG(string _hash) ⇒ (string _) readonly
  • function isApprovedForAll(address owner, address operator) ⇒ (bool _) readonly
  • function isMintingPaused() ⇒ (bool _) readonly
  • function isPublicMintActive() ⇒ (bool _) readonly
  • function maxFreePerAddress() ⇒ (uint256 _) readonly
  • function maxPerAddress() ⇒ (uint256 _) readonly
  • function mintPrice() ⇒ (uint256 _) readonly
  • function name() ⇒ (string _) readonly
  • function owner() ⇒ (address _) readonly
  • function ownerOf(uint256 tokenId) ⇒ (address _) 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) ⇒ (string _) readonly
  • function traitDetails(uint256 _layerIndex, uint256 _traitIndex) ⇒ (struct IndelibleERC721A.Trait _) readonly