This contract is being backfilled. You may encounter incomplete storage history.

SKELLY

Verified contract

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

No balances found for "SKELLY"

0x4ce4e76781fc17203dba14a011bc0d423964b251756daf2ea5348ed6bb90c615
0x83258071d4ca571c58820b4294d57e8d4586c09cc04035d74d12636aa119adf6
0xdc3ef8680639f151cecab6dd8366fd26d9f3b64c8f3087fd1f7f7dca916d92b2
0x76dac6c77c303d0eb6c6e641587ff810e34a9ba5b39d9307d245bc89ead7df34
0x186e6dac3100fb198e06596590c9512451be756befa0a1e1555b1522de04cbe6
0x4c8dafe860eb8f039d1669a1d89376293065635c25fbd5f73ca945649890bd0e
0xa6e07879bd6c7640c892ce15af4b7b62fdd2378f88a08da5be72e2341158b933
0x437cc6a13e2436b768e32a9a3d7daf7a7304a01dad4fb60fcee9ed93636e0caa
0x98501dcaad3b90adca54d1e54ba19118f0c669de68b5b426f1324c63da969a98
0xae1af28985cb8ee0d4ab91f04f80eefc4084bf7fad151d4efcbe7ba66ecb6e74

Functions
Getter at block 23184622
decimals(view returns (uint8)
18
name(view returns (string)
SKELLY
symbol(view returns (string)
SKELLY
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)
burn(uint256 value
burnFrom(address accountuint256 value
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(
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