Ser Snoogles

Verified contract

Active on Base with 3,987 txns
Deployed by via 0xaf90ec0d at 17311446
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ser Snoogles"

0x631c93e69044cd6a277f0d910da51893c962a0ab261553f21dec38bd6cede9d7
0xd4489a398f4a710bc92987ca911256eed8da28a2966306179c515452c48159f1
0xbdce82bae189fc9648fad6307b0adf8eab7f2f2fc1bdbd4c91273d8a5220b18e
0x1103b01115ba447ba5b82877e0fe142a991c4564e5693dd358c41c86b477bc42
0x14a69b44d0b8a391065bbc2f7da8fc21dec4a036ff9b0b6e2184933074ae4986
0x76324b1d312f391765d7d650b8139ee0620385890552ae0099c46fb077566d78
0xf7d99228fdfe4d1d82e436b4daa660d329c32ec2b68742e7c6a8439d3ec97977
0x6072af7761e3d2087bc0f104524d7870095ecad2d1cafea34bf1df297d528c08
0xe113c5c242f5dddcfe99ae768ce8d3293c75103b24c4946ed7ce1a9d9e15a35e
0x3b37d98d2851dc559857fe970636c0878a11ee7be2044d6c735ba3bf953b9349

Functions
Getter at block 23701300
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Ser Snoogles
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SNOOG
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account