SCUM

Unverified contract

Proxy

Active on Base with 193 txns
Deployed by via 0x02316b47 at 22672831
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "SCUM"

0xe7fd61d8d45474dc0ab2d0166356bb06bb5a5d0ea65a2dddacb37f001c0e87cc
0xdfc3502a9fe12963d19bdc4e0ea24c5c997a9b3fcf615d9ae091fbadaa068c0e
0xe58045ee157242021640cdd7d6a2334256c89aff5bca1379a3a89941095e4443
0xa16856b699dd3d130b71ab9e9f047812aa1fcbfb6192a6f91bd56961097bfbe2
0x65630491da90193901b4708bb5743f7dcb5d46c569b5ecb90309d7f1c46cbc99
0xc53e1eb50d816165e1568d10e8f0c5f55f75e8daab146842956bd51845ab4320
0x1a97d57a75c5026107edea00c2107a1080ac1c5f64881a3eed2919634512bd50
0xdb54a1aa4ff9c11076bc6ba62319f8122d4a6237643e42206dd4adb6e671290d
0xa72ce577e7049c8e3772f034fcda9a14cb7a5c0cdaf86482e1d7d2e753c67d70
0x3d5e83e97b8bd00e77e1c1d1bf7dd55f4acc3676ba3731ba59e043f53a43ffce

Functions
Getter at block 22758955
decimals(view returns (uint8)
18
name(view returns (string)
SCUM
symbol(view returns (string)
SCUM
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(