BIRYANI

Verified contract

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

No balances found for "BIRYANI"

0x9797dc47aa39360ab1913def3a6ff21aab4c4e27cb8519fd9b21865768df39a8
0x5d0e276a57b047940a51aead6204311ae07b9828f77d306db80ba114f090723a
0x10b2585b0a889625aefbfc6a93a20979c02ac75147521eecb32da0bf04f337d7
0xfc0b068867cd7f38142712066ba0de4fc56d9282c62dbe9a4662ab374ae441de
0xe0143f2ab3d6afe9fa87c11dfd5e0e2d238fa0f88453050d35a7a57c4506f0ee
0x2699331c32a8fec215fbb03d586a02938ae6a539f998339e6028a7ecfb8593e2
0x98d242600373b232a25c2092392362e252cac91981b698f5450835d967a93b77
0x9c9da1c574e450e09c3aea22bf22b2acd8f2dc72ec2c5ae528885fcc9adb1235
0x6356ea890fe793ddd0a52be75cbaca0f971854905c3ab50222efe992122391ba
0x6a54f609aeb3b778c1eab0576148b45fc791d3775185519d426fb539f00cc59f

Functions
Getter at block 22761367
decimals(view returns (uint8)
18
name(view returns (string)
BIRYANI
symbol(view returns (string)
BIRYANI
totalSupply(view returns (uint256)
1000000000000000000000000000
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