ProofOfHelp
Verified contract
Active on
Ethereum with 34 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 "ProofOfHelp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15703539 | 2 years ago | | | 0 | 0.00047547594 | |
| 15703518 | 2 years ago | | | 0 | 0.00074739062 | |
| 15703518 | 2 years ago | | | 0 | 0.00074739062 | |
| 15703518 | 2 years ago | | | 0 | 0.00074739062 | |
| 15703508 | 2 years ago | | | 0 | 0.00033079716 | |
| 15703502 | 2 years ago | | | 0 | 0.00034672154 | |
| 15703499 | 2 years ago | | | 0 | 0.00038532585 | |
| 15703479 | 2 years ago | | | 0 | 0.00034734480 | |
| 15703478 | 2 years ago | | | 0 | 0.0012198153 | |
| 15703478 | 2 years ago | | | 0 | 0.0012201250 |
ABI
ABI objects
Getter at block 21186709
addressList() view returns (address owner, address sidecar, address marketing, address eth20, address WETH, address swapRouter, address primaryLP)
(owner=0x453b9c2bfdfd105483e5f0cdb239d4a814bd5a39, sidecar=0x70ddaadbf3b9543b7e74f91a68af6486d107ee39, marketing=0x453b9c2bfdfd105483e5f0cdb239d4a814bd5a39, eth20=0x04a6b6de116fb8bf57e5ee8b05e0293ea3639fe8, WETH=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, swapRouter=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, primaryLP=0x3ac8da764e8b4958c32dc6a9b6006e840dae1b43)
decimals() pure returns (uint8)
9
limits() view returns (uint256 maxTransaction, uint256 maxWallet)
(maxTransaction=20000010000000000, maxWallet=20000010000000000)
name() pure returns (string)
Proof Of Help
stats() view returns (uint256 currentUsdMC, uint256 currentTaxUSD, uint256 swapThresholdUSD)
(currentUsdMC=0, currentTaxUSD=0, swapThresholdUSD=1000)
symbol() pure returns (string)
HELP
tax() view returns (uint8 Liquidityeth20, uint8 LiquidityProofOfHelp, uint8 Marketing)
(Liquidityeth20=2, LiquidityProofOfHelp=2, Marketing=2)
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address wallet) view returns (bool)
isLP(address ca) view returns (bool)
State-modifying
Events addInitialLiquidity()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeLimits(uint16 maxTxPermille, uint16 maxWalletPermille)
changeTaxWallet(address walletMarketing)
manualSwap()
recoverTokens(address tokenCa)
renounceOwnership()
setAdditionalLP(address lpAddress, bool isLiqPool)
setExcluded(address wallet, bool exclude)
setThreshold(uint256 amountUSD)
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)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.