Long Live Kevin
Verified contract
Active on
Ethereum with 1,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
1 additional
variable
Balances ($8,064.26)
Native
Value
$8,064.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.495 | $3,232.17 |
$8,064.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20526780 | 3 months ago | | | 0 | 0.00011381653 | |
| 20225147 | 4 months ago | | | 0 | 0.00022949448 | |
| 19699018 | 7 months ago | | | 0 | 0.00038052045 | |
| 18803338 | a year ago | | | 0 | 0.00066338152 | |
| 18552996 | a year ago | | | 0 | 0.00089304229 | |
| 18552366 | a year ago | | | 0 | 0.0012445209 | |
| 18408132 | a year ago | | | 0 | 0.00043894754 | |
| 18322731 | a year ago | | | 0 | 0.00045004010 | |
| 18243055 | a year ago | | | 0 | 0.00053256666 | |
| 18044297 | a year ago | | | 0 | 0.00066388038 |
ABI
ABI objects
Getter at block 21171965 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
baseURI() view returns (string)
isMintingPaused() view returns (bool)
false
isPublicMintActive() view returns (bool)
true
maxFreePerAddress() view returns (uint256)
1
maxPerAddress() view returns (uint256)
5000
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Long Live Kevin
owner() view returns (address)
0xea208da933c43857683c04bc76e3fd331d7bfdf7
symbol() view returns (string)
LLKEVIN
totalSupply() view returns (uint256)
1864
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (string)
tokenIdToSVG(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct IndelibleERC721ATrait)
State-modifying
Events addLayer(uint256 _layerIndex, struct IndelibleERC721ATraitDTO[] traits)
addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleERC721ATraitDTO trait)
approve(address to, uint256 tokenId)
changeBaseURI(string _baseURI)
changeContractData(struct IndelibleERC721AContractData _contractData)
changeMaxPerAddress(uint256 _maxPerAddress)
changeOCKContractAddress(address _contractAddress)
changeRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
mint(uint256 _count) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMinting()
toggleWrapSVG()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()