Spice

Verified contract

Active on Base with 19 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spice"

0x5b8775f5841ee3b1c75bb20ff08a413c49dcb7ece0301ca4f3f65f1e232efc44
0xb1bd34dca97876961e41f950bfab6d8582baa1a1bd731a9b3f1970e1b140cb0e
0x408794775bca30c4ee624c8fe39644f37735408c26165294d37ffbd31de07274
0xdf8ce71a73e0130be06080c9b6069e8ed125ce9fbe64fe7cd254a3371a4d8182
0x16bc17009aeedaeb901b68d20571db6cf09076e9f8e265017d0501cdaad980f0
0x5807a73bb4c2e69e92849a25b060f3caab32069c9c8adf361b3389f12e629c0d
0x139b4023c85d00e4925d918960fe69b8adcafbc3bbfb6fc6d3da4224d8b64f9f
0x270e733da5c4b70cb61d693bbbb203591eee1916f9f96b8130bb3f68eb43b37c
0xed179c749631df916b96a1b4460dbe2194d6b7bef5dd802f1715aff8db42bdeb
0x7f8613f95a9ea2099691f427bfcf15142e6ca0138ed5bf36655e4bd8b54983dc

Functions
Getter at block 23698299
decimals(view returns (uint8)
18
name(view returns (string)
Spice
symbol(view returns (string)
SPICE
totalSupply(view returns (uint256)
100000000000000000000000000000
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)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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