Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MRSBOB | ERC-20 | 151.875489M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21056640 | 16 days ago | | | 0 | 0.00015702680 | |
| 20779136 | 2 months ago | | | 0 | 0.00069489000 | |
| 20580435 | 3 months ago | | | 0 | 0.00018015038 | |
| 20527560 | 3 months ago | | | 0 | 0.00023825886 | |
| 20278329 | 4 months ago | | | 0 | 0.00030371866 | |
| 20266248 | 4 months ago | | | 0 | 0.00010063011 | |
| 20216641 | 4 months ago | | | 0 | 0.00013087180 | |
| 20194672 | 4 months ago | | | 0 | 0.000098292339 | |
| 19966214 | 5 months ago | | | 0 | 0.00053758621 | |
| 19961841 | 6 months ago | | | 0 | 0.0010004974 |
ABI
ABI objects
Getter at block 21168870
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
690000000000000000000000000000
maxWalletAmount() view returns (uint256)
690000000000000000000000000000
name() view returns (string)
Mrs Bob
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xe4889341bfb81af45a6bddbdeb76983e8bb47224
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
690000000000000000000000000
symbol() view returns (string)
MRSBOB
totalSellTax() view returns (uint256)
0
totalSupply() view returns (uint256)
690000000000000000000000000000
totalTax() view returns (uint256)
0
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 amount)
renounceOwnership()
rescueERC20(address tokenAddress, uint256 amount)
rescueETH(uint256 weiAmount)
setSwapEnabled(bool state)
setSwapThreshold(uint256 new_amount)
setTaxes(uint256 _totalTax, uint256 _totalSellTax)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExcludedFromFees(address _address, bool state)
updateMaxTxAmount(uint256 amount)
updateMaxWalletAmount(uint256 amount)
updateRouterAndPair(address _router, address _pair)
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(address _devWallet)
receive()
This contract contains no error objects.