V2 Phunks
Verified contract
Active on
Ethereum with 1,207 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 Phunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548090 | 3 months ago | | | 0 | 0.000036200505 | |
| 19687245 | 7 months ago | | | 0 | 0.00020915154 | |
| 17712328 | a year ago | | | 0 | 0.00073445864 | |
| 16688372 | 2 years ago | | | 0 | 0.0017849192 | |
| 16669475 | 2 years ago | | | 0 | 0.00097583271 | |
| 16660969 | 2 years ago | | | 0 | 0.00092911911 | |
| 16651931 | 2 years ago | | | 0 | 0.0016622185 | |
| 16640496 | 2 years ago | | | 0 | 0.0012882038 | |
| 16640466 | 2 years ago | | | 0 | 0.0012693674 | |
| 16640366 | 2 years ago | | | 0 | 0.0013632007 |
ABI
ABI objects
Getter at block 21216244
baseURI() view returns (string)
ipfs://bafybeids6yhv3wswbkboehlvj5wed2xvhbq6k62dv3r2hcbzsolrwaeng4/
maxPerFree() view returns (uint256)
0
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
V2 Phunks
owner() view returns (address)
0x4f3c1737823f9f16780aaaf22b37c2a1378fe522
price() view returns (uint256)
0
symbol() view returns (string)
V2PHUNKS
totalFree() view returns (uint256)
0
totalSupply() view returns (uint256)
10000
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(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_)
setPrice(uint256 price_)
toggleMinting()
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.
This contract contains no error objects.