BullRun

Verified contract

Active on Ethereum with 4,063 txns
Deployed by via 0x9093b7bd at 16000838
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables

No balances found for "BullRun"

0xf6d14e2bd33d8209979c32d79c93ac7ae7467fde86bc40f3c5bbf33ba417c7d8
0xbc071a2e40f6a9673c4b5ab22e15cf258746bc0de156a75e60c22d1017496bb4
0xfaf3fbd954994900364fe2189a255ecc58e33e7bc448e9e0bfb748da5832780e
0x33be99efc773850ace464199b9bfb25bc02a15168c9a6a2f5357fdf56314d18b
0x18dfee9e8445c23e759b92bdda0fd2cba08fb6ac17996fcb0cc4dcd8d4e25bf6
0xf63900ab5c4fc64daab1dcc7d5aec130e5ee3e85a3382377d18e6f7d1d0497fe
0xc371464ff15272ffd2981e3e2f586f2097d5e81014fc7f9839fd194b64217785
0xa9d169bade505af25c5a788d2ed45faa6823a219f9549915b5dfc97c68fdfc3b
0x2a1f7c5102ca627c7675f9d7ca2578fd161b8f1756d40853290b157b52011228
0x6b69ddce8731696de3dd6ea73f2b23d4a6b13900e97cf4a8155baaa3333992fe

Functions
Getter at block 20946496
brlFeeHandler(view returns (address)
0x39d34e4177e1faae27d6db15ff2a8ca426727b76
burnBuyFee(view returns (uint256)
100
burnSellFee(view returns (uint256)
100
buyDelay(view returns (uint256)
2
decimals(view returns (uint8)
18
isTradingEnabled(view returns (bool)
true
liquidityBuyFee(view returns (uint256)
300
liquiditySellFee(view returns (uint256)
300
liquidityTokens(view returns (uint256)
102436158239175912744
marketingBuyFee(view returns (uint256)
100
marketingSellFee(view returns (uint256)
100
marketingTokens(view returns (uint256)
34145386079725304237
maxTransactionAmount(view returns (uint256)
5000000000000000000000
maxWallet(view returns (uint256)
10000000000000000000000
name(view returns (string)
BullRun
opsBuyFee(view returns (uint256)
100
opsSellFee(view returns (uint256)
100
opsTokens(view returns (uint256)
34145386079725304237
owner(view returns (address)
0xc35e66535e0fb98a3b7843927763b24cd7d80070
sellDelay(view returns (uint256)
5
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000
symbol(view returns (string)
BRL
totalBuyFees(view returns (uint256)
600
totalSellFees(view returns (uint256)
600
totalSupply(view returns (uint256)
966388340949629557380923
transferDelay(view returns (uint256)
1
uniswapV2Pair(view returns (address)
0xf0e66ec47608b99c6378e28fe395590d989b283e
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(addressview returns (bool)
_isExcludedFromDelay(addressview returns (bool)
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
airdrop(address[] _useruint256[] _amount
approve(address spenderuint256 amountreturns (bool)
blacklistMany(address[] accounts
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeManyFromFees(address[] accounts
excludeManyFromMaxTransaction(address[] accounts
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setBlacklist(address accountbool value
setBuyFees(uint256 burnuint256 liquidityuint256 opsuint256 marketing
setExcludedFromDelay(address accountbool value
setExcludedFromFees(address accountbool value
setExcludedFromMaxTransaction(address accountbool value
setMaxTxAmount(uint256 _maxTxAmt
setMaxWalletSize(uint256 _maxWalletSize
setSellFees(uint256 burnuint256 liquidityuint256 opsuint256 marketing
setSwapAndLiquifyEnabled(bool _enabled
setSwapAtAmount(uint256 amount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
updateDelayBlocks(uint256 _buyuint256 _selluint256 _tx
updateFeeHandler(address newAddress
updateMarketingWallet(address newWallet
updateOpsWallet(address newWallet
Events
Approval(address indexed owneraddress indexed spenderuint256 value
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquifyEnabledUpdated(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
UpdateFeeHandler(address indexed newAddressaddress indexed oldAddress
Constructor
constructor(address _marketingWalletaddress _opsWallet
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ExceedsMaxTxAmount(uint256 attemptuint256 max
ExceedsMaxWalletAmount(uint256 attemptuint256 max
InvalidConfiguration(
InvalidTransfer(address fromaddress to
TradingNotEnabled(
TransferDelayEnabled(uint256 currentBlockuint256 enabledBlock