Blue Man Group

Verified contract

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

No balances found for "Blue Man Group"

0x1c6b38cd2237c97dcf233cde55a4a67ea9aa9337e6a48050398b201ada66c889
0x768ecc5674cca7a1ee028241279837bb861f792f0274edec0c2ad2fb9778498c
0x5987c09c337b5cbb04361ed1590c45d8e9b324e7e7e9851227d24b619da8efbd
0x96626cb1bc100055c28fc17ce78b38449ca5c7da8ef8df4c9804cdc9993f1573
0x978ab0dd00cd11df628efc6a00e7bcf22d61a7089e867bbcc848ee38b6c5b76c
0x1aab6c41b513a27f54a59ddb166bf43bb54fcf7259289e9de3715aa0718f70f6
0x5c60e630f99e0b3b5b244f85958aed5cba8381b278e92b2cc52ff2070c9195fc
0x7e47c6954814a6a4cea829998d68b51555c180084e81fc1bed4141fe8b251e9c
0x97a36b150786760ad4db166ee08a446cb68af40415683bd5e47bcb23cb8b6c40
0x02a82b2a68ef14298041f714c5e2e1c035667a34c3d761c2de1303b9395a149b

Functions
Getter at block 22814156
decimals(view returns (uint8)
18
name(view returns (string)
Blue Man Group
symbol(view returns (string)
BlueMan
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