BUG

Verified contract

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

No balances found for "BUG"

0x81a5924153702bca9910cb96da679a0146526a0f46254b3358538b3efc1d91dc
0xfd1772f1deb745af63a73e7739c0319b456233a440e5be924ed53571de07289e
0x5ecb86aaeda35d253de634084d3264b692df0dc6a656745f7e375fa7da3ba0c0
0x5e91c17d73dc354f4b7dfe1c3ed63e9c79c1a27a1fd595659e16795c16bcc504
0x1ddc576a2135c44733b14bcb5d2337b8eb489e163bff3d9b0b07ba1ecc8261a3
0x6b339f4587e9d28e17f12d342857508ff80e8208bea55b8cba2e6be9aac826e5
0x198c4292a9feedbfdfa1ce0089157bffabb33264663a36c48ba291524e739edf
0xeed5c5017a9115284051867d642903f70a1c9cf805fe1650316b7c6e37e253b2
0x5d9536b9fc9ff0b49d510b5e3191620bf3b54b2b365ae646b73ce5def032f695
0xfe08ae57eb78a167d756a44ae0bf052cf8c690f9798c565f9d1e765c500b849b

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