This contract is being backfilled. You may encounter incomplete storage history.

Blue Circle

Verified contract

Active on Base with 939 txns
Deployed by via 0xa6efef6e at 20905822
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xd66affcedb37ebf569863802fe63cf84cab6cfbd1304d47cb31ba853dede61da
0xe83b01af329e04fe0a4013e21a86c5f356aeaf6e46ceec32e35ff715b0aa0cc2
0xd3b2eaebc01d1487b86513549e52d425a7012db74b2508b0efa99d35553ee6db
0xba3868abea8c449ce6301c96f4eddeb1cd452c40755ef352f76ddbb418f9940b
0x1f7f38a9dc2c350548793de4501c924c6c32dad061c88fba0edc9266e753ec1a
0xcc0dd14604c3c526c45905535354b5d715ace0a4713e3b298bc43ef5b666270a
0x3331269dc840cc185daebf55d6adb12276b799ab06a1060966b0c94e57f9794b
0xf63ee55ca56405723fb3b30debe27ac367fb3cd3f6e7ec9ada1fd519618ac423
0xfd6e69cb648c0e28bfbd0d41e71e2abc3a18eeaa386654a147f7f9270cafdd94
0x38881299da5f7352a4937d9310bdfc54ca8f5b95afc15530924bd9557896c6cb

Functions
Getter at block 21743506
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Blue Circle
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
O
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account