YellowTiger

Verified contract

Active on Base with 49 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "YellowTiger"

0xccf4fce0852a18f03091a3ca9177d12f8d4016c0f501eb269708693f7642a6d8
0x767e78fae6af19c617fe770b7c041cbd67885c5e8db26982817ac3baa3d92026
0x69a7184fc27e7f676291f0836110a351899352348030fe6e5fbd96ccb1ae4cbc
0x3504ac00a0219996f486ed9e648a9b70bf67483e87d9d30c59379b27bd8a82f0
0xd0a615554debed7c8a7facb8d2451de902fd40bfeb1d4bd0e742f6087af06848
0x36a9f3034db5b955ed2a2edfaf8ecc72f553baac441774fbca5131442dc35ee3
0xb2f8a6a2cd27f1e47451223eafcb5b1a40abd7bc6ab12f0b87df714496f34ae2
0x7e414e48249365bbbc7166fef5ca112d1be3a49a27820d31956225b35efd85e4
0x3fbb0852d92482af017d3de436fdb1c655ecc16badccfd6537c662e738a95dbe
0xcbacec91f25fa94d50a9d6643b6c7030572f3bbf2cbcde1a6905a199e5cfcacf

Functions
Getter at block 23759044
decimals(view returns (uint8)
18
name(view returns (string)
YellowTiger
symbol(view returns (string)
YellowTiger
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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