Multiblock
Verified contract
Proxy
Active on
Ethereum with 413 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
0x957b…015b
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mblock | ERC-20 | 235.008813K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20663175 | 2 months ago | | | 0 | 0.000089293637 | |
| 19863867 | 6 months ago | | | 0 | 0.00013468232 | |
| 19488844 | 8 months ago | | | 0 | 0.0012085463 | |
| 19476106 | 8 months ago | | | 0 | 0.00090754987 | |
| 19443742 | 8 months ago | | | 0 | 0.0024105228 | |
| 19438956 | 8 months ago | | | 0 | 0.0019022764 | |
| 19425742 | 8 months ago | | | 0 | 0.0020093681 | |
| 19425740 | 8 months ago | | | 0 | 0.0032964011 | |
| 19415218 | 8 months ago | | | 0 | 0.0028493694 | |
| 19393040 | 8 months ago | | | 0 | 0.0048540690 |
ABI
ABI objects
Getter at block 21158581
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
antibot() view returns (address)
0x957b8aea8e7720c809dd56981247cfcc02c7015b
buyTax() view returns (uint256)
50
decimals() view returns (uint8)
18
deployer() view returns (address)
0xd681e1e56408745dbfd5ad4e388577b6cd4d0dcf
enableAntiBot() view returns (bool)
false
getOwner() view returns (address)
0x057e51bc4b36c536240cb1265b61772a9a9602c9
karmaCampaignFactory() view returns (address)
0x7781ca90d6ad1a9edd25d20b82b12d24a34f3f85
karmaDeployer() view returns (address)
0x49fde5ec7d324a82433512cefac044b84e5928b2
limitedOwner() view returns (address)
0xc038eba13eca23f5df1a6b172d174324fd424b62
marketingWallet() view returns (address)
0xeae960083c8ec8e388f0e4dd00a7de1e54039aa7
maxTxAmount() view returns (uint256)
100000000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Multiblock
owner() view returns (address)
0x057e51bc4b36c536240cb1265b61772a9a9602c9
pair() view returns (address)
0x6447beee43f00e1ce58798d807adb27cf4ab6b64
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
50
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
mblock
totalSupply() view returns (uint256)
100000000000000000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __BaseToken_init(string name, string symbol, uint8 decim, uint256 supply, address limitedOwner)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableAntiBot()
disableTrading()
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(struct ITokenTokenData tokenData)
manualSwap(uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
recoverETH(uint256 amount)
renounceOwnership()
setEnableAntiBot(bool _enable)
setSwapEnabled(bool state)
setSwapThreshold(uint256 new_amount)
setTaxes(uint256 _buy, uint256 _sell)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferLimitedOwner(address recipient)
transferOwnership(address newOwner)
updateExcludedFromFees(address _address, bool state)
updateMarketingWallet(address newWallet)
updateMaxTxAmount(uint256 amount)
updateMaxWalletAmount(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
LimitedOwnerTransferred(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.