InversePunks
Verified contract
Active on
Ethereum with 1,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "InversePunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198096 | 14 days ago | | | 0 | 0.00096731353 | |
| 18889948 | a year ago | | | 0 | 0.0019063716 | |
| 17950586 | a year ago | | | 0 | 0.00076607387 | |
| 16232978 | 2 years ago | | | 0 | 0.00064012810 | |
| 16114575 | 2 years ago | | | 0 | 0.00055861577 | |
| 16087045 | 2 years ago | | | 0 | 0.00055425003 | |
| 16014041 | 2 years ago | | | 0 | 0.00086530596 | |
| 16014041 | 2 years ago | | | 0 | 0.00086530596 | |
| 16014041 | 2 years ago | | | 0 | 0.00086530596 | |
| 16014041 | 2 years ago | | | 0 | 0.00086530596 |
ABI
ABI objects
Getter at block 21299921 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)
https://app.indelible.xyz/api/png/0xf3a1befc9643f94551c24a766afb87383ef64dd4/
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
true
maxPerAddress() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
InversePunks
owner() view returns (address)
0xe3a2162c8a41c0477aaf8b8beeba9e9e62f80191
publicMintPrice() view returns (uint256)
0
symbol() view returns (string)
INVPNKS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLinkedTraits(uint256 _layerIndex, uint256 _traitIndex) view returns (uint256[])
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)
tokensAreDuplicates(uint256 tokenIdA, uint256 tokenIdB) view returns (bool)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct IndelibleTrait)
State-modifying
Events addLayer(uint256 _layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleTraitDTO trait)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable returns (uint256)
reRollDuplicate(uint256 tokenIdA, uint256 tokenIdB)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string _backgroundColor)
setBaseURI(string _baseURI)
setContractData(struct IndelibleContractData _contractData)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 _maxPerAddress)
setRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
togglePublicMint()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()