BLUE

Verified contract

Active on Base with 739 txns
Deployed by via 0xfbe579f7 at 12124124
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BLUE"

0x89b0a5b5f0a20dd2eb5930bdec74ed9c5b851c0893081c86812ee853751e9614
0x9ce5791aab2b190108dde00b2d4a735202bf2191e653f54a8eb9cb4db06448ce
0x89d83e9506d70f688b473e499f78dc0f84905194c298a1b6919fa12b09210341
0xc6f867b354c035cf2f81e1645c9c6525e3b18776f916754d5ef4ec35105460e8
0x202665020e83cb412f907dd5b2c25cbc462a16fd823d8f170ee0ed3d5e808674
0xa111cfee76dd2b8cf2193c33567a8182f3186e4da2e5cd115e7ede5f44ee49e5
0x032af7a6e47791bdb87418beed4e28d862f4cfd4ffd09f88bd8c7b6350f32c9d
0x9e3d6af2800b0bd4c737bd1ff3198e14043875865d7e9532b26e36b916b61007
0xbe77b249b1160a3a2e9570048000c11a16565ec777dc3301e76dcc0727f4f7d6
0xda315d88cb4116152f8c251b023cfe88b082016f30108a07d99ba3f5ca5965db

Functions
Getter at block 22939868
decimals(view returns (uint8)
18
liquidityPool(view returns (address)
0x2ad6e55631aecf1e3d690bd9df5628bb030f611d
lubricating(view returns (bool)
false
name(view returns (string)
Big Blue
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BLUE
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
renounceTokenOwnership(
setLiquidityPool(address _liquidityPool
setLubricating(bool _state
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account