ΩCoin

Unverified contract

Proxy

Active on Base with 373 txns
Deployed by via 0x8fde79d8 at 22760564
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ΩCoin"

0x5c4047549fea2215a369641dd16ae92f25e0c5973a87b4eff7120accb66c8171
0x629c1e7abc7f6387ed240df2a40d86e9394665bbbc91c87470f5308a2d1e256b
0x5597135d09fa6be713366f94426f031fc92f75d33ed6287a70e7aa0f5d1a7f61
0x45b42171b061264015127d4434bdd1fd5c3788198cea67ea884d587dc8983352
0x1924299b587634d5cc2c8ddbb57d67436f6a69490442d1310e9dc326ab16cbd7
0xa51fcbe8e861329951fb2ec53866cede0658cce32c6f6df4428459b2e0c6a3f9
0x550f70a496e8f6a6ef8cf0f84eef068018b46fffe3578d9e6ff273a0bde0fff9
0xb2bd2ccdccf94de2157143106e3cee0dc58212bbf8465a42c89b262b1400a8e8
0x2147882972a04462b3136bdf1cb90114295294b8c239b4e0872753b16ce02ed2
0xbe85c39ecde42813705c81e9c1ff527af5b0e6a31e747f5c4feea83b73c2d0c7

Functions
Getter at block 22936664
decimals(view returns (uint8)
18
name(view returns (string)
ΩCoin
symbol(view returns (string)
ΩCOIN
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(