Kanye West

Verified contract

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

No balances found for "Kanye West"

0x82a8b06a98fc04c816804a84fb0ec8ce3624baeb2fd3f14c9c308e294d7b0aa7
0xe7a03800ba1102a35d06e4385aeb3eae6e5dda21b1cdcd7f0aff80200dab1eea
0x1796c03bb4e4adc326e2eb1aec435ab9e3431561cf1c8e2534fa2da781c45ffe
0x5fec83cb942879c13f5a3e53d13f884d7518e9be766cc71b7bbaeff4b13886eb
0xecde8af9200062493c85bc799eb450a6174fe1ca402c3b27268f56c6208110b0
0x5bf8de098965727609805608f66d2d0fe00a8a9c76d51914fcad1d333ecdf38c

Functions
Getter at block 22471924
decimals(view returns (uint8)
18
name(view returns (string)
Kanye West
symbol(view returns (string)
YE
totalSupply(view returns (uint256)
480000000000000000000000000000
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