Big Dummy
Verified contract
Active on
Ethereum with 261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
3 additional
variables
Balances ($3.32)
Native
Value
$3.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000919 | $3,612.53 |
$3.32 | |
BIGDUM | ERC-20 | 1.151717M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17534889 | a year ago | | | 0 | 0.00059597386 | |
| 17459433 | a year ago | | | 0 | 0.0021263509 | |
| 17458718 | a year ago | | | 0 | 0.00093377232 | |
| 17452690 | a year ago | | | 0 | 0.00076045329 | |
| 17448386 | a year ago | | | 0 | 0.0012758997 | |
| 17447096 | a year ago | | | 0 | 0.00076466948 | |
| 17446286 | a year ago | | | 0 | 0.00079525719 | |
| 17445455 | a year ago | | | 0 | 0.00083588219 | |
| 17445268 | a year ago | | | 0 | 0.00077011110 | |
| 17443183 | a year ago | | | 0 | 0.0011132619 |
ABI
ABI objects
Getter at block 21321415
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_amountTokensLastSold() view returns (uint256)
201091216793273014
_hasLiqBeenAdded() view returns (bool)
true
_percentLastSoldToBuyBackTimesTen() view returns (uint256)
10
_ratios() view returns (uint16 tokens, uint16 swap, uint16 burn, uint16 total)
(tokens=0, swap=7, burn=3, total=10)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=300, transferFee=0)
_taxWallets() view returns (address tokens, address swap)
(tokens=0xb0478bd721fa3cff3763bb9da04532fd4dc114de, swap=0xb0478bd721fa3cff3763bb9da04532fd4dc114de)
buyBackEnabled() view returns (bool)
true
contractSwapEnabled() view returns (bool)
true
contractSwapTimer() view returns (uint256)
0
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getAmountTokensLastSold() view returns (uint256)
201091216793273014
getMaxTX() view returns (uint256)
1000000000
getMaxWallet() view returns (uint256)
1000000000
getOwner() view returns (address)
0xb0478bd721fa3cff3763bb9da04532fd4dc114de
lpPair() view returns (address)
0x90503443954bb80adef9176017254c020be29a27
maxBuyTaxes() view returns (uint256)
1000
maxSellTaxes() view returns (uint256)
1000
maxTransferTaxes() view returns (uint256)
1000
name() pure returns (string)
Big Dummy
percentLastSoldToBuyBackTimesTen() view returns (uint256)
10
swapAmount() view returns (uint256)
5000000000000000000000000
swapThreshold() view returns (uint256)
5000000000000000000000000
symbol() pure returns (string)
BIGDUM
totalSupply() pure returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
multiSendTokens(address[] accounts, uint256[] amounts)
renounceOwnership()
setBuyBackEnabled(bool _enabled)
setContractSwapEnabled(bool enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setLpPair(address pair, bool enabled)
setNewRouter(address newRouter)
setPercentLastSoldToBuyBackTimesTen(uint256 percentLastSoldToBuyBackTimesTenNew)
setRatios(uint16 tokens, uint16 swap, uint16 burn)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor, uint256 time)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address tokens, address swap)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferContractToken(address _token, address _to, uint256 _quant) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapETHForTokens(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.