Bored

Verified contract

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

No balances found for "Bored"

0x55d05fc8a49dcdd46402bfe94148570667ccc2a4a217e5ef2c440e8d4fbebca1
0x8d6a690cc5db6354e409dd04a71ae9a8a5f14bead307ced9bebd77a135dc6ed9
0xbc66b8312d1cb2e4617c7e225d563f35a7ae0bb398c838b7600df2a9f7c5d769
0x6608f970d2a30f2fc0e7e3e39483ce843250c98b58a2a697ce11de18ab945aa4
0x16eca0c13826c5d62b489293e11e793f99638fc40d271ffd64a89ab576cc9452
0x7feace2ffb5db2e2078349829ba60fd50c894a00c8e57c855d06a37292b21b76
0x609e5c0986dc92fd6e12beb0f97309582820d2dfa32c643a40616b20fca96cb2
0x17540093f83cd1b73d9788fdc8a1b549387566da5a5788bdf5625add31f97145
0x48af8e5f4d524a3eb3060300a47d40ac3789dc1e548234dc4068b46de4cd7835
0x1297bc416cd2a7b3d0121a107d1c06879d184e498fae7d3714befbedce07813f

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