Baluga

Verified contract

Active on Base with 92 txns
Deployed by via 0xb2f4725a at 13025793
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0xab5526fe8f41248b5a6c0ba8ba7cef4d4b5b1736f20dae0a91bde00928758ce5
0xc1ed36cdf47870b5adc7884e9346b5834200933f4da698280be3733f31b401c8
0x1140515bdf2729cb16c1cd184177fc6b3098d3f3f1086dac5b0cb9cdc62bf54d
0x4587ade9fb013d0ec8b40297979f9142f5e6b9da9841166e5b6148c450145b80
0xb3074557717c0a671dfd27694d4079155d55990ff4003c6ee5f916618a11e7b1
0xa3d7a18a3162084fd0750bfb7a47125240b51f299081e0b7a5bb8c57b87d916d
0x1714ff266683642619ae0de6f10d1f4799a8165efe81e8b746980e3b816b7c0f
0xc8a4df4d1c95e891dd7abf5e068769c92776774e4acf06e1dee0db76fe71ab5d
0xa7099312ac529057fbb75f74f065852880644de8c31af8b01241d62556172512
0x22208b1f82471a35a5f54cf5cdba73f70aced057c4238946e04e5d64f3622d51

Functions
Getter at block 22905185
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