Readhead

Verified contract

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

No balances found for "Readhead"

0x66aa4015d33d8bb8b6f14c078eb1fb1b84912c118718e1b80825cd318a305739
0xfa1823da272481428f757135f2685401d533863d295b394a422ffa7d96b032f6
0x11294a70d6f5f375496bac98d97febaaf4ca7b1ca333d79cf737135f5d58b1e8
0x3ffb5fa8e1f87112f39da3be78af238d455180922bee0cb9479ab9e7c1cd9fee
0x0621934b5503570208d0cce077d0f9448c8d75a6623e15419e13939eee0698d1
0xe35cfa1c771727130c6fe4b4403091d6268fedf96fd3290dd762e8403ba0e338
0x81e30c8c73febe83996dc0d9004418af765edd68f4bf24b413d50772ecfc1061
0x200b8698321d4a132a9a580f0d63713d6fcca5ed48eb2939ba5e0195ab879706
0x373e9056fc509fbabafbd4b8212b162a48b1ddb47bafac69fb47a0346f4724cd
0x91ee706e3d3ec7f03bfb47535cf8fefb28a91d96e17eadff126ababb65c4cfcc

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