BOHEDZ
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
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
Balances ($0.00)
No balances found for "BOHEDZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BOHEDZ"
ABI
ABI objects
Getter at block 21316428
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
_taxFees() view returns (uint256 earlyBuyTax, uint256 earlySellTax, uint256 buyTax, uint256 sellTax, uint256 royaltyFee, uint256 wrapFee, uint256 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchUnwrap(uint256[] tokenIDs)
batchWrap(uint256[] tokenIDs)
initialize(address _earlyStageWallet, address _royaltyWallet, address _wrapperContract, address _escrowContract)
openTrading()
removeLimits()
renounceOwnership()
setBaseURINFT(string _newBaseURI)
setFees(uint256 _buyTax, uint256 _sellTax, uint256 _royaltyFee, uint256 _wrapFee, uint256 _unwrapFee)
setPhase()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFeeWallet(address _newFeeWallet)
updateRoyaltyWallet(address _newRoyaltyWallet)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 buyTax, uint256 sellTax, uint256 royaltyFee, uint256 wrapTax, uint256 unwrapTax)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBots(address indexed account, bool status)
TaxesSent(address feeRecipient, uint256 taxAmount)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
WalletUpdated(address oldWallet, address newWallet)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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)