AFTERLIF3
Verified contract
Active on
Ethereum with 566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AFTERLIF3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252017 | 18 days ago | | | 0 | 0.00089064940 | |
| 20530377 | 4 months ago | | | 0 | 0.000094594478 | |
| 20294012 | 5 months ago | | | 0 | 0.000076499009 | |
| 18904823 | a year ago | | | 0 | 0.00065680111 | |
| 18856963 | a year ago | | | 0 | 0.00097743112 | |
| 18523130 | a year ago | | | 0 | 0.00077359998 | |
| 17846344 | a year ago | | | 0 | 0.00033877234 | |
| 17738425 | a year ago | | | 0 | 0.0015572569 | |
| 17677256 | a year ago | | | 0 | 0.00092605535 | |
| 17560218 | a year ago | | | 0 | 0.00092976774 |
ABI
ABI objects
Getter at block 21380086
BASE_EXTENSION() view returns (string)
.json
_allowedListRestricted() view returns (bool)
false
_paused() view returns (bool)
true
name() view returns (string)
AFTERLIF3
owner() view returns (address)
0x69142d6d30fa4131af591620be4b335470d077ca
symbol() view returns (string)
AFT3R
totalSupply() view returns (uint256)
2000
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowedListMint(uint256 mintQuantity, bytes32[] proof) payable
approve(address to, uint256 tokenId)
mint(uint256 mintQuantity) payable
mintOnBehalf(address beneficiary, uint256 mintQuantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedListRestricted(bool restricted)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
setClaimedAmountForAddress(address user, uint64 claimedAmount)
setCost(uint256 cost)
setMaxMintBatchQuantity(uint256 maxMintBatchQuantity)
setMaxSupply(uint256 maxSupply)
setMerkleRoot(bytes32 merkleRootHash)
setPaused(bool paused)
setRoyalties(address recipient, uint256 value)
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(string name, string symbol, string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()