BOHEDZ

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4cdf7655 at 20023850
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 6 additional slots

No balances found for "BOHEDZ"

No transactions found for "BOHEDZ"


Functions
Getter at block 21316428
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
_taxFees(view returns (uint256 earlyBuyTaxuint256 earlySellTaxuint256 buyTaxuint256 sellTaxuint256 royaltyFeeuint256 wrapFeeuint256 unwrapFee)
(earlyBuyTax=0, earlySellTax=0, buyTax=0, sellTax=0, royaltyFee=0, wrapFee=0, unwrapFee=0)
bohedzNFT(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
escrowRevenueShare(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
phase(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
uniswapV2Router(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchUnwrap(uint256[] tokenIDs
batchWrap(uint256[] tokenIDs
initialize(address _earlyStageWalletaddress _royaltyWalletaddress _wrapperContractaddress _escrowContract
openTrading(
removeLimits(
renounceOwnership(
setBaseURINFT(string _newBaseURI
setFees(uint256 _buyTaxuint256 _sellTaxuint256 _royaltyFeeuint256 _wrapFeeuint256 _unwrapFee
setPhase(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateFeeWallet(address _newFeeWallet
updateRoyaltyWallet(address _newRoyaltyWallet
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeesUpdated(uint256 buyTaxuint256 sellTaxuint256 royaltyFeeuint256 wrapTaxuint256 unwrapTax
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetBots(address indexed accountbool status
TaxesSent(address feeRecipientuint256 taxAmount
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
WalletUpdated(address oldWalletaddress newWallet
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot