RareBunniClub
Verified contract
Active on
Ethereum with 7,514 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 "RareBunniClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261011 | 4 days ago | | | 0 | 0.00040313344 | |
| 21260963 | 4 days ago | | | 0 | 0.00047695513 | |
| 21240372 | 6 days ago | | | 0 | 0.0011447241 | |
| 21196919 | 12 days ago | | | 0 | 0.0016990410 | |
| 21162818 | 17 days ago | | | 0 | 0.00054781879 | |
| 21104613 | 25 days ago | | | 0 | 0.000094145000 | |
| 21103123 | a month ago | | | 0 | 0.00010157750 | |
| 21001742 | a month ago | | | 0 | 0.00034381237 | |
| 20937432 | 2 months ago | | | 0 | 0.0010673557 | |
| 20904779 | 2 months ago | | | 0 | 0.00010291718 |
ABI
ABI objects
Getter at block 21286186
CommunityW() view returns (address)
0x24279409904b1a9ea7c5eeb5596092ec4a211386
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/bafybeiat5jsgbaizm4dcraaldxa3ajdilazctxx6q44btqmzgdntkyun5y/
name() view returns (string)
RareBunniClub
owner() view returns (address)
0x2ba123b9b6b431bc498c2f5ae0f3f09fe67a5735
paused() view returns (bool)
false
presaleActive() view returns (bool)
true
price() view returns (uint256)
40000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
RareBunni
teamW1() view returns (address)
0x56aeb6c4e3b54ef87756d66b5cc6ec33d89e06f4
totalSupply() view returns (uint256)
5500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAddresses(address) view returns (uint16)
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)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint16 _amount)
mintPresaleToken(uint16 _amount) payable
mintSaleToken(uint16 _amount) payable
pause()
payTheBunniTeam(uint256 _amount) payable
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURIVar)
setPresaleActive(bool _val)
setPresaleReservedAddresses(address[] _a, uint16[] _amount)
setSaleActive(bool _val)
setTeamAddresses(address[] _a)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateMintPrice(uint256 _newPrice)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.