HelpMeDebugThis
Verified contract
Active on
Ethereum with 3,362 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 "HelpMeDebugThis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147082 | 5 days ago | | | 0 | 0.00040033213 | |
| 21103078 | 11 days ago | | | 0 | 0.000098574147 | |
| 20953466 | a month ago | | | 0 | 0.00042016108 | |
| 20899711 | a month ago | | | 0 | 0.00021330809 | |
| 20712910 | 2 months ago | | | 0 | 0.00016223167 | |
| 20509572 | 3 months ago | | | 0 | 0.000082493441 | |
| 20437332 | 3 months ago | | | 0 | 0.00016807925 | |
| 20399778 | 4 months ago | | | 0 | 0.000073939339 | |
| 20317520 | 4 months ago | | | 0 | 0.00017437865 | |
| 20294146 | 4 months ago | | | 0 | 0.000078151678 |
ABI
ABI objects
Getter at block 21185287
maxPerTx() view returns (uint256)
3
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
855
name() view returns (string)
HelpMeDebugThis
owner() view returns (address)
0x32f8398cf62dc0646db0a3ca9a6ed7dd35acc2e6
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
HMDT
token_price() view returns (uint256)
5000000000000000
totalSupply() view returns (uint256)
855
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
claim(uint256 _num)
flipPublicSale()
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 baseURI)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
youwonderful() 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)
ReceivedEth(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()