MergedPhunks
Verified contract
Active on
Ethereum with 262 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 "MergedPhunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16085217 | 2 years ago | | | 0 | 0.00056012400 | |
| 16023698 | 2 years ago | | | 0 | 0.00056448957 | |
| 15895768 | 2 years ago | | | 0 | 0.00072522293 | |
| 15890488 | 2 years ago | | | 0 | 0.0012472586 | |
| 15837248 | 2 years ago | | | 0 | 0.00042088233 | |
| 15823876 | 2 years ago | | | 0 | 0.00056055544 | |
| 15814411 | 2 years ago | | | 0 | 0.00063375543 | |
| 15799169 | 2 years ago | | | 0 | 0.0011329768 | |
| 15787942 | 2 years ago | | | 0 | 0.00087153557 | |
| 15787929 | 2 years ago | | | 0 | 0.00090405356 |
ABI
ABI objects
Getter at block 21206341
costPerNft() view returns (uint256)
0
maxMintAmount() view returns (uint256)
12
maxSupply() view returns (uint256)
10000
name() view returns (string)
MergedPhunks
owner() view returns (address)
0x280c9e79c9deb20c5cc3b8da4ba4e622c3b0f6e2
publicmintActiveTime() view returns (uint256)
1663115737
symbol() view returns (string)
Phunks
totalSupply() view returns (uint256)
284
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 _id) view returns (string)
indivisualcounter(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdIndex(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedTokenId(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintNumber) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountForUser(uint256 _newmaxMintAmount)
setMetadataFolderIpfsLink(string _newMetadataFolderIpfsLink)
setSaleActiveTime(uint256 _publicmintActiveTime)
setTheCostPerNft(uint256 _newCostPerNft)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintNFT(uint256 id)
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.