BoJackHorseman
Verified contract
Active on
Ethereum with 565 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BoJackHorseman"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997001 | 2 months ago | | | 0 | 0.00065075331 | |
| 20956985 | 2 months ago | | | 0 | 0.00090499660 | |
| 20956985 | 2 months ago | | | 0 | 0.00090499660 | |
| 20956985 | 2 months ago | | | 0 | 0.00090499660 | |
| 20956985 | 2 months ago | | | 0 | 0.00090499660 | |
| 20956985 | 2 months ago | | | 0 | 0.00090499660 | |
| 20956984 | 2 months ago | | | 0 | 0.00090537054 | |
| 20956984 | 2 months ago | | | 0 | 0.00090537054 | |
| 20956984 | 2 months ago | | | 0 | 0.00090537054 | |
| 20956984 | 2 months ago | | | 0 | 0.00090537054 |
ABI
ABI objects
Getter at block 21396629
_maxWallet() view returns (uint256)
30000000000000000000000
_swapThreshold() view returns (uint256)
100000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
BoJack Horseman
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
BOJACK
totalSupply() pure returns (uint256)
1000000000000000000000000
tradingFees() view returns (uint256 buyFee, uint256 sellFee)
(buyFee=0, sellFee=0)
uniswapV2Pair() view returns (address)
0x497d19d7fee5072b9ab6bd1953abe6067a052deb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wallets() view returns (address deployerWallet, address marketingWallet)
(deployerWallet=0x43743a6deedae1b7602bcca2bd59d20ca1941d82, marketingWallet=0xa55e51b74f33352157eecbf40d2f716e063278aa)
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearEth()
clearTokens(address tokenToClear)
enableSwap(bool shouldEnable)
enableTrading()
excludeMultipleAccountsFromFees(address[] accounts, bool shouldExclude)
manualSwapback()
reduceFees(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setContractExempt(address account, bool value)
setTradeCooldown(uint256 newTradeCooldown)
toggleAntiMEV(bool toggle)
transfer(address recipient, uint256 amount) returns (bool)
transfer(address wallet)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWallet(uint256 newNum)
updateSwapThreshold(uint256 newAmount) returns (bool)
AntiMEVToggled(bool indexed toggle)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool indexed excluded)
FeesChanged(uint256 indexed buyFee, uint256 indexed sellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetContractExempt(address indexed contractAddress, bool indexed isExempt)
SwapEnabled(bool indexed enabled)
TradeCooldownChanged(uint256 indexed newTradeCooldown)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.