This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 22091714, which is 204 minutes old. We're running behind the tip but working to resolve the issue.

Octopus

Verified contract

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

No balances found for "Octopus"

0xafc17f850374fc4cb03e1276b8f0a28051cb42575c2404f84ae86fe579cbe15a
0x240b2b6fa4734ec401398666e4f834b70296c4dc33cfc7f80dc11719caf82d34
0x92b83d03f2d3e140695aeaaafe2a939813a5b7c1ec98ebaad191b6b983bc0419
0x0760c3cce8179dd272eb3e3a92a969ee34dffe0fc83de33aa7bf690a9d74cc96
0xda0b749638a9ddc767bb697c5295f46a80c6eccd461572f68170c6b9bf4c7bd1
0x20b748662eaa29f928fd10077db42eb713c5785aadf67e19a9febbc60702a78c
0x43e9bfda423410365aa4055f631d7bb6e00d474c6a480c82e830a984738a78e1
0x90020c334db09a60a7aa9e7359975b9564defd0efbcaf6b331a40d049359c6bf
0x7912a7efca527720d05cc1d2e4c157fda038723371e44004c18c27dfb702ad7d
0xbdf7a5a27417d7b7539b9dd1ca0e4652ad7ac1bca1b7c00ca563aab821af3792

Functions
Getter at block 22091713
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Octopus
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
$Octopus
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account