CYBERPUNK

Unverified contract

Proxy

Active on Base with 569 txns
Deployed by via 0x39971832 at 22677207
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "CYBERPUNK"

0x7117b8392a78eda7da3c0b9743c77d47ea5d33a3908062c40cf6c58fd0691f25
0x98e53f8baa0a7071dd73d1e6fa0f336bfc790a2c8b7c6eb5a2d3e1371f7b965b
0x910b82b0f7429cecfd8f78c351b4eeb9711165635448921377a66c86f5d34aec
0x984a7856b7dd4021f21afa98626b2beaf49e5ec14715b6a02284da965498344e
0xc1cfa5f04cbc3799e033a33ed4460eb95975404f09d9561b1e0d62d9928773d6
0x708ea624552cbf6c79c058342bc2d339dc90f42edebb46c89c6fa19e8b351df3
0xe740cd666bc8d35337799abb685a0789dfcaeebe484bcdee62f69ec4b2731407
0xa552a1766674e77b8f97fbc53e852d164ef34497e11b30f72a1017e425175052
0x175135bcad156a0095fec309cc272e60ea6a7875a88cb3fd8c08f93873ca7a08
0x7139f82b1419faa54abffd8e2ca5a95031a477f0fde11d6c5adedf8a252a7df0

Functions
Getter at block 22742700
decimals(view returns (uint8)
18
name(view returns (string)
CYBERPUNK
symbol(view returns (string)
CYBERPUNK
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(