MundaneBunniez
Verified contract
Active on
Ethereum with 3,104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MundaneBunniez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20157041 | 5 months ago | | | 0 | 0.00015679509 | |
| 20053848 | 5 months ago | | | 0 | 0.00019464033 | |
| 19774372 | 6 months ago | | | 0 | 0.0010164157 | |
| 19709217 | 7 months ago | | | 0 | 0.00016478149 | |
| 19555424 | 7 months ago | | | 0 | 0.00051397040 | |
| 18937170 | 10 months ago | | | 0 | 0.00046581570 | |
| 18903738 | 10 months ago | | | 0 | 0.00048454103 | |
| 18900531 | 10 months ago | | | 0 | 0.00094679500 | |
| 18647168 | a year ago | | | 0 | 0.00053284952 | |
| 18461034 | a year ago | | | 0 | 0.00094090705 |
ABI
ABI objects
Getter at block 21168130
BN_GIFT() view returns (uint256)
37
BN_MAX() view returns (uint256)
4888
BN_PUBLIC() view returns (uint256)
4851
PRICE() view returns (uint256)
50000000000000000
PURCHASE_LIMIT() view returns (uint256)
20
allowListMaxMint() view returns (uint256)
2
contractURI() view returns (string)
isActive() view returns (bool)
false
isAllowListActive() view returns (bool)
false
name() view returns (string)
MundaneBunniez
owner() view returns (address)
0xc7ee5a71bdf2d2ef42f5d580afe4b288b99af060
proof() view returns (string)
symbol() view returns (string)
MUNBUNZ
totalGiftSupply() view returns (uint256)
27
totalPublicSupply() view returns (uint256)
4851
totalSupply() view returns (uint256)
4878
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
gift(address[] to)
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsAllowListActive(bool _isAllowListActive)
setProof(string proofString)
setRevealedBaseURI(string revealedBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.