DystoPunks V2
Verified contract
Active on
Ethereum with 5,036 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 "DystoPunks V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244330 | 4 days ago | | | 0 | 0.0015301502 | |
| 21244322 | 4 days ago | | | 0 | 0.0014676482 | |
| 21234710 | 5 days ago | | | 0 | 0.00045225563 | |
| 21231480 | 6 days ago | | | 0 | 0.0010577038 | |
| 21221309 | 7 days ago | | | 0 | 0.00055275272 | |
| 21218769 | 7 days ago | | | 0 | 0.00048590515 | |
| 21204889 | 9 days ago | | | 0 | 0.00047335730 | |
| 21192778 | 11 days ago | | | 0 | 0.00062557198 | |
| 21186695 | 12 days ago | | | 0 | 0.0020727363 | |
| 21117618 | 21 days ago | | | 0 | 0.00013178679 |
ABI
ABI objects
Getter at block 21271064 calculatePrice() view returns (uint256)
MAX_SPUNKS() view returns (uint256)
2077
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV4B4v6JZAG5n4mDiNujMLrN242FqUMFG9RZDdaBwyEv5
hasSaleStarted() view returns (bool)
false
name() view returns (string)
DystoPunks V2
owner() view returns (address)
0xb9b6856efd128294a912d584366448bc3d4ea979
symbol() view returns (string)
DYSTO
totalSupply() view returns (uint256)
2077
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthClaim(address _to) 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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
authClaim(address _to, uint256 _NumberOfPunks)
claimDystoPunk()
getDystoPunk(uint256 numDystoPunks) payable
pauseSale()
renounceOwnership()
reserveAirdrop(uint256 numDystoPunks)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseTokenURI, string baseContractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.