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

Shrek

Verified contract

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

No balances found for "Shrek"

0xd8c0c6e9dc55114a61b31f8077a131863fc6ce36be98b821ba6c6d776a3b2e86
0x32d9cd12725019e96673b87e46c85f7302512160f74a8c3f143bab4bb9b7a738
0x75d217d020f8dccd456086e6c9a422097931be6a3fe448cd22059cabd0b48434
0x15046382649de3c58432cfa19e45352baeee4ebb08e99ccb02bd1ce9dc6b40a2
0x75dae8e0c7b056c97889fccd71cb92d3958ebdb50398f51599d3c31ff8c7bac8
0x604aa952d599a18ecc67fd1b36a25165400eb491b05ab29258670b03e8b2ba66
0x89bdeaff8719ba0fadbb5c14d17c7fa0aec15aae2630ae4543769cf077a47ef4

Functions
Getter at block 23899596
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Shrek
owner(view returns (address)
0x17f47d3f6490b052f0a6f6cd477f1cb7c1eb41a0
symbol(view returns (string)
Shrek
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