BS4

Verified contract

Active on Base with 5,199 txns
Deployed by via 0xb666c898 at 12666239
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x170fb6b2d458efd92206454d8b020fd877f947d13ed8fc08c9eac74e07e56222
0xfb8aa2a843d734fe27d5fb235016e4ae7f37075aeefb5f9c0221f26e55747d53
0x4818988b6dee7780c93b4f564d07fef82358e106ee6734fe068ef4927dc383d0
0x751d72bebf6d6971358c9e6149ac52d9fc954459630e2dde5cd761fd9f4f22fd
0xd416069a7df9c743ee2415c95a6eb4f1dc61f976f1ed5316d8e04ba108deb403
0xfc51b1ec42a20764cf9ce1a0251d1b2a3051f72ff236ce29847c172f2b70f42e
0xbbc93517106454095e1260fef63453d929fc4370986b580523e17a08f950afa1
0x42b3922fb68c3f56fbb70f46ae7c42e7a8e231dff6c363a9450bbefb85ff3138
0xd366549cbd345507c30c036a048629628f6f0cd417f7bc0e665b96134b294349
0xb556216b9925414a9ce0e11ba73e65eb95c4dfac9841dd7eaecba51b908e01d8

Functions
Getter at block 22915322
decimals(view returns (uint8)
18
name(view returns (string)
BaseStation 4
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BS4
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account