Yes2
Unverified contract
Proxy
Active on
Base with 307 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdf8f…9256
Balances ($0.00)
No balances found for "Yes2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21871854 | an hour ago | | | 0 | 1.4217684e-7 | |
| 21869413 | 2 hours ago | | | 0 | 3.4424177e-7 | |
| 21868110 | 3 hours ago | | | 0 | 3.2492802e-7 | |
| 21867049 | 4 hours ago | | | 0 | 3.6478966e-7 | |
| 21866759 | 4 hours ago | | | 0 | 0.0000057429647 | |
| 21865728 | 4 hours ago | | | 0 | 3.6476032e-7 | |
| 21865611 | 4 hours ago | | | 0 | 3.6301691e-7 | |
| 21865480 | 5 hours ago | | | 0 | 2.7486373e-7 | |
| 21865278 | 5 hours ago | | | 0 | 3.6478966e-7 | |
| 21865132 | 5 hours ago | | | 0 | 2.5012252e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
initialize(address factory_, struct IERC20TokenFactoryERC20TokenConfig config)
mint(address recipient, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
INVALID_TOKEN_NAME()
INVALID_TOKEN_SYMBOL()
InsufficientAllowance()
InsufficientBalance()
InvalidInitialization()
InvalidPermit()
NotInitializing()
ONLY_FACTORY_OWNER()
PermitExpired()
TotalSupplyOverflow()