CloneDead
Verified contract
Active on
Ethereum with 1,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,047.26)
Native
Value
$1,047.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.339 | $3,089.26 |
$1,047.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18799820 | a year ago | | | 0 | 0.0015976362 | |
| 17607823 | a year ago | | | 0 | 0.0010018642 | |
| 16915973 | 2 years ago | | | 0 | 0.00039934791 | |
| 16739041 | 2 years ago | | | 0 | 0.0014844514 | |
| 16728061 | 2 years ago | | | 0 | 0.0014472965 | |
| 16662768 | 2 years ago | | | 0 | 0.0011648850 | |
| 16654365 | 2 years ago | | | 0 | 0.0010551115 | |
| 16501399 | 2 years ago | | | 0 | 0.0010718433 | |
| 16413682 | 2 years ago | | | 0 | 0.00097749373 | |
| 16303868 | 2 years ago | | | 0 | 0.00074144074 |
ABI
ABI objects
Getter at block 21222692
COST() view returns (uint256)
1000000000000000
MAX_FREE() view returns (uint256)
555
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
777
name() view returns (string)
CloneDead
owner() view returns (address)
0xa4995fbe678c30c09205b769aa2929032a9365ca
symbol() view returns (string)
CDEAD
totalSupply() view returns (uint256)
777
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _MAX_FREE_PER_WALLET, uint256 _COST, uint256 _MAX_FREE)
setData(string _base)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()