imalreadydead
Verified contract
Active on
Ethereum with 505 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 "imalreadydead"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15993837 | 2 years ago | | | 0 | 0.00069704210 | |
| 15930464 | 2 years ago | | | 0 | 0.00071197812 | |
| 15845428 | 2 years ago | | | 0 | 0.00045340626 | |
| 15831530 | 2 years ago | | | 0 | 0.00061209953 | |
| 15829907 | 2 years ago | | | 0 | 0.00055025884 | |
| 15823487 | 2 years ago | | | 0 | 0.00052866319 | |
| 15806082 | 2 years ago | | | 0 | 0.0012595563 | |
| 15804886 | 2 years ago | | | 0 | 0.00082068172 | |
| 15800714 | 2 years ago | | | 0 | 0.00082063327 | |
| 15796025 | 2 years ago | | | 0 | 0.0010765811 |
ABI
ABI objects
Getter at block 21282462
cost() view returns (uint256)
4400000000000000
maxMintAmountPerTx() view returns (uint256)
10
maxPerFree() view returns (uint256)
4
maxPerFreeWallet() view returns (uint256)
2
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
name() view returns (string)
imalreadydead
owner() view returns (address)
0x219e546e42facc8b7995610505d53df85c870582
price() view returns (uint256)
4400000000000000
symbol() view returns (string)
ALREADYDEAD
totalFree() view returns (uint256)
2222
totalSupply() view returns (uint256)
1459
uriPrefix() view returns (string)
ipfs://QmQGQjjPRYGHGs2v4J5Z8qtdkFR7z8yVNiVeU4ivy5UZL5/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(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)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerFreeWallet(uint256 _maxPerFreeWallet)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTotalFree(uint256 _totalFree)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()