CryptoPhunksV2
Verified contract
Active on
Ethereum with 25,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COPE | ERC-20 | 119.530674M | -- | -- | |
V1PHNK | ERC-721 | 1 | -- | -- | |
PHUNKR | ERC-721 | 1 | -- | -- | |
TENDIES | ERC-721 | 1 | -- | -- | |
TENDIES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242504 | 2 days ago | | | 0 | 0.00048324489 | |
| 21242187 | 2 days ago | | | 0 | 0.0062551581 | |
| 21239667 | 3 days ago | | | 0 | 0.00055958199 | |
| 21235235 | 3 days ago | | | 0 | 0.0062252285 | |
| 21222343 | 5 days ago | | | 0 | 0.0016390268 | |
| 21214917 | 6 days ago | | | 0 | 0.00062443194 | |
| 21214467 | 6 days ago | | | 0 | 0.00054842881 | |
| 21214455 | 6 days ago | | | 0 | 0.00056253125 | |
| 21214185 | 6 days ago | | | 0 | 0.00065757948 | |
| 21214155 | 6 days ago | | | 0 | 0.00058216957 |
ABI
ABI objects
Getter at block 21258562
MAX_MINTABLE_AT_ONCE() view returns (uint256)
50
contractURI() view returns (string)
imageHash() view returns (string)
122dab9670c21ad538dafdbb87191c4d7114c389af616c42c54556aa2211b899
isSaleOn() view returns (bool)
false
name() view returns (string)
CryptoPhunksV2
numTotalPhunks() view returns (uint256)
10000
owner() view returns (address)
0x61f874551c69f0e40c9f55219107b408c989adec
saleHasBeenStarted() view returns (bool)
true
symbol() view returns (string)
PHUNK
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeRollPhunks(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCostForMintingPhunks(uint256 _numToMint) view returns (uint256)
getNumFreeRollPhunks(address owner) view returns (uint256)
getPhunksBelongingToOwner(address _owner) view returns (uint256[])
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)
endSale()
freeRollMint()
giveFreeRoll(address receiver)
mint(uint256 _numToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedFreeRolls(address[] tokenOwners, uint256[] numOfFreeRolls)
seedInitialContractState(address[] tokenOwners, uint256[] tokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _contractURI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.