Bunny Buddies
Verified contract
Active on
Ethereum with 19,846 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Bunny Buddies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102581 | 15 days ago | | | 0 | 0.00012368949 | |
| 21092658 | 17 days ago | | | 0 | 0.00014344532 | |
| 20984905 | a month ago | | | 0 | 0.00088171915 | |
| 20984628 | a month ago | | | 0 | 0.00038893637 | |
| 20978961 | a month ago | | | 0 | 0.00093074604 | |
| 20841165 | 2 months ago | | | 0 | 0.0014175442 | |
| 20777541 | 2 months ago | | | 0 | 0.00030038517 | |
| 20713384 | 2 months ago | | | 0 | 0.0010285739 | |
| 20681050 | 2 months ago | | | 0 | 0.00039606815 | |
| 20586794 | 3 months ago | | | 0 | 0.00010821894 |
ABI
ABI objects
Getter at block 21212406
baseURI() view returns (string)
ipfs://QmSfYKzdctMz62djChgRwJbGuqMogL24WKqfeYo6dsKaxC/
collectionSize() view returns (uint256)
8888
giftCount() view returns (uint256)
399
isBurnEnabled() view returns (bool)
false
maxGiftSupply() view returns (uint256)
400
name() view returns (string)
Bunny Buddies
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x00eeabd52b35ebaf74943c6999ed5002559baa39
paused() view returns (bool)
false
presaleConfig() view returns (uint256 startTime, uint256 duration, uint256 maxCount)
(startTime=1645451963, duration=7200, maxCount=2)
price() view returns (uint256)
250000000000000000
saleConfig() view returns (uint256 startTime, uint256 maxCount)
(startTime=1645446773, maxCount=10)
symbol() view returns (string)
Bunny Buddies
totalReleased() view returns (uint256)
2123870180000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
8888
Read-only
_presaleClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnPresaleList(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events _addPayee(address account, uint256 shares_)
_removePayee(address account)
addToPresaleList(address[] _addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mainMint(uint256 _amount) payable
pause()
promoAdminMint(uint256 _amount)
promoUserMint(address[] _users)
release(address account)
release(address token, address account)
removeFromPresaleList(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenBaseURI)
setCollectionSize(uint256 _collectionSize)
setIsBurnEnabled(bool _isBurnEnabled)
setIsPresale(bool _isPresale)
setPrice(uint256 _price)
setUpPresale(uint256 _duration, uint256 _maxCount)
setUpSale(uint256 _maxCount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PayeeAdded(address account, uint256 shares)
PayeeRemoved(address account)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpause()
constructor(uint256 _maxBatchSize, uint256 _maxTotalSupply, uint256 _maxGiftSupply)
receive()
This contract contains no error objects.