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

tolkien

Verified contract

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

No balances found for "tolkien"

0xfd255e36e9cb1b9baaebe208a8545d9c3ffd2765be60a8f99ff839592042bea8
0xf23492da58fca47cad4ccb019a00de494edf4914c9f46cbc48fb695e4dd91f60
0x51a560442963a0291807f4a4bd30434739927b08186ad5fb7ad32d624cfc6ff7
0x498c8342c20e3d990bc90dd8ac3448827a0a7def75f75af1efd8b8fdcd54006e
0xb569afae40fe36d7f7508b0b1da55a1ebc64f0a340c1737ce5ab0bbc28c42372
0x0445d036192305a2fcb7dfaa8636ef1af519d9ad12b005971ce90ced27044a50
0x80f0c0afe58b58ba14fa6fb406951d59d0d55cae4bb91edb042296a957f41e27
0x3d2522aed77832ed3b7408e62654ccc6c1508265077728023de46a057e330486
0x369edee6d7325cb78364d437f0342c055dc366035ba4086a848318b69fbc2deb
0xfb0d46a15697be2ff42166482856f2aa9c1ffeb045f38e7a23b9389338f276ac

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