TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 3,094 txns
Deployed by via 0xc9a8edf1 at 19706833
Slot
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
Native
Value $61.49
ERC-20
Value $4.72
0xcab78fdb6668bd556c9ae5079d198ff3e388976e52a5af4aee8a01092db04c02
0xf03799624e6baa35720393af91694db28166730650d5d09706013acf7cc32d65
0x88cd0951234e3f703169b1bda494af7d690da6d7e8fb4d42d721084cb5bffbe4
0x46a0b88d5e45aced2f9698ddf3f93c486a094c6d4538cfa3559dd3dc7a770f97
0x6098d53c9d53bedeeeb45e60a213456a670f3da1edef1df1bec099752806f7c8
0xf5f3fce41045d96f1329974d8ae83396b401680070fd4426301a457beda85f45
0xa740823f6a8139e04dd211a6886e663b851409a0e746f9fcb0e397818388f504
0x9cf32673339fcb39fe9dd49f3b209f95ca3e6859f723e5ed11bc30ae0eaff534
0xe07ebf7aa27a387154cc51613ab219ed37c1b0567160419784750b912603c73d
0x3eccf69b1a760cecb001f69516492574b0983aa4cca944300979487c9da0457a

Functions
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 _owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isExcludedFromFee(address accountview returns (bool)
isExcludedFromReward(address accountview returns (bool)
reflectionFromToken(uint256 tAmountbool deductTransferFeeview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
deliver(uint256 tAmount
excludeFromFee(address account
excludeFromReward(address account
grantRole(bytes32 roleaddress account
includeInFee(address account
includeInReward(address account
initialize(
renounceRole(bytes32 roleaddress account
resetAdminMaxAmount(
revokeRole(bytes32 roleaddress account
setLiquidityFeePercent(uint256 liquidityFee
setMarketingFeePercent(uint256 marketingFee
setMaxTxAmount(uint256 maxTxAmount
setNumTokensSellToAddToLiquidity(uint256 stmAmount
setSwapAndLiquifyEnabled(bool _enabled
setTaxFeePercent(uint256 taxFee
setslippagePercent(uint8 _slippage
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwner(address newOwner
withdrawEther(
withdrawOtherTokens(address _tokenaddress receiveruint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetValue(uint256 oldValueuint256 newValuestring parameterName
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
SwapAndLiquifyEnabledUpdated(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
excludedFromFee(address walletstring parameter
includedInFee(address walletstring parameter
rewardModification(address walletstring parameter
tokenDeliver(uint256 deliveryamountstring parameter
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(