Bang

Verified contract

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

No balances found for "Bang"

0xda800f5ebfb4b51f7f8cc4c38b34173c5f89e93d3cbf9ac50ea617bad165bcb1
0x5a2ffe1105b8c69a7dc587d15ffdab3a079f362320b18221a19168e3cdcf08d7
0x670d746cf44798465704915e3b89f396e29543f9651a51978b53c77224f22ee0
0xa2678e1f04319f2f1e619a29fb364e3802b71e7973ff0d60c18c5b0a3d3cbd96
0xc3d4f60199e32ee0933d0c954b6e67d3074b5de060c99cb670ddc38240831e28
0x9ed056a073b67c7751f4718451ec6cfeba0a4b8c05996a7d2cff9e13cfb6ed2f

Functions
Getter at block 23666319
decimals(view returns (uint8)
18
name(view returns (string)
Bang
symbol(view returns (string)
Bang
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