BunnySwap

Verified contract

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

No balances found for "BunnySwap"

0xeb2acb5cfcbe185631b56e4c33d813bb6935b61b73f4c315851295a2fa375467
0xc576fa6740346260a212ba7611423aeab58b71ebe50d04db2894d4b8cd82a496
0x4dc92ceab3a7d17100fedb037434efdcff4fe35e5fd2a6cb98ab607599d7b16e
0x6e10d527b5bd4042688e201297c25b0ae7a58811bdec57b5af097cfb28a35f2a
0xc4faee09e9230f4cf051b008714c7fd85431d1292ad84a3b2b0098f8d3098f0e
0x5aa68eabe1e9ed4bf949252cc5f2b20896e90d22b0a968b9ded0cd3385b76e50
0xf92e039adc307550d8ab3d2f1e9e20f869fc8d79441caee94421b9f4b0fba102
0xacf9ba7ff0cbff5335006c944d11aac1df3a96e70b5668658cacb70fde4c2719
0x300ca74b42e9ae53fe8754746e202ed447709234e660db46928f8383d4025f1d
0x1cae36d64041fd4bf41b64c21d3007d294dcbf941dfbb0f377c9a39d4db1ebfb

Functions
Getter at block 23253785
decimals(view returns (uint8)
18
name(view returns (string)
BunnySwap
symbol(view returns (string)
BUNNY
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender