Yes2

Unverified contract

Proxy

Active on Base with 534 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"

0xcffcf39bba920a29530d8caf97aa2fb5ba383f7e57944074d813ca3493fe9119
0x395880174f5e5f15abeaf7d49c945ff26a7e41194d812ed0e68f775818974410
0x064af65bcc8833d3fa325f229bdf0dc7aedfb5daff70f38a89eb05ef85e35302
0x6482858bbfc1e13576c6adb7304cada65a1dd7f2b9ed90f6850fad20c3559928
0x7dbc470d41a557b781590b1659b8b43e8a6a1950315e60302f4dc25b9fc8fc7f
0x930d0eac557144570af83f716810fd7d588a32cde3386abb9381f031c6765dda
0x14dd62d34daaf86c44da162f3fa48b82731deaca58223026453722e56d61d20f
0x37bb2d46f650ea125d25cde47e9ff874965798ae9d398a63afcc82e754715167
0x8a098c997db8bf3002d8b46a74a78cd7c1a017b574d816fdf59fb37daf9a33b6
0xcefc94e12cf8f09d0002cdc571e3fde1a39fc1ac88bf2ce2b21c301d2403a6e1

Functions
Getter at block 22734511
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(