BoostCoin
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BoostCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BoostCoin"
ABI
ABI objects
Getter at block 21221972
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 owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address pair) view returns (bool)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 value)
disableAntiBot()
enableTrading()
excludeFromFees(address account, bool excluded)
grantRole(bytes32 role, address account)
initialize(address _admin, address _router)
manualSend()
manualSwapAndSend()
modifyBlacklist(address account, bool blacklisted)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAutomatedMarketMakerPair(address pair, bool value)
setMaxTxAmount(uint256 _maxTxAmount)
setSwapTokensAtAmount(uint256 swapAmount)
setSwapTokensUpperLimit(uint256 upperLimit)
setUniswapV2Pair(address pair)
toggleFees()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
updateFees(uint8 _fee1, uint8 _fee2, uint8 _fee3, uint8 _fee4)
updateTaxReceiver1(address _account)
updateTaxReceiver2(address _account)
updateTaxReceiver3(address _account)
updateTaxReceiver4(address _account)
upgradeToAndCall(address newImplementation, bytes data) payable
AntiBotDisabled()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistModified(address indexed account, bool blacklisted)
ExcludedFromFees(address indexed account, bool isExcluded)
FeesDistributed(uint256 totalAmountETH)
FeesUpdated(uint256 totalFee, uint8 fee1, uint8 fee2, uint8 fee3, uint8 fee4)
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
Blacklisted(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()