V_HackPlanet
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($232.72)
Native
Value
$232.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,878.63 |
$232.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17710255 | a year ago | | | 0 | 0.00040731408 | |
| 16297247 | 2 years ago | | | 0 | 0.00069725893 | |
| 15454445 | 2 years ago | | | 0 | 0.00064485400 | |
| 15420849 | 2 years ago | | | 0 | 0.0011372098 | |
| 15409890 | 2 years ago | | | 0 | 0.0010390289 | |
| 15400689 | 2 years ago | | | 0 | 0.00039423071 | |
| 15394933 | 2 years ago | | | 0 | 0.00035684144 | |
| 15389104 | 2 years ago | | | 0 | 0.00027338643 | |
| 15388954 | 2 years ago | | | 0 | 0.00046291760 | |
| 15388721 | 2 years ago | | | 0 | 0.00035199244 |
ABI
ABI objects
Getter at block 21406338
baseTokenURI() view returns (string)
ipfs://bafybeidzumrequa3vayd2hpfivllivrcvxj3xou6gkh45jtzfwh467crhu/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
7777
name() view returns (string)
V_HackPlanet
owner() view returns (address)
0xdecacdbfc569d5172d8b880a4798d478868da258
publicMintStatus() view returns (uint8)
2
publicSalePrice() view returns (uint256)
2000000000000000
symbol() view returns (string)
VHP
totalSupply() view returns (uint256)
664
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)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
marketMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) 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 _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, uint256 _maxSupply, uint256 _publicSalePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()