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

worpcast

Unverified contract

Proxy

Active on Base with 95 txns
Deployed by via 0x76c29a39 at 17017527
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "worpcast"

0xa30522e8402946b1444401ba3fcb57e1966b61dca849b87ac2958072ef1c4070
0xe9f1b30815e6908e7ac583b5a853cfc0fe36a007d4f75c928515cfee7e5de5f7
0x7c4fa34dab6eeda78c0145b7e0f22bab9a7d47bf4f5ad0ebff5d39f6efd00e9d
0xadce428fdb4c947122951e1e5ab6a3a47248b8dfaa2d8787464a26dbed36321d
0xfad8b8a0eb50b9bfc0082ed9bf50b328dca4978a6cbbb9e995149c6582ef3c42
0x20950e8f6c23f149e178a9f0722b1be5f33f1753606114c5c2fb46d5a4f59d9b
0xb8ff52fb2d59fa73dfd44580155a8cfe007892f3ff107ed0808899cf222f9bd5
0xde3959a0ef8d450be407b1a683b8d976107ba04f8027b4b8452a1f6e7a5dd1c9
0x4647d5b685b4308bbc394918c94a71de201b90c9e9c1574a422d1e38755a0c0a
0xf7bd3ec5eff6583faac9c0c1359b163824b569b027cdfed00e8ef80c6f83de3f

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