Baluga

Verified contract

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

No balances found for "Baluga"

0x0eac9022084ecb9ba85ff7a00118c83b3aae53a587767b47d258f3e80379b044
0x30550a757e2ad60b2a79b1f8e6131f2a2755aad702306ff0d5bc7e7517b57081
0xf785fe5f626ab8de986e0c8826efbf61d78e9ebb9c1c39c1e9939c78375772a3
0xb74d2b2e438f1e9a48e4cb79fc11b73107c2f88c53d263ed4acecce209e7b771
0x1f407e3892b93be1352c03ec0fedec1e0fc4b45bc54ef69376b1b1f2b50008aa
0x333a2fa637f4c22abe8804fb2ed1fa8e8b26c99188c2aff85898ce0b1a5f7164
0x3f9e6d234931153be26fa2d92f6c055dfab827c86a9a8803bf3734a628ee32f2
0xc346f82dc004212fd297878252c9eab35f7a2c6058697deec9afff7fb54bcb9a
0x887d641998422357dda6b8c0bf482838d87177d89bbee06bf0463ad5fe6630a9
0x621627211ab29bce92f1da30c1c4b396b158bc20d421272ebcb6d74b95223c04

Functions
Getter at block 22759821
decimals(view returns (uint8)
6
name(view returns (string)
Baluga
symbol(view returns (string)
BALU
totalSupply(view returns (uint256)
1000000000000000
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 namestring symboluint256 totalSupply_
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