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

POGO

Verified contract

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

No balances found for "POGO"

0x01616696697757771aa834443bf2bef59dfa0dd9976654da48b69d24e7fd610d
0xcc84b6d3b872a0b71a0394587dcd3b021c7b6523d6b092b5c90a0f459a70060f
0x75fabd1e8d7c09df727d65fc9d29dbee7d9149880350c8a40e1fa13bf8547e3c
0xd5a01679ffa6c5bb96836ede090dee3b540d8485faaa329753fcc5162743890d
0x466bedff1a6aa97cedf7107d1dcb44d1e087083b86c11a5be6f2a39a4540843f
0x2c42cc43a5da0cb748f55669f080d12dc2401029e0c18da473883d2f71ee0745
0x1355ce4e22731a21b4a2f74a97ee02e674466394d9e9258043fe13de0fa71f25
0xf289d3bf2b6cb5e73916c838694a3053fa35ade8c4da9fe3b4462b9ab3c3a4a3
0x4f596b130c0872f623c2cd921288ba53598b39972e071e8840cd66d0e55703b8
0x738007f7ed681fcfeacea84b295e77bb2958c46f0b68c33e946c1c8bc0b47cf7

Functions
Getter at block 23188409
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
POGO
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
POGO
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