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 "HELP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20238831 | 4 months ago | | | 0 | 0.00092317826 | |
| 19446824 | 8 months ago | | | 0 | 0.0015207608 | |
| 19426836 | 8 months ago | | | 0 | 0.0019537681 | |
| 19416626 | 8 months ago | | | 0 | 0.0028288476 | |
| 19415470 | 8 months ago | | | 0 | 0.0027376466 | |
| 19410485 | 8 months ago | | | 0 | 0.0029165681 | |
| 19408124 | 8 months ago | | | 0 | 0.0017706220 | |
| 19408106 | 8 months ago | | | 0 | 0.0014513406 | |
| 19408074 | 8 months ago | | | 0 | 0.0023927855 | |
| 19408045 | 8 months ago | | | 0 | 0.0025394341 |
ABI
ABI objects
Getter at block 21221776
DOMAIN_SEPARATOR() view returns (bytes32)
0xb056c3a47dbb5e6149cdaa24c000f8160c7caa4c727451788f94a59f5cdeea52
buyFee() view returns (uint256)
5
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=HELP, version=1, chainId=1, verifyingContract=0x3b1a2d2551fdf8ea65f12aeec79e67fef52e6508, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
marketing() view returns (address)
0xe08b73a6d16ec8534ed5cc45e0479876ed8130f7
maxBuyAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
MEET HELP COIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x5c113c4bc82c57b1eb26ae65d3285ea4b1006881
sellFee() view returns (uint256)
5
startBlock() view returns (uint256)
19407246
symbol() view returns (string)
HELP
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
boughtAmount(address) view returns (uint256)
firstBuyBlock(address) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isWhitelisted(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceOwnership()
setBuyFee(uint256 _buyFee)
setMarketing(address _marketing)
setSellFee(uint256 _sellFee)
startTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)