BoostCoin

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x105585ba at 20800451
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BoostCoin"

No transactions found for "BoostCoin"


Functions
Getter at block 20874267
BURNER_ROLE(view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
antiBotEnabled(view returns (bool)
false
decimals(view returns (uint8)
18
fee1(view returns (uint8)
0
fee2(view returns (uint8)
0
fee3(view returns (uint8)
0
fee4(view returns (uint8)
0
feesEnabled(view returns (bool)
false
maxTxAmount(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
swapTokensAtAmount(view returns (uint256)
0
swapTokensUpperLimit(view returns (uint256)
0
symbol(view returns (string)
taxReceiver1(view returns (address)
0x0000000000000000000000000000000000000000
taxReceiver2(view returns (address)
0x0000000000000000000000000000000000000000
taxReceiver3(view returns (address)
0x0000000000000000000000000000000000000000
taxReceiver4(view returns (address)
0x0000000000000000000000000000000000000000
totalFees(view returns (uint8)
0
totalSupply(view returns (uint256)
0
tradingActive(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(address pairview returns (bool)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address accountview returns (bool)
isExcludedFromFees(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 value
disableAntiBot(
enableTrading(
excludeFromFees(address accountbool excluded
grantRole(bytes32 roleaddress account
initialize(address _adminaddress _router
manualSend(
manualSwapAndSend(
modifyBlacklist(address accountbool blacklisted
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setAutomatedMarketMakerPair(address pairbool value
setMaxTxAmount(uint256 _maxTxAmount
setSwapTokensAtAmount(uint256 swapAmount
setSwapTokensUpperLimit(uint256 upperLimit
setUniswapV2Pair(address pair
toggleFees(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address _newOwner
updateFees(uint8 _fee1uint8 _fee2uint8 _fee3uint8 _fee4
updateTaxReceiver1(address _account
updateTaxReceiver2(address _account
updateTaxReceiver3(address _account
updateTaxReceiver4(address _account
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AntiBotDisabled(
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistModified(address indexed accountbool blacklisted
ExcludedFromFees(address indexed accountbool isExcluded
FeesDistributed(uint256 totalAmountETH
FeesUpdated(uint256 totalFeeuint8 fee1uint8 fee2uint8 fee3uint8 fee4
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetAutomatedMarketMakerPair(address indexed pairbool value
TradingEnabled(
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
Blacklisted(address account
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidInitialization(
NotInitializing(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddress(