Strategic Ethereum Reserve

Verified contract

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

No balances found for "Strategic Ethereum Reserve"

0x180496356cef27a6f168796a072af9a73af2b3103a4d4426262294faa8b49713
0xb1b7c3b2a812f8568214b956d0bca38ce7ec5781c2eeee37797f046188e7fb1e
0x3f2186f0e564bdd63334d48c3517e07bb00594b1c293347357215b04f43d3b1e
0x306d86a9b802dff291e18ddd60a1ea464601ebe7aa56133c5f109cfedcb27f55
0xf6900cdf1a8846f40809909a1f28114dd12f21dd7c62fc6e2d05b649c1a1884b
0xcbabce635d71dacccfd6c18dff9aeeac8208b794971e68c0331f1bb879c04b6f
0x922cf1087a56a9d54200e4c67fe043bdab623c8e3b704b6d625bccb8dc10451c
0x9414ca6696387920d1359499c63476745bb5f458914bd08b0d0cc73232924800
0x01b224cba98e50a546c97aa310c22e4d29e556ac4f42086811eb76bc5001bf7b
0x8cdae73c38aca664d548331bccf1a8b57b95bbfb644b85681f5f9436a1b5950c

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