Afterlife
Verified contract
Active on
Ethereum with 1,968 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa66f…2129
Balances ($0.00)
No balances found for "Afterlife"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156639 | 10 days ago | | | 0 | 0.00054664252 | |
| 21132051 | 14 days ago | | | 0 | 0.00067081371 | |
| 21052825 | 25 days ago | | | 0 | 0.00022850803 | |
| 20970506 | a month ago | | | 0 | 0.00057841040 | |
| 20894087 | 2 months ago | | | 0 | 0.00027325991 | |
| 20889727 | 2 months ago | | | 0 | 0.00020688637 | |
| 20782905 | 2 months ago | | | 0 | 0.00047215639 | |
| 20782197 | 2 months ago | | | 0 | 0.00036689268 | |
| 20354828 | 4 months ago | | | 0 | 0.00011700402 | |
| 20332524 | 4 months ago | | | 0 | 0.00036876496 |
ABI
ABI objects
Getter at block 21230338
baseURI() view returns (string)
https://mint.impermanent.digital/api/afterlife/
mintingIsActive() view returns (bool)
true
name() view returns (string)
Afterlife
owner() view returns (address)
0xa8459d3d94d3428e833a45aa85f3890af290c20f
provenance() view returns (string)
symbol() view returns (string)
AL
totalSupply() view returns (uint256)
1614
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipMintingState()
mintViaBurn(uint256 tokenId)
mintViaBurnMultiple(uint256[] tokenIds)
renounceOwnership()
reserveMint(uint256 reservedAmount)
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setImpermanentContractAddress(address impermanentContractAddress)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol, address impermanentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.