BUNNY

Verified contract

Active on Base with 887 txns
Deployed by via 0x0238f404 at 13295328
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BUNNY"

0xe724842b5b0cc0f9c247db9a7f30d0ed5ec82cbb36b8f4512850849c1b8a0759
0x475b446d21878b0c968bca896ff39bf1561fd2497664380424f01500dee51f9a
0x9adea8d602512c5f9900eea8865f3e35cd7f3cd982ab4b0f69c1418cf86e5b01
0xd19589df4b9049984391816d5226e0c6a691ae93d65b3a7c2c54da078d1cd773
0x1c942b2369c2d02272fae8485537d5c319cfea1019af1d377bbe7701d44d998d
0x758c1bddecc566dd46402d787b72bc1584168564f8a29bcf77eac7bb37cc24f6
0x1d4a445cb9329a76e474794e35bf359083fa64ebcc5def3c1b53328650c310f8
0x5b754833df538ff1703b564657c3c54e293637c054634e8fc7fb8e51e02c72d3
0x234851dd73e8a4f4ce311fc71b2e7b74c0aab2390ed0789942f2aa287340e0ee
0x4f25944621d46b10098098ef60e904d5771527ecb42659bf53ecdc330d705755

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
ethSend(addressview returns (uint256)
tokensOut(uint256 ethInpure returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
startPresale(
stopPresale(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Buy(address indexed fromuint256 valueuint256 tokens
BuyRefund(address indexed touint256 value
LaunchLive(uint256 tokensSold
LaunchPresale(uint256 maxPresale
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Refund(address indexed touint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account