ProofOfMeta
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($86.27)
Native
Value
$86.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.023836 | $3,619.36 |
$86.27 | |
ETH 3.0 | ERC-20 | 3.457369K | -- | -- | |
UNI-V2 | ERC-20 | 0.006227 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16442300 | 2 years ago | | | 0 | 0.0036223840 | |
| 16309015 | 2 years ago | | | 0 | 0.0015054013 | |
| 16308909 | 2 years ago | | | 0 | 0.0013591272 | |
| 16134213 | 2 years ago | | | 0 | 0.0010083751 | |
| 16134200 | 2 years ago | | | 0 | 0.0010700389 | |
| 16092126 | 2 years ago | | | 0 | 0.00076748146 | |
| 16067985 | 2 years ago | | | 0 | 0.00029512913 | |
| 15984268 | 2 years ago | | | 0 | 0.0015635747 | |
| 15972950 | 2 years ago | | | 0 | 0.00086359872 | |
| 15873426 | 2 years ago | | | 0 | 0.00036338580 |
ABI
ABI objects
Getter at block 21285034
_CommunityFee() view returns (uint256)
200
_SellBurnFee() view returns (uint256)
300
_SellCommunityFee() view returns (uint256)
300
_SelllLiquidityFee() view returns (uint256)
100
_SelltaxFee() view returns (uint256)
100
_burnFee() view returns (uint256)
100
_feeDecimal() view returns (uint256)
2
_liquidityFee() view returns (uint256)
100
_maxWalletToken() view returns (uint256)
20000000000000
_taxFee() view returns (uint256)
100
decimals() view returns (uint8)
9
maxTxAmount() view returns (uint256)
10000000000000
minTokensBeforeSwap() view returns (uint256)
5000000000000
name() view returns (string)
ProofOfMeta
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ETH 3.0
totalSupply() view returns (uint256)
1000000000000000
uniswapV2Pair() view returns (address)
0x3738cfd9a4b2330bc6317e1d841f11bb2f504b71
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_blackList(address) view returns (bool)
_maxAmount(address) view returns (bool)
_maxWallet(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
exemptMaxTxAmountAddress(address _address, bool value)
exemptMaxWalletAmountAddress(address _address, bool value)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlackList(address add, bool value)
setBuyFee(uint256 communityFee, uint256 burnFee, uint256 liquidityFee, uint256 taxFee)
setFeeActive(bool value)
setMaxTxAmount(uint256 amount)
setMaxWalletAmount(uint256 amount)
setMinTokensBeforeSwap(uint256 amount)
setPair(address pair)
setSellFee(uint256 sellCommunityFee, uint256 burnFee, uint256 liquidityFee, uint256 taxFee)
setSwapAndLiquifyEnabled(bool enabled)
setTaxless(address account, bool value)
setTrading(bool value)
setWalletAddress(address _communityAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.