Boodeng

Verified contract

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

No balances found for "Boodeng"

0x3666b5961e08f195655ecfe32a3784b8d2ecae1f3abb197c24cb6c534ee81ed1
0x92ff59c6589e25bd1785fcfa50d142c8440c8e8e9bd9e6237275cd523186b623
0x5d10d264b30e9f31d48ccd00f771658e432ad69424b9bd24ca8ec75fe8d5fd07
0xff21b3cc03580616cbb9352ebadfe8a45eaa78bf7fa6b6e09ec36c68982aed2e
0x2af7a931e8e457a2ae0a456bc3975931d9c7035c191270cad604328619431938
0x2f54586bd2a91571a66c00e14ea9145621107b620365f4d1475e7a73a00336f5
0xce2b725700f9cee8c10754615066ac414afff6ad91eefc68863bb39585b58da2
0x1dae2dd870312d34efae74fc714fe6aae04970c34502bc91145439bff23b4ec1
0x71cdcdc15bd041c57970a6e6949b677e6b5e19cd82d5143adec391c237b33848
0x19fd9d9627e9a2e5e09961693707ed527477712756110629b79f6a460ebb1426

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