notayoink

Unverified contract

Proxy

Active on Base with 188 txns
Deployed by via 0x9822ddc6 at 22972542
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "notayoink"

0x359834d5348f395d664bcfd98e41ba588e4d5990362058650a36c41ca799206b
0x0ef2ec6828bd465477cd73ff752e426d13ad839611e588d8bdefa931c0c74476
0xfacc21a812c8ee83e8b687a8fda302a2a69b024e8fe218e87ffa797c3177e0c4
0xd4eecb2369b3275c13fda0e93415fae8e74edbde049a1d44fba66865c2271a90
0x13a95edc558cebd356c0641cfda7b07f3f52a1c0e664704fe69ed21c85eac41d
0x1a3728ffebffb14696087a093c0c41cf924cedbbdf72f1241744262fb71cdf9c
0x5e652243d1dbb8e92a5c25cc00f637ee01c9a953635d9edb532dbd5d4ac59878
0x7952fcf0428483578320f206fe3871031b10bfb8232a19633f93be8747c08715
0x8d2add9b0245d5b28091b647f612f82724c14a47da380748d8a013ba0fcb99ea
0xd106e5031b53877670e9989aca9491ade3fcd12a1068f95ce9ad1c693258cae2

Functions
Getter at block 22983851
decimals(view returns (uint8)
18
name(view returns (string)
notayoink
symbol(view returns (string)
NOTAYOINK
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(