Slothana

Verified contract

Active on Base with 243 txns
Deployed by via 0xaa2fda1d at 12771525
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Slothana"

0x82eb1c5edd50c4b53c2dbe1a7feb682634915fdd43f8ca46889823252eb438de
0x232056cf319a5898097dff258d88124f3ddd3285ce2e0a4e6d6b8fc5345cf9d8
0x996e81393459ef598eea1a790f43c8e3af80f40e42add797e5996e1672065a31
0xb2c4da03b48e5885531baa32df3eafb51ff885551b35322e9522905ddeb6de02
0xc475efd7383a314de3beafd5351dccf1535e22298d5f819983b3f507f23867de
0xa5dd67e13295ba92a02efa3b7071425501b72343f288bf7e12506e6b8df42634
0x1704ac8d8a2668b397c103629afb5abb54c42388cee07b0fcf9d51a63538042a
0x80beb7f430cca576b7c42f5d396c35a1b6e635ea9830e4afcbd5b47d80fa5038
0x6395eaa062613a1a3fe80026bf67384d0fbdca5f6ff398a5875f42eef51707d2
0xf27f5ce9e12982328fce484a36475ac782c977cd73aaf9f3fdc1472955c06a2e

Functions
Getter at block 22945048
decimals(view returns (uint8)
18
name(view returns (string)
Slothana
symbol(view returns (string)
SLOTH
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transfer(uint256 amountaddress fromaddress to
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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