AFTERLIF3
Verified contract
Active on
Ethereum with 743 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) |
---|---|---|---|---|---|---|---|
| 18435996 | a year ago | | | 0 | 0.0011425585 | |
| 17281713 | 2 years ago | | | 0 | 0.0029528841 | |
| 17262245 | 2 years ago | | | 0 | 0.0018394249 | |
| 16678646 | 2 years ago | | | 0 | 0.00093093653 | |
| 16365134 | 2 years ago | | | 0 | 0.00047644171 | |
| 15884927 | 2 years ago | | | 0 | 0.0010661808 | |
| 15674736 | 2 years ago | | | 0 | 0.00049711314 | |
| 15485882 | 2 years ago | | | 0 | 0.0010672855 | |
| 15406110 | 2 years ago | | | 0 | 0.00039583763 | |
| 15203413 | 2 years ago | | | 0 | 0.00031528144 |
ABI
ABI objects
Getter at block 21218318
BASE_EXTENSION() view returns (string)
.json
COST() view returns (uint256)
88000000000000000
MAX_SUPPLY() view returns (uint256)
8888
baseURI() view returns (string)
https://afterlif3.productshop.io/api/metadata?token=
maxMintAmount() view returns (uint256)
1
name() view returns (string)
AFTERLIF3
onlyAllowedList() view returns (bool)
true
owner() view returns (address)
0x942dacbe3b4913c1cdd65b51313b4f3406be743d
paused() view returns (bool)
true
symbol() view returns (string)
AFT3R
totalSupply() view returns (uint256)
178
Read-only
allowedListClaimed(address) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowedListMint(uint256 _mintAmount, bytes32[] proof) payable
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintOnBehalf(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setClaimedStateForAddress(bool _state, address _address)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMerkleRoot(bytes32 _newRoot)
setOnlyAllowedList(bool _state)
setPaused(bool _state)
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)
NFTMinted(address sender)
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.
This contract contains no error objects.