sappy

Unverified contract

Proxy

Active on Base with 82 txns
Deployed by via 0x0195ee70 at 22970739
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "sappy"

0xe547064b708007b8dc8d37548434e613c364cbe398153731054539a13cb70e30
0x87b9aa28e5937b41df02a0f51f7853f048bf33cc056a690f219c3dbb15d84138
0xead15835db0155c51b006fdfa179fe0beab329084f7d9aadc75f5b0f80077277
0xf883bf216215f713e19a6a308770e8f44944d9e8140b263f5a36989f5de4bce0
0x74c1e98d14fda44b397556e03d63e805931d0e815ce8a780c0540653e85b2c99
0x57bc33c5a6f3c4e5229046ca9dcd86037a90cbea66a6085d3b218cd35568b7ba
0xb11da8959360f138ada4cd5af1930db5b8910384c10d8ebdbcb36c2865b1b5b8
0xabf4bb1fa18c069ed7f166e30bc92101623d86e38c0cc904486cde851e50ed81
0xf9d7fc96001edc1e2074aa8f8976a43d93c1d7305f16e84c457c4e49b93151cb
0x4dd3be27b35aa7e1b5ebe6cda9c29ce5ff0bfe1398ab9b9b725e08721f999adb

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