Boost Coin
Verified contract
Active on
Ethereum with 5,934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($631.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Boost | ERC-20 | 24.850375M | $0.000025 |
$631.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246872 | 2 days ago | | | 0 | 0.00079691317 | |
| 21222236 | 5 days ago | | | 0 | 0.0010443876 | |
| 21168654 | 13 days ago | | | 0 | 0.0013750832 | |
| 21160145 | 14 days ago | | | 0 | 0.00083267253 | |
| 21146407 | 16 days ago | | | 0 | 0.00053911488 | |
| 21039422 | a month ago | | | 0 | 0.00013461462 | |
| 21024386 | a month ago | | | 0 | 0.00031488211 | |
| 21012422 | a month ago | | | 0 | 0.00025563996 | |
| 21012415 | a month ago | | | 0 | 0.00024319975 | |
| 20982488 | a month ago | | | 0 | 0.00047180611 |
ABI
ABI objects
Getter at block 21258656
FIFTEEN_BASIS_POINT() view returns (uint16)
1500
FIVE_BASIS_POINT() view returns (uint16)
500
MAX_BASIS_POINT() view returns (uint16)
10000
NO_SELL_WINDOW() view returns (uint256)
172800
REWARD_WINDOW() view returns (uint256)
3600
SOLD_OR_TRANSFER_CLAIM_PERCENTAGE() view returns (uint16)
7500
TEN_BASIS_POINT() view returns (uint16)
1000
THIRTY_BASIS_POINT() view returns (uint16)
3000
TWENTY_BASIS_POINT() view returns (uint16)
2000
TWENTY_FIVE_BASIS_POINT() view returns (uint16)
2500
buyTaxRate() view returns (uint256)
0
buyTaxRateBasisPoint() view returns (uint16)
0
decimals() view returns (uint8)
18
firstTradingEnabledTimestamp() view returns (uint256)
1693958459
isTaxDisabled() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
limited() view returns (bool)
true
maxSellTaxLimit() view returns (uint256)
50000000000000000000000
maxTokenHolding() view returns (uint256)
40000000000000000000000000
minTokenHolding() view returns (uint256)
0
name() view returns (string)
Boost Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x72d55cc749b91c1645af4810fc082784792857f6
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
49990191516995084812130
sellTaxRate() view returns (uint256)
0
sellTaxRateBasisPoint() view returns (uint16)
0
symbol() view returns (string)
Boost
tokenClaimConstraint() view returns (uint256)
1695465503
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableTokens(address reciever_) view returns (uint256)
exemptFee(address) view returns (bool)
isBlacklisted(address address_) view returns (bool)
userBuyAmountInRewardWindow(address) view returns (uint256)
userBuyTaxAmount(address) view returns (uint256)
userSoldToken(address address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimTokens(address reciever_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklist(address address_, bool isBlacklisting_)
setBuyTaxRateBasisPoint(uint16 newBuyTaxRateBasisPoint_)
setIsTaxDisabled(bool isTaxDisabled_)
setIsTradingEnabled(bool status_)
setMaxSellTaxLimit(uint256 limit)
setRule(bool limited_, uint256 maxTokenHolding_, uint256 minTokenHolding_)
setSellTaxRateBasisPoint(uint16 newSellTaxRateBasisPoint_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (bool)
withdrawTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxBasisPointChanged(uint256 basisPoint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxBasisPointChanged(uint256 basisPoint)
TokensClaimed(address indexed recipient, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, bool isTradingEnabled_)
receive()
This contract contains no error objects.