The latest block we've processed for this chain is 22145368, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

Brett's Cock

Verified contract

Active on Base with 1,097 txns
Deployed by via 0x24f613fa at 16274872
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x94baeef42f266739a6223ea18e330664f61eeba7816307a206f867b64696c033
0x8d6eb0b2b9a6b0ee81087072dc3b30b36cdcc7cd9ab610cf875051b81c1e7cad
0xa58eda48e07424ff9a5d2e8323ea637e88cc5606e3af33889db9b7afcf2a917f
0x26a6f7b6fc331fe58cb0243cd816bdf2f3efbf8f2b0812c1767ecb1e012211fb
0x68219b6cf4f0101838239df76338b2bd6cdad0dd3a6136eacb0cbbb259371ff5
0xb34750b6c5cb51cb1f83eaadaffb7b0696c699f981ceb035c59f724dc0886423
0x12741140ec34adc3d31ca9d89de45c55c0e4705be13faac2a24f4c5471595eff
0x72b24294ce2ca473c9e91380d19bb720bbaf74aa559b710e1846683d6ba1d62e
0xb05c4467af5eaa52cba3e1bedd7351c01d7631237cca8a0a745cf859724b8ecd
0x8d61337a46e330e1695bd6cabe87451ff628908e24975183f1b0d46d86c149a0

Functions
Getter at block 22145367
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Brett's Cock
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BROCK
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