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

YES

Verified contract

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

No balances found for "YES"

0x4174541def42d26aca4fcaa13882c328aadac5b37cc5cd28114aa3a54b78afdc
0x248019294c191d4d5bcd09bd3b7fa8c0f73398815ecf87b0600b572d24a696e5
0x1aad560992a1eef6ef679b6b55f89b24c86800e5474b3e7869b6b0d6e45f7309
0xdf66c90e605245d45697a9989ca9e05981b5b23178fe332329c2a9d2e0c50073
0xad81b142a73b79628cdca46768ec78dde4207211ad09bf28f34ba25521e5104e
0x31e07f2b05697c5d468ba0c99e90d257630ff623dfc8b5bc6dc030069895ffb9
0x8d1630b27472b31a2427708b7ea7acd1fc68729482e67c5c37283d79dc4daace

Functions
Getter at block 23074133
decimals(view returns (uint8)
6
name(view returns (string)
YES
symbol(view returns (string)
YES
totalSupply(view returns (uint256)
1000000000000000
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 namestring symboluint256 totalSupply_
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