cute rabbit

Verified contract

Active on Base with 143 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "cute rabbit"

0xa51d5a4adc0340e994084316cf1e375bc0a8ce013a581ae0e20d3d8045d5e6d3
0xa0fb091d664e366e36b63ed4afda1752accd01b0f69870a095ebfefac1c60297
0x9de56c3dae471c961e3998d5c1d27e77e5e563c832d96e5900d48625cbaf89be
0x22b557d7c75f26439cfa2ec9a545b22d7a9fefab1df856d269e1f9fca4c7a54c
0x2e1ad2b59ddc0f566d3b3f30c18d33fc75893d73644cd0c9c5ee8f8e7290631b
0xdd95fd3979a919a471abbae4c4998687e490eb1792c0953de01e6cf28902dfa8
0x0433fddf2d0401219d6c7deca5379003ba02ebb6329c360c9a5714b56ae01cb0
0x91f748646b353b6664b6c03b731ce1769fda3b98839de0cfec5ccd50a33f9aa7
0x0197672c6d682b792f5ce523a1da203c40ec5b47572c05f04f82d8617d9cbe7d
0x854ba6a0c9a01a6e7db7c58b198312597608f1f9fc7cf36b2dd9b6347ec5982e

Functions
Getter at block 22933628
decimals(view returns (uint8)
18
name(view returns (string)
cute rabbit
symbol(view returns (string)
RABBİT
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_
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