V3 Phunks
Verified contract
Active on
Ethereum with 7,937 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 "V3 Phunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262528 | 4 days ago | | | 0 | 0.00027724746 | |
| 21255002 | 5 days ago | | | 0 | 0.00045288447 | |
| 21247336 | 6 days ago | | | 0 | 0.00050585486 | |
| 21241709 | 7 days ago | | | 0 | 0.00035694810 | |
| 21239356 | 7 days ago | | | 0 | 0.00063249654 | |
| 21239305 | 7 days ago | | | 0 | 0.00071777149 | |
| 21234551 | 8 days ago | | | 0 | 0.00047752409 | |
| 21211830 | 11 days ago | | | 0 | 0.00059499873 | |
| 21199239 | 13 days ago | | | 0 | 0.00090700889 | |
| 21192902 | 14 days ago | | | 0 | 0.00070295713 |
ABI
ABI objects
Getter at block 21291067
mapsEthAddress() view returns (address)
0xd0cf3a17f8bc362540c354e9eec761c5a7952b5d
maxSupply() view returns (uint256)
10000
mintState() view returns (bool)
false
name() view returns (string)
V3 Phunks
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
V3PHUNKS
totalSupply() view returns (uint256)
9999
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)
flipMintState()
publicMint(uint256 amount) 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)
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.