SnailMoon

Verified contract

Proxy

Active on Base with 20 txns
Deployed by via 0xab1fef51 at 22503462
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "SnailMoon"

0xd14cae061fc22687f5e16b144834db5f2e26b85f313e37d13814bf36de8754b4
0xc2c2d2a9871de058a5320dfa2aaec3e02339113cfd57de089633083fe094843f
0x71a8769080b23f602e06089a022b6a5564afa438e133ee65939ead521ddf9c3e
0x5a53c47717e8720d7a4320bcb8825382417d1fb81c0b2a3409f8f2da4b1424c6
0xffdef59b40cb269efd8d73081c5830df34fa09486412d2e5e5d4270263a00881
0x0da72f505fb1a035741af618a8621a70543b80348433f069243f2d0359665e26
0x5c28017a36a0705a14194349a084cd918384942b857566852f66732064287b8b
0xe9066a267e50f18732a1cbce104711ad2c8993778a2f36e0956a72e0542c7245
0x264f273fc299fad5ee173e360a50d7d6b3fed4ea430eef78d0b21a4ea614a5b8
0xeca4eee930a8870a71f9d0b5c4259eaab2e3c4add4c2a55f2fba2106e4886368

Functions
Getter at block 23239587
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0xf3526ef56c7eff8f93cec513eddcbc1133af4d89753df9e56e649a0c94c49cf4
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals(view returns (uint8)
18
name(view returns (string)
SnailMoon
paused(view returns (bool)
false
symbol(view returns (string)
SNM
totalSupply(view returns (uint256)
136474201512865795000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
nonces(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint8 decimals_address adminaddress[] minters
mint(address _receiveruint256 _amount
pause(
permit(address _owneraddress _spenderuint256 _valueuint256 _deadlineuint8 _vbytes32 _rbytes32 _s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
MinterBadRole(
PauserBadRole(