PandoraGateERC
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "PandoraGateERC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18315741 | a year ago | | | 0 | 0.00038765608 | |
| 18314933 | a year ago | | | 0 | 0.00022309158 | |
| 18309599 | a year ago | | | 0 | 0.00030335560 | |
| 18308598 | a year ago | | | 0 | 0.00041428951 | |
| 18308583 | a year ago | | | 0 | 0.00021812901 | |
| 18308569 | a year ago | | | 0 | 0.00019048937 | |
| 18308228 | a year ago | | | 0 | 0.00025753069 | |
| 18308217 | a year ago | | | 0 | 0.00016368203 | |
| 18308194 | a year ago | | | 0 | 0.00038913748 | |
| 18308037 | a year ago | | | 0 | 0.00024725773 |
ABI
ABI objects
Getter at block 21210829
_buyDeveloperFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
3
_maxTxAmount() view returns (uint256)
100000000000000000
_maxWalletAmount() view returns (uint256)
100000000000000000
_sellDeveloperFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
5
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
5
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
devWallet() view returns (address)
0x8f37f6af89a884ed2912771866a3b851e64423a0
getCirculatingTotalSupply() view returns (uint256)
73935869931019498
liquidityReciever() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Pandora Gate
owner() view returns (address)
0x000000000000000000000000000000000000dead
pairAddress() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
swapThreasholdAmount() view returns (uint256)
50000000000000
symbol() view returns (string)
INFLU
teamWallet() view returns (address)
0x069f27f2cf2101d0f629eda8a3c8b029628e0cc5
totalSupply() view returns (uint256)
100000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createLiquidity() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
rescueStuckFunds(uint256 amount)
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)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.