AfterLife
Verified contract
Active on
Ethereum with 411 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "AfterLife"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674482 | 3 months ago | | | 0 | 0.000054454462 | |
| 19671626 | 8 months ago | | | 0 | 0.00032339270 | |
| 18800314 | a year ago | | | 0 | 0.0014118904 | |
| 18315410 | a year ago | | | 0 | 0.00017682544 | |
| 18112351 | a year ago | | | 0 | 0.00068944052 | |
| 17782413 | a year ago | | | 0 | 0.00037342828 | |
| 17782413 | a year ago | | | 0 | 0.00037472479 | |
| 17455579 | 2 years ago | | | 0 | 0.0020266218 | |
| 17067602 | 2 years ago | | | 0 | 0.0017858235 | |
| 16991373 | 2 years ago | | | 0 | 0.0019385123 |
ABI
ABI objects
Getter at block 21403411
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmd4rJniKm5PXwjVTe7ERWYnXE7KuoSLDL9sAV7LMGJHpn/
maxSupply() view returns (uint256)
300
name() view returns (string)
AfterLife
owner() view returns (address)
0x34527c295252c2cdf8f760e09cc37db7759f1b4c
publicPrice() view returns (uint256)
70000000000000000
publicSale() view returns (bool)
false
reservedTokens() view returns (uint256)
0
symbol() view returns (string)
AL
totalReleased() view returns (uint256)
15480000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
300
walletMax() view returns (uint256)
5
wlMax() view returns (uint256)
2
wlPrice() view returns (uint256)
70000000000000000
wlSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedPublic(address _address) view returns (uint256)
getMintedWL(address _address) view returns (uint256)
isAllowedToMint(bytes _signature) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserveMint(uint256 _amount, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newbaseURI)
setMaxSupply(uint256 _maxSupply)
setPublicPrice(uint256 _price)
setPublicSale()
setReservedTokens(uint256 _reservedTokens)
setWalletMax(uint256 _walletMax)
setWlMax(uint256 _wlMax)
setWlPrice(uint256 _price)
setWlSale()
setWlSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes _signature) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()