SPARK

Unverified contract

Proxy

Active on Base with 939 txns
Deployed by via 0x1cd12efa at 22667798
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "SPARK"

0xbb3396733736a0d0874bb6906918727cc4fd7c4f26661db7a6665ca91bf03f94
0xb35e6b298554ab8f8ad348780d4c72d596cdaa91544769bf507e769fcfdb18a7
0x718629b5400601c29fc0d3500c86b8be5e87865e2e4d4d4b99cb23d087b11556
0xc9f03e53b98c9e00b10086d5ee866008e8056a9e6bf764858a9c7eeb9b14d0b2
0xda54f0ae90228a6bc2d6f76a6ac9d7e45b60f89fddadf3f958185b09bde81691
0xf5f4d050bee7a61c128c2268004df83c9c4f45f59deca9cb47d7895e8cda5faa
0xcc1eee34e5d2f8cba8840899175211192407a0ae3c9f961320ad8be582db2e34
0x2563154cab5d86bc6b2d096297a1fbd1473c892f11151308b31193ae98c7e8d8
0xe03605e8aa533ad64fa5f7f7d775b7d64d2c322590c81c4cedcaf9df9de89bcb
0x928d857cf93663baa863049fa233d83fb1b154d28eb26ba8111530f89db4f917

Functions
Getter at block 22705002
decimals(view returns (uint8)
18
name(view returns (string)
SPARK
symbol(view returns (string)
SPARK
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(