BLUE

Verified contract

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

No balances found for "BLUE"

0x9722b1f46aca36ec047b9cc2a607ee9b88ae07631a95bddd7d1ccc554d6700fe
0x4acc0ed4107df903cf8999033741e0b526fe8f05897a37690be8dc28a4265273
0x34527a12add2a1d1b1b83bc959b5f54f7bb99b35722148dbfdf86cfae1cb9d28
0xf6094a5f4e26613a2fcbad73ac486e39b2e158fbc3d214f3541107e0d0d45fca
0x726a3244eb36eaae46e1b07288a445de78c2613088edb4e121b0f221e4b00efc
0x9ea502c68180cf3f9b6c40dd48de1d360a5c5f4ec0475e0b59fbb172e68c14bf
0x1e25b20bb5550deb907c4ac02caf349f6ffef72017b046e2cb6a6f859e0c3f14
0x4e1af5bd46c168b8c1752c52b2aeb4900e7d2844ad8a5de2f3bb7ac5ce368910
0x0d4450d1bd1c82910f8b6bbbde18faa1133ad43a179ae7aaf341fa76506eb66a
0x4f92705c1f5a7352fe3a1cfcb9f0b69af3202a5be5132b96e6272dd98a22ed47

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