V2 Punks
Verified contract
Active on
Ethereum with 1,274 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 "V2 Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014392 | 21 days ago | | | 0 | 0.00081690644 | |
| 20680604 | 2 months ago | | | 0 | 0.00010716571 | |
| 20636807 | 2 months ago | | | 0 | 0.00014426028 | |
| 20612633 | 3 months ago | | | 0 | 0.00010117147 | |
| 20612505 | 3 months ago | | | 0 | 0.000080898332 | |
| 19812707 | 6 months ago | | | 0 | 0.00026897468 | |
| 19442939 | 8 months ago | | | 0 | 0.0016384095 | |
| 19078062 | 10 months ago | | | 0 | 0.00062655057 | |
| 19034952 | 10 months ago | | | 0 | 0.0021794599 | |
| 18907463 | 10 months ago | | | 0 | 0.00057598070 |
ABI
ABI objects
Getter at block 21162733
_price() view returns (uint256)
10000000000000000
name() view returns (string)
V2 Punks
owner() view returns (address)
0x1b03463fe6793961c3a24cc98bc835909a3aac95
symbol() view returns (string)
V2PUNK
totalSupply() view returns (uint256)
8574
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity) payable
renounceOwnership()
reserve(address to, uint256 quantity)
reserveBulk(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 baseURI_)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.