Rainbow Hedz
Verified contract
Active on
Ethereum with 223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOHEDZ | ERC-20 | 334.857794 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19958151 | 6 months ago | | | 0 | 0.00031445211 | |
| 19932569 | 6 months ago | | | 0 | 0.00087188264 | |
| 19932471 | 6 months ago | | | 0 | 0.00088587632 | |
| 19930432 | 6 months ago | | | 0 | 0.00023906425 | |
| 19930428 | 6 months ago | | | 0 | 0.00023621060 | |
| 19930427 | 6 months ago | | | 0 | 0.00023581854 | |
| 19930425 | 6 months ago | | | 0 | 0.00023144473 | |
| 19930422 | 6 months ago | | | 0 | 0.00023825214 | |
| 19930418 | 6 months ago | | | 0 | 0.00023427685 | |
| 19930414 | 6 months ago | | | 0 | 0.00023953255 |
ABI
ABI objects
Getter at block 21282688
_acEarlyStageFee() view returns (uint256)
0
_acRoyaltyFee() view returns (uint256)
0
_acTradingFee() view returns (uint256)
644172120350542806534
_acWrappingFee() view returns (uint256)
0
_earlyStageWallet() view returns (address)
0xc3d0f2551cf9f253f896afa4061d54d755ee3935
_escrowRevenueShare() view returns (address)
0xd0a362caa5cdbc8776b42a09c54de66cf5463a38
_royaltyWallet() view returns (address)
0x26ca8edc063bea5762a433d9aec8bae6041698ea
bohedzNFT() view returns (address)
0x509ebc62e2066b6de69e1b531bd21145cbff381e
buyTax() view returns (uint256)
300
decimals() view returns (uint8)
18
earlyBuyTax() view returns (uint256)
0
earlySellTax() view returns (uint256)
0
escrowRevenueShare() view returns (address)
0xd0a362caa5cdbc8776b42a09c54de66cf5463a38
inSwap() view returns (bool)
false
name() view returns (string)
Rainbow Hedz
owner() view returns (address)
0xf2c67e32aed160da727b5dd7ef14f49d08e6d23f
phase() view returns (uint256)
5
royaltyFee() view returns (uint256)
100
sellTax() view returns (uint256)
500
swapEnabled() view returns (bool)
true
symbol() view returns (string)
BOHEDZ
totalSupply() view returns (uint256)
10000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x5d138e15116e554aa45563d63165a8854f62a0f6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchWrap(uint256[] tokenIDs)
manualDisperse()
manualDisperseForEarlyStage()
manualDisperseForRoyalty()
openTrading()
removeLimits()
renounceOwnership()
setBaseURINFT(string _newBaseURI)
setBots(address[] addresses, bool status)
setFees(uint256 _buyTax, uint256 _sellTax, uint256 _royaltyFee, uint256 _earlyBuyTax, uint256 _earlySellTax)
setNFTFees(uint256 wrapFee_, uint256 unwrapFee_)
setPhase()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unwrap(uint256 tokenID_)
updateFeeWallet(address _newFeeWallet)
updateRoyaltyWallet(address _newRoyaltyWallet)
wrap(uint256 tokenID_)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 buyTax, uint256 sellTax, uint256 royaltyFee, uint256 earlyBuyTax, uint256 earlySellTax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBots(address indexed account, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
WalletUpdated(address oldWallet, address newWallet)
constructor(address earlyStageWallet, address royaltyWallet, address feeRecipient)
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()