Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9611…edae
0x7e45…c0d5
Balances ($0.00)
No balances found for "BasedMiner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15628122 | 5 months ago | | | 0 | 5.6413879e-7 | |
| 12995638 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995164 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995154 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995144 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995134 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995123 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995113 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995103 | 7 months ago | | | 0 | 0.000070187811 | |
| 12995092 | 7 months ago | | | 0 | 0.000070187811 |
ABI
ABI objects
Getter at block 22770621
decimals() pure returns (uint8)
18
marketingTax() view returns (uint256)
3
minerTax() view returns (uint256)
2
name() view returns (string)
BasedMiner
owner() view returns (address)
0x52dbacac3245ef3434574d85c59bc9d03468c37b
symbol() view returns (string)
BMINE
totalSupply() pure returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x20992730d71bef2aaaa9a7fbe9e8f6995b8ada67
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createPair() payable
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
manualsend()
manualswap()
openTrading()
renounceOwnership()
rescueForeignTokens(address _tokenAddr, address _to, uint256 _amount)
setFee(uint256 _marketingTax, uint256 _minerTax)
setNewMarketingAddress(address markt)
setNewMinerTVLAddress(address value)
toggleSwap(bool _swapEnabled)
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)
MarketingAddressUpdated(address indexed previous, address indexed adr)
MinerTVLAddressUpdated(address indexed previous, address indexed adr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
tokensRescued(address indexed token, address indexed to, uint256 amount)
constructor(address _owner, address minerTvlAddress, address marketingAddress, string name_, string symbol_, address _bassWallet)
receive()
AddressIsZero()