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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BigPot | ERC-20 | 2.833114M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18223489 | a year ago | | | 0 | 0.00031241576 | |
| 17975776 | a year ago | | | 0 | 0.00063070803 | |
| 17975471 | a year ago | | | 0 | 0.00070854426 | |
| 17975080 | a year ago | | | 0 | 0.00068985798 | |
| 17974954 | a year ago | | | 0 | 0.00075978985 | |
| 17974034 | a year ago | | | 0 | 0.00069924783 | |
| 17973716 | a year ago | | | 0 | 0.00080929160 | |
| 17973555 | a year ago | | | 0 | 0.00089493830 | |
| 17973019 | a year ago | | | 0 | 0.0021595619 | |
| 17972953 | a year ago | | | 0 | 0.0034150562 |
ABI
ABI objects
Getter at block 21203266
DevWallet() view returns (address)
0x070a3d3cfddd4e2ab66731e9690b51a0c7aa98bd
PotWallet() view returns (address)
0xe7df4dab1c29b6242b1090d462ac0fb008f940eb
buyDevFee() view returns (uint256)
3
buyLiquidityFee() view returns (uint256)
0
buyPotFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
5
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
BigPot
owner() view returns (address)
0x0000000000000000000000000000000000000000
preMigrationPhase() view returns (bool)
true
sellDevFee() view returns (uint256)
2
sellLiquidityFee() view returns (uint256)
0
sellPotFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
300000000000000000000000
symbol() view returns (string)
BigPot
tokensForDev() view returns (uint256)
8958319625269503916886
tokensForLiquidity() view returns (uint256)
0
tokensForPot() view returns (uint256)
13437479437904255875329
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe3202661e5cc6dbf75977e214307d8631a06a880
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
preMigrationTransferrable(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrade()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _PotFee, uint256 _liquidityFee, uint256 _DevFee)
updateDevWallet(address newWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updatePotWallet(address newPotWallet)
updateSellFees(uint256 _PotFee, uint256 _liquidityFee, uint256 _DevFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckEth(address toAddr)
withdrawStuckToken(address _token, address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotWalletUpdated(address indexed newWallet, address indexed oldWallet)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.