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 "BUNNY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22380466 | 10 days ago | | | 0 | 0.000000304106952504 | |
| 20845023 | a month ago | | | 0 | 0.0000049372000 | |
| 19827433 | 2 months ago | | | 0 | 0.000000303371602086 | |
| 18318453 | 3 months ago | | | 0 | 0.000000204112343540 | |
| 17385827 | 4 months ago | | | 0 | 0.000000308063911288 | |
| 17352820 | 4 months ago | | | 0 | 0.000000304752539448 | |
| 17223373 | 4 months ago | | | 0 | 0.000093695218 | |
| 17206478 | 4 months ago | | | 0 | 0.000000304128873708 | |
| 17146911 | 4 months ago | | | 0 | 0.0000049310183 | |
| 16923437 | 4 months ago | | | 0 | 2.7888140e-7 |
ABI
ABI objects
Getter at block 22817531
decimals() view returns (uint8)
18
launcher() view returns (address)
0x558a8ce4e22acae74aa37c284b01778896283f45
maxPresale() view returns (uint256)
500000000000000000000000
name() view returns (string)
BUNNY
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd() view returns (uint256)
1713467415
price() view returns (uint256)
66000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
status() view returns (uint8)
2
symbol() view returns (string)
BUGZ
tokensLeft() view returns (uint256)
119696969696968727298
tokensSold() view returns (uint256)
499880303030303031272702
totalSupply() view returns (uint256)
999760606060606062545404
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
ethSend(address) view returns (uint256)
tokensOut(uint256 ethIn) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
startPresale()
stopPresale()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Buy(address indexed from, uint256 value, uint256 tokens)
BuyRefund(address indexed to, uint256 value)
LaunchLive(uint256 tokensSold)
LaunchPresale(uint256 maxPresale)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
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)