Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 21873580.

Yes2

Unverified contract

Proxy

Active on Base with 307 txns
Deployed by via 0x614ab42f at 21765222
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Yes2"

0x2ab3b218573fea676d0ad22e15b7980e12688472c7a1444f3d89de1dfdef412d
0x046290eb607e04a64706480a4f3e4a247facef376bc65c88e36d93fb601b924e
0x4dff503a12e1a1e301e66fd1decd1b36af0af312f57ffe5a08fd26ad6287dbe2
0x0300ec83066960dab417d5a1b8a465e854004c961b913532b7b799cac180bb32
0xd077eedd52675d99b9aacf4947e1844792acf6a28d6b7fad4b86ddb53b7e6be5
0x6a99184627d3c19d49d1cb26e71f5b126291f29708c6d96ae54931e667723743
0x3a6fda8c5a5ea2c68bb867f82e13b51418bedbb14fc2b7e287e3a6b59b394faa
0x563c7221dd3d266fe8af3a78a9073fca9f164c7ac24640577c6e29dadc2704f6
0x1187123ff981a82fc1696f44512cc2077c08b322acd1e378021f7b94bd0cd19f
0x47f3e8593f62a78062dac7f37720b6762122914627e590df00e75ca8979ce2ab

Functions
Getter at block 21873582
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xc4a53ce74be1dfee44f74b8425234629f4d398bec401eab3d6ee8eaea15acd45
decimals(view returns (uint8)
18
factory(view returns (address)
0xdf8f08f09394fe7027ff33fe2b9e46509aa39256
name(view returns (string)
Yes2
symbol(view returns (string)
YES2
totalSupply(view returns (uint256 result)
104937500000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
initialize(address factory_struct IERC20TokenFactoryERC20TokenConfig config
mint(address recipientuint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
INVALID_TOKEN_NAME(
INVALID_TOKEN_SYMBOL(
InsufficientAllowance(
InsufficientBalance(
InvalidInitialization(
InvalidPermit(
NotInitializing(
ONLY_FACTORY_OWNER(
PermitExpired(
TotalSupplyOverflow(