Well-Wishing Rabbits
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "Well-Wishing Rabbits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19492563 | 8 months ago | | | 0 | 0.00085481426 | |
| 16649243 | 2 years ago | | | 0 | 0.0039730040 | |
| 16625437 | 2 years ago | | | 0 | 0.0019908012 | |
| 16595808 | 2 years ago | | | 0 | 0.0032612702 | |
| 16564122 | 2 years ago | | | 0 | 0.0026852249 | |
| 16528869 | 2 years ago | | | 0 | 0.0039998823 | |
| 16490452 | 2 years ago | | | 0 | 0.0017410135 | |
| 16472091 | 2 years ago | | | 0 | 0.0025554763 | |
| 16472051 | 2 years ago | | | 0 | 0.0033724470 | |
| 16472047 | 2 years ago | | | 0 | 0.0031596539 |
ABI
ABI objects
Getter at block 21284502
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
maxSupply() view returns (uint256)
500
merkleRoot() view returns (bytes32)
0xa1679b39ccb074e4128834a9cf575425bcc0f2811d05debac2f78c73376c7162
mintPrice() view returns (uint256)
0
name() view returns (string)
Well-Wishing Rabbits
owner() view returns (address)
0x586bc4eda5e4c5b85143c59379f3833ae2ae7b12
presaleIsLive() view returns (bool)
false
promoPrice() view returns (uint256)
6500000000000000
provenanceHash() view returns (string)
reservedNFTs() view returns (uint256)
3
saleIsLive() view returns (bool)
true
symbol() view returns (string)
BUNNIES
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
14
transactionLimit() view returns (uint256)
1
walletLimit() view returns (uint256)
1
Read-only
accounts(address) view returns (uint256 nftsReserved, uint256 mintedNFTs, uint256 isAdmin)
affiliateAccounts(string) view returns (uint256 affiliateFee, uint256 affiliateUnpaidSales, uint256 affiliateTotalSales, uint256 affiliateAmountPaid, address affiliateReceiver, bool affiliateIsActive)
allowlistClaimed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
genNftsLookupAffilRef(address _addr) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
validateAffiliateName(string str) pure returns (bool)
State-modifying
Events adminLevelLower(address _addr)
adminLevelRaise(address _addr)
airDropNFT(address[] _addr)
allowlistMint(bytes32[] _merkleProof, uint256 _amount) payable
allowlistNewMerkleRoot(bytes32 _merkleRoot)
approve(address to, uint256 tokenId) payable
burn(uint256 _id) returns (bool, uint256)
claimReserved(uint256 _amount)
contractMint(uint256 _amount) payable
distributeSharesAffilsAndPayees()
distributeSharesPayeesOnly()
genNftsAffiliateAdd(address _addr, string affiliateRef, uint256 fee)
genNftsAffiliateDisable(string affiliateRef)
genNftsAffiliateEnable(string affiliateRef)
provenanceHashLock()
provenanceSet(string _provenanceHash)
release(address account)
release(address token, address account)
renounceOwnership()
reservesDecrease(uint256 _decreaseReservedBy, address _addr)
reservesIncrease(uint256 _increaseReservedBy, address _addr)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
salePresaleActivate()
salePresaleDeactivate()
salePublicActivate()
salePublicDeactivate()
sendNFT(uint256 _amount, address _addr, bool isAffiliate, string affiliateRef) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setContractURI(string _newURI)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _newPrice)
setPromoPrice(uint256 _newPrice)
setTransactionLimit(uint256 _newTxLimit)
setWalletLimit(uint256 _newLimit)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burn(address indexed sender, uint256 indexed _id)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Mint(address indexed sender, uint256 totalSupply)
MintGift(address indexed sender, address indexed receiver, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] distro, uint256[] distro_shares, address[] teamclaim, bytes32 _merkleRoot)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()