NounPhunks
Verified contract
Active on
Ethereum with 2,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($179.62)
Native
Value
$179.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,592.34 |
$179.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17340036 | 2 years ago | | | 0 | 0.0013427557 | |
| 16872564 | 2 years ago | | | 0 | 0.00030090805 | |
| 16854690 | 2 years ago | | | 0 | 0.00070999415 | |
| 16724084 | 2 years ago | | | 0 | 0.00085195543 | |
| 16672351 | 2 years ago | | | 0 | 0.0015868525 | |
| 16665154 | 2 years ago | | | 0 | 0.00090645748 | |
| 16451985 | 2 years ago | | | 0 | 0.00076572084 | |
| 15846327 | 2 years ago | | | 0 | 0.00021829250 | |
| 15831465 | 2 years ago | | | 0 | 0.00054724386 | |
| 15823327 | 2 years ago | | | 0 | 0.00054916491 |
ABI
ABI objects
Getter at block 21289376
EARLY_PHUNKS() view returns (uint256)
0
MAX_MINT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
9969
MINT_COST() view returns (uint256)
0
currentPrice() view returns (uint256)
0
name() view returns (string)
NounPhunks
owner() view returns (address)
0x4b44f85d6bb71482995105962fd073742c94107e
remainingSupply() view returns (uint256)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
NPh
tokenSupply() view returns (uint256)
9969
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)
mint(uint256 _mintAmount) 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)
setMintPrice(uint256 _newMintPrice)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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.