BASEwillNEVERtopETH
Verified contract
Active on
Ethereum with 194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "BASEwillNEVERtopETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18100863 | a year ago | | | 0 | 0.00058863056 | |
| 17853174 | a year ago | | | 0 | 0.00063693766 | |
| 17811722 | a year ago | | | 0 | 0.00070057333 | |
| 17811465 | a year ago | | | 0 | 0.00062483153 | |
| 17810900 | a year ago | | | 0 | 0.00058892637 | |
| 17808692 | a year ago | | | 0 | 0.00085183990 | |
| 17808668 | a year ago | | | 0 | 0.00081384541 | |
| 17808648 | a year ago | | | 0 | 0.00092964209 | |
| 17808645 | a year ago | | | 0 | 0.00078183974 | |
| 17808642 | a year ago | | | 0 | 0.00042393683 |
ABI
ABI objects
Getter at block 21218393
_burnFee() view returns (uint256)
0
_marketingFee() view returns (uint256)
200
_marketingWalletAddress() view returns (address)
0x8e508caea185ada4ae4f8f6bb5ddefdc71ee5f81
_taxFee() view returns (uint256)
0
decimals() view returns (uint256)
18
maxWalletBalance() view returns (uint256)
10000000000000000000000000
name() view returns (string)
BASEwillNEVERtopETH
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BKILL
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
10000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xcb3c91ab0f2d1a8f14f3ab174291919732e64dbb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading()
excludeFromFee(address account)
excludeFromReward(address account)
includeAndExcludedFromMaxWallet(address account, bool value)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
setMarketingWalletAddress(address _addr)
setSellFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.