DeadTownZeds
Verified contract
Active on
Ethereum with 3,304 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 "DeadTownZeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20774910 | 2 months ago | | | 0 | 0.00022907735 | |
| 20620206 | 3 months ago | | | 0 | 0.000059160114 | |
| 20620201 | 3 months ago | | | 0 | 0.000054468003 | |
| 20552371 | 3 months ago | | | 0 | 0.000064080070 | |
| 20496985 | 3 months ago | | | 0 | 0.000037222555 | |
| 20399483 | 4 months ago | | | 0 | 0.000094357685 | |
| 20193680 | 5 months ago | | | 0 | 0.000065026380 | |
| 20078539 | 5 months ago | | | 0 | 0.00053176898 | |
| 20033364 | 5 months ago | | | 0 | 0.00065602046 | |
| 19978655 | 6 months ago | | | 0 | 0.00040112135 |
ABI
ABI objects
Getter at block 21201055
baseURI() view returns (string)
https://deadtown.mvhq.zone/meta/
cost() view returns (uint256)
420000000
endDate() view returns (uint256)
1672462800
name() view returns (string)
DeadTownZeds
owner() view returns (address)
0xf4617b57ad853f4bc2ce3f06c0d74958c240633c
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicDate() view returns (uint256)
1644426000
symbol() view returns (string)
ZEDS
totalSupply() view returns (uint256)
6661
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
mintPasses(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
claim()
gift(uint256[] quantity, address[] recipient)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _cost)
setDates(uint256 _publicDate, uint256 _endDate)
setEndDate(uint256 _endDate)
setMintPass(address _address, uint256 _quantity)
setMintPasses(address[] _addresses, uint256[] _amounts)
setProxyRegistryAddress(address _proxyRegistryAddress)
setPublicDate(uint256 _publicDate)
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 _initBaseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.