TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,094 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 49 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($66.20)
Native
Value
$61.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018576 | $3,309.92 |
$61.49 | |
MBD | ERC-20 | 86.846031K | $0.000054 |
$4.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244205 | 7 hours ago | | | 0 | 0.00077060619 | |
| 21243695 | 9 hours ago | | | 0 | 0.00078916571 | |
| 21243695 | 9 hours ago | | | 0 | 0.00081597440 | |
| 21243694 | 9 hours ago | | | 0 | 0.0033607190 | |
| 21242097 | 14 hours ago | | | 0 | 0.00068373749 | |
| 21242097 | 14 hours ago | | | 0 | 0.00068373749 | |
| 21241455 | 16 hours ago | | | 0 | 0.0014803342 | |
| 21240302 | 20 hours ago | | | 0 | 0.0019727730 | |
| 21240103 | 21 hours ago | | | 0 | 0.0018014494 | |
| 21238041 | a day ago | | | 0 | 0.0036463756 |
ABI
ABI objects
Getter at block 21246284
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_MaxtotalFee() view returns (uint256)
10
_liquidityFee() view returns (uint256)
2
_marketingFee() view returns (uint256)
2
_maxTxAmount() view returns (uint256)
500000000000000000000000000
_maxTxAmountChecker() view returns (uint256)
500000000000000000000000000
_minTxAmount() view returns (uint256)
4000000000000000000000000
_taxFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
name() pure returns (string)
MBD Financials
numTokensSellToAddToLiquidity() view returns (uint256)
500000000000000000000000
owner() view returns (address)
0xe45e1447539c785cdf8b42e2b40d9f612559f432
swapAndLiquifyEnabled() view returns (bool)
false
symbol() pure returns (string)
MBD
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
40000000000000000000000000000
uniswapV2Pair() view returns (address)
0x3e57ee60c37296f83cf5a05159dd60565d3437ff
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
grantRole(bytes32 role, address account)
includeInFee(address account)
includeInReward(address account)
initialize()
renounceRole(bytes32 role, address account)
resetAdminMaxAmount()
revokeRole(bytes32 role, address account)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingFeePercent(uint256 marketingFee)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToAddToLiquidity(uint256 stmAmount)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
setslippagePercent(uint8 _slippage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
withdrawEther()
withdrawOtherTokens(address _token, address receiver, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetValue(uint256 oldValue, uint256 newValue, string parameterName)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
excludedFromFee(address wallet, string parameter)
includedInFee(address wallet, string parameter)
rewardModification(address wallet, string parameter)
tokenDeliver(uint256 deliveryamount, string parameter)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()