YE

Verified contract

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

No balances found for "YE"

0x8edf9f79404c8e8a8439c2e2dd83503a05c2b41442271e4655fe8c2a1894c36b
0x5d18779c86052d37f600a1f5ee2a9bc27c4e863170098be7ff47536be16369ad
0x62e7035570230e1680805786b1016663279accd48a41e23871adb9b4c66a9172

Functions
Getter at block 22427126
decimals(view returns (uint8)
18
name(view returns (string)
YE
symbol(view returns (string)
YE
totalSupply(view returns (uint256)
560000000000000000000000000000
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 initialSupply
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